/* CSS Document */

#chromemenu{
width: 747px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 747px;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
font-weight: bold;
padding: 0px 4px 0px 4px;
text-decoration: none;
background-color: #01164B; /*Theme Change here*/
color:#CCCCCC;
}

#chromemenu ul li a:hover{
color:#FFCC00;
}

/*#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: 1px solid #FFFFFF; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:15px;
z-index:100;
background-color: #7492B4;
width: 130px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid #FFFFFF; /*Theme Change here*/
padding: 2px 2px;
text-decoration: none;
color: white;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #C9D0DA;
}