.menu {
	font-family: tahoma;	
	font-size: 12px;	
	color: #FFFFFF
		}


.chromestyle{
width: 100%;
height: 45px;
font-weight: normal;
font-family: tahoma;
font-size: 12px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 45px; 
clear: both; 
visibility: hidden;
}


.chromestyle ul{
border: 0px solid #BB;
width: 100%;

padding: 3px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 3px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #B1B1B1;
}


.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
text-align: left;
color: #FFFFFF;
top: 0;
border: 1px solid #BB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
font: normal 12px tahoma #FFFFFF;

line-height:22px;
z-index: 100;
background-color: #233D4C;
width: 250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #BB; /*THEME CHANGE HERE*/
padding: 0px 0px;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #416275;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
background-color: #233D4C;
font-weight: normal;
color: #FFFFFF;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
background-color: #233D4C;
font-weight: normal;
color: #FFFFFF;
}

.dropmenudiv a:visited:hover{ /*THEME CHANGE HERE*/
background-color: #416275;
font-weight: normal;
color: #FFFFFF;
}