.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/* background: #FFFFFF; /*Main background colour*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
/* background: #FFF url('../images/nav_background.png') repeat-x scroll 0 -3px; */
_background-position: 0 -4px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666; /* Main text colour */
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #666666;
font-family: verdana;
font-size: 16px;
}

.chromestyle_end {
color: #eeeeee;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #666666;
font-family: verdana;
font-size: 12px;
}

.chromestyle ul li a:hover{
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eeeeee;
width: 250px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
color: #666666;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cc0000;
color: #eeeeee;
}
