#chromemenu{border: 0px solid #000000;
color: #1c6482;
width: 533px;
height: ;
padding-left:140px;
float: left;
clear:both;
background: url(../images/nav-span1.jpg) no-repeat top left;
}

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

#chromemenu ul{
border: ;
width: 100%;
background: url() ; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;
font-variant: small-caps;

}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: /* #1c6482*/ #000000;
font-weight: bold;
padding: 4px 15px 4px 0px;

text-decoration: none;
background: ; /*Theme Change here*/
}

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

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

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #1c6482; /*Theme Change here*/
border-bottom-width:1px;
font:normal 12px Verdana;
line-height:16px;
z-index:100;
background-color: ;
width: 200px;
visibility: hidden;

	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
font-size:10px;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: ; /*Theme Change here*/
background-color: #afd2ff;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #1c6482;
}

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