#chromemenu1{
}

#chromemenu1:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu1 ul{
width: 200px;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
background-color: #2E69AE;
font: normal 12px Verdana;
}


#chromemenu1 ul li{
display: inline;
}


#chromemenu1 ul li a{
float: right;
color: #ffffff;
font-weight: normal;
padding: 6px 12px 6px 7px;
text-decoration: none;
}

#chromemenu1 ul li a:hover{
color: #ffffff;
background-color: #2E69AE;
}

#chromemenu1 ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: ".";
color: #ffffff;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiva{
position:floating;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:10px;
z-index:100;
background-color: #2E69AE;
width: 200px;
visibility: hidden;
}

.dropmenudiva a{
width: 200px;
display: block;
text-indent: 1px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

.dropmenudiva a:hover{ /*Theme Change here*/
background-color: #FFFFFF;
color:#2E69AE;
text-decoration: none
}
.dropmenudiva a:visited {color:#2E69AE; background-color: #FFFFFF; text-decoration: none}
.dropmenudiva a:active {color:#2E69AE; background-color: #FFFFFF; text-decoration: none}