.chromestyle{
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width:1004px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
font-weight: normal;
font-size:11px;
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
font-weight: normal;
font-size:11px;
width: 100%;
padding: 8px 0;
margin: 0;
text-align: center; 
}

.chromestyle ul li{
display: inline;
font-weight: normal;
font-size:11px;
}

/* different styles for the left side, middle divider and right grayed link boxes */
.chromestyle ul li a{
color:#006faf;
padding: 2px 26px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-weight: normal;
font-size:11px;
}



.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

}


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

.dropmenudiv{
position:absolute;

margin-left: 0px; /* menu move */
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: black;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: black;
font-size:12px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #006faf;
color: #fff;
font-weight: normal;
}



/* FIREFOX ONLY*/
.menu_top {
	padding-left: 7px;
	padding-top:40px;
	left:0px;
	float: left;
	top: 85px;
	width:994px;
	display:block;
}
.button_whitebg {
	position: inherit;
	top: 10px; 
	padding:  2px 2px 2px 2px;
	border-right: 1px solid #DADADA;
}
.button_graybg {
	position: inherit;
	top: 10px;
	padding: 2px 20px 2px 24px;
	border-right: 1px solid #DADADA;
}
#white_set {
	background-color:#fff;
	height: 31px;
	position:relative;
}

#gray_set {
	background-color:#f0f0f0;
	border-left: 1px solid #CCCCCC;
	height: 31px;
	left: -19px;
	position:relative;
	
}

/* INTERNET EXPLORER ONLY*/
* html .menu_top{ /*IE only hack*/
	padding-left: 7px;
	padding-top:40px;
	left:0px;
	float: left;
	top: 85px;
	width:994px;
	display:block;
}
* html .button_whitebg {
	position: inherit;
	top: 20px; 
	padding: 2px 7px 2px 7px;
	border-right: 1px solid #DADADA;
}
* html .button_graybg {
	position: inherit;
	top: 20px;
	padding: 2px 20px 2px 24px;
	border-right: 1px solid #DADADA;
}
* html #white_set {
	background-color:#fff;
	height: 30px;
	position:relative;
	padding-top: 7px;
}

* html #white_set_2 {
	background-color:#fff;
	height: 30px;
	position:relative;
	padding-top: 7px;
}

* html #gray_set {
	background-color:#f0f0f0;
	border-left: 1px solid #CCCCCC;
	height: 30px;
	left: -17px;
	position:relative;
	padding-top: 7px;
}


/* DROP DOWN MENU POSITIONING END */






