

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

#chromemenu ul{
border: 0px solid #BBB;
/*width: 100%;*/
/*background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;

}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
text-decoration: none;

}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
border-left-width:10px;
border-left-color:#CCCCCC;
filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);

}

.dropmenudiv a{

display: block;
text-indent: 3px;
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5BADD5;
	font-weight:bold; 
	border-top:0px;
	border-left:0px;
		border-right:0px;
		border-bottom:1px;
	border-style: solid;
	border-style: dotted;
	border-bottom-color:#CCCCCC;
	background-color:#ffffff/*55B3DC*/;
padding: 3px;
text-decoration: none;

}

.dropmenudiv a:hover{ /*Theme Change here*/
color:#000000;
background-color:#CCCCCC;

border-color:#000000;
}