#chromemenu{width: 100%;}

#chromemenu ul{
width: 100%;
background-color: #CC6633;
border: 0px solid #787878;
margin-left: 0;
padding-left: 0;
float: left;
margin: 0;
font: 12px Verdana;
color: #000000;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
font: 12px Verdana;
color: #000000;
padding: 7px 7px 7px 5px;
text-decoration: none;
background-color: #CC6633
}

#chromemenu ul li a:hover{
color: #9f9f9f;
}


#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;
margin-top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #CC6633;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=0); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
font:normal 12px Verdana;
line-height:18px;
text-decoration: none;
color: #000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
font:normal 12px Verdana;
line-height:18px;
background-color: #CC6633;
color: #9f9f9f;
}

