#chromemenu{
width: 520px;
background:transparent ;
}

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

#chromemenu ul{
width: 100%;
background: transparent; /*Theme Change here*/
margin-left: 0;
padding-left: 10px;
margin: 0;
float: left;
font : .8em/1.3em arial, hevetica, sans-serif;
font-weight:bold;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color:#333366;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: transparent; /*Theme Change here*/
}

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

#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{
margin-left:-157px;
margin-top:-25px;
position:absolute;
top: 0;
border-left: 1px solid #585888; /*Theme Change here*/
border-top: 1px solid #585888; /*Theme Change here*/
border-right: 1px solid #1D1D43; /*Theme Change here*/
border-bottom: 1px solid #1D1D43; /*Theme Change here*/
font : .8em/1.3em arial, hevetica, sans-serif;
line-height:25px;
z-index:100;
background: #333366 ;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-top: 1px solid #585888; /*Theme Change here*/
border-bottom: 1px solid #1D1D43; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background: #5F5F91;
color: #fff;
}