.chromestyle{
font-weight: bold;
font-size: 10px;
float:left;
clear:both;
text-align:left;
margin-left: 120px;
margin-top:25px;
margin-bottom:0px;
height: 105px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
}

.chromestyle ul li{
display: block;
margin: 5px 2px 3px 0px;
height: 18px;
position: relative;
float: left;

}

.chromestyle ul li a{
color: #98d1e4;
font-family: Tahoma;
font-size:  12px;
font-weight: normal;
padding: 4px 7px;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
color: #006d8c;
}

/* ######### Style for Drop Down Menu ######### */

.chromestyle .dropmenudiv ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
color: #98d1e4;
text-decoration: underline;
}

.chromestyle .dropmenudiv{
position:absolute;
top: 15px;
font:normal 9px Verdana;
left: 8px;
line-height:18px;
z-index:100;
background-color: #416774;
width: 215px;

display: none;

filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}


.chromestyle .dropmenudiv ul {
	padding: 0px 0px 0px 0px;
	
	border: 1px solid #ffffff;
}

.chromestyle .dropmenudiv ul li {
	height: auto;
	padding-left: 10px;
	width: auto;
	float: none;
}


.chromestyle .dropmenudiv a{
font:normal 9px Verdana;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

.chromestyle .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
text-decoration: underline;
}


.chromestyle li:hover .dropmenudiv{
	display: block;
}
