.chromestyle				{ width:940px; height:60px; background:#002B5C url(../images/navBg.png) repeat-x; }

.chromestyle:after			{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.chromestyle ul				{ float:right; margin:0; height:60px; }
.chromestyle ul li			{ font-size:1.25em; font-weight:bold; text-transform:uppercase; display:inline; margin-right:5px; line-height:60px; }

.chromestyle ul li a										{ text-decoration: none; color:#FFF; padding:5px; }
.chromestyle ul li a:hover, .chromestyle ul li a.selected	{ background-color: #FFF; color:#002B5C; }
/* .chromestyle li a:link, .chromestyle li a:visited			{ -webkit-transition: background-color 0.3s linear; } */

/* ######### Style for Drop Down Menu ######### */

.dropDown2Col			{ position:absolute; top:0; width: 300px; margin-top:1px; background-color: #FFFFFF; border: 1px solid #009DDC; border-width: 3px 0 3px 0; z-index:100; visibility: hidden; }
.dropDown1Col			{ position:absolute; top:0; width: 200px; margin-top:-1px; background-color: #FFFFFF; border: 1px solid #009DDC; border-width: 0 0 3px 0; z-index:100; visibility: hidden; }


.dropCol				{ width:200px; float:left; display:block; }

.dropCol ul				{ margin:0; list-style:none; padding:0; }
.dropCol ul li			{ font-size:1.2em; margin-right:0; line-height:1.5em; }

.dropCol ul li a		{ padding: 5px; display: block; font-weight:normal; text-decoration: none; background-color: #FFFFFF; color:#454545; }
.dropCol ul li a:hover, .dropCol ul li a.selected	{ background-color: #009DDC; color:#FFF; }

.dropCol a.primeLink	{ color:#009DDC; font-weight:bold; }

* html .dropCol a		{ /*IE only hack*/ width: 100%; }
