#chromemenu{
width: 100%;
}

#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 #FFFFFF;
width: 100%;
margin-left: 5;
padding-left: 0;
margin: 0;
float: left;
font: bold 9px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 2px 10px 2px 10px;
border-right:1px solid #02767C;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #FFFFFF;
}

#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 ######### */

.dropmenudiv1{
position:absolute;
top: 5;
border: 1px solid #000000; /*Theme Change here*/
border-bottom-width: 1;
font:bold 9px Verdana;
line-height:15px;
z-index:100;
width: 150px;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.dropmenudiv2{
position:absolute;
top: 5;
border: 1px solid #000000; /*Theme Change here*/
border-bottom-width: 1;
font:bold 9px Verdana;
line-height:15px;
z-index:100;
width: 180px;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.dropmenudiv3{
position:absolute;
top: 5;
border: 1px solid #000000; /*Theme Change here*/
border-bottom-width: 1;
font:bold 9px Verdana;
line-height:15px;
z-index:100;
width: 100px;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 0px solid #02767C; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/*color: #02767C;*/
}

.dropmenudiv1 a:hover{ /*Theme Change here*/
background-color: #FFFFFF;
}

.dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 0px solid #02767C; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/*color: #02767C;*/
}

.dropmenudiv2 a:hover{ /*Theme Change here*/
background-color: #FFFFFF;
}
.dropmenudiv3 a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 0px solid #02767C; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/*color: #02767C;*/
}

.dropmenudiv3 a:hover{ /*Theme Change here*/
background-color: #FFFFFF;
}