.chromemenu{
width: 940px;
}

.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 #660000;
width: 100%;
background: url(../images/menuBack.jpg) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;
font-style: italic;
}


.chromemenu ul li{
display: inline;
}


.chromemenu ul li a:link{
float: left;
color: #000;
padding: 10px 18px 10px 10px;
font: bold 10px Verdana;
text-decoration: none;
background: url(../images/divider.gif) center right no-repeat;
font-style: italic; /*Theme Change here*/
}
.chromemenu ul li a:visited{
float: left;
color: #000;
padding: 10px 18px 10px 10px;
font: bold 10px Verdana;
text-decoration: none;
background: url(../images/divider.gif) center right no-repeat;
font-style: italic; /*Theme Change here*/
}

.chromemenu ul li a:hover{
color: #990000;
float: left;
font: bold 10px Verdana;
padding: 10px 18px 10px 10px;
text-decoration: none;
font-style: italic;
}
.chromemenu ul li a:active{
color: #990000;
float: left;
font: bold 10px Verdana;
padding: 10px 18px 10px 10px;
text-decoration: none;
font-style: italic;
}

.chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "  " url(../images/down.gif);
/*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 #CCC; /*Theme Change here*/
border-bottom-width: 0;
font: bold 10px Verdana;
line-height: 30px;
z-index: 100;
background-color: #ececec;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
background-color: #ececec;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 4px 8px;
text-decoration: none;
color: #000000;
font: bold 10px Verdana;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #ffffff;
color: #ee3b33;
font: bold 10px Verdana;
text-decoration: none;
}

.menuwidth {
	width: 940px;
}
