#chromemenu{
}

#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;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #7F7F7F;
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 #B5E2FE; /*Theme Change here*/
border-bottom-width: 0;
z-index:100;
visibility: hidden;
margin-left:-15px;
 text-align:center;
}

.dropmenudiv a,.dropmenudiv a:link,.dropmenudiv a:visited,.dropmenudiv a:active{
width: 100%;
margin:5px 0;
display: block;
text-indent: 3px;
border-bottom:0px solid #ffffff; /*Theme Change here*/
border-left: 0px solid #B5E2FE; /*Theme Change here*/
border-right: 0px solid #B5E2FE; /*Theme Change here*/
padding-left:10px;
text-decoration: none;
color: #333333;
background:url(../images/cd.gif) center center no-repeat;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color:red;
}
