#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 #003869;
width: 100%;
background: url('2kav.gif') repeat-x center; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
background-position: center right; float: left;
color: #003869;
font-weight: bold;
font-size:12px; font-family:Tahoma
text-decoration: none;
background: url('mn.png') no-repeat center right; /*Theme Change here*/; padding-left:10px; padding-right:12px; padding-top:8px; padding-bottom:10px; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll
}

#chromemenu ul li a:hover{
color: #FFFF99;
}

#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{
border-left:1px solid #ADED7C; border-right:1px solid #ADED7C; border-top:1px solid #ADED7C; border-bottom:0px solid #ADED7C; position:absolute;
top: 0;
/*Theme Change here*/
line-height:14px;
z-index:100;
background-color: #7BA7D2;
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ADED7C; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #EAFADC;
}
