#chromemenu {
	padding: 0;
	width: 100%;
	margin-left: 55px;
}

.chromestyle{
	/*width: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 1px;
	text-transform: uppercase;
}

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

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	height: 31px;
	width: 4%;
}

.chromestyle ul li a{
	color: #DCF0FF;
	padding: 4px 3%;
	margin: 0;
	text-decoration: none;
	background-image: url(../images/nav-bar.gif);
	height: 31px;
}

.chromestyle ul li a:hover{
	background-image: url(../images/nav-bar-over.gif);
	color: #ffffff;
	padding: 4px 3%;
	margin: 0;
	text-decoration: none;
	height: 31px;
}

.chromestyleDown:link, .chromestyleDown:visited{
    color: #ffffff;
    padding: 4px 3%;
    margin: 0;
    text-decoration: none;
    background-image: url(../images/nav-bar-over.gif);
    height: 31px;
}

.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;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	width: 150px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border:0;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.dropmenudiv a{
background: #FFFFFF;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
width: auto;
display: block;
text-indent: 7px;
color: #000000;
padding: 3px;
text-decoration: none;
font-weight: bold;
 
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image: url(../images/pulldown-hover-image.gif);
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	border:0;
	padding-left: 3px;
	color: #000000;
	font-style: normal;
}
.chromestyleDown ul li a{
	background-image: url(../images/nav-bar-over.gif);
	color: #FFFFFF;
	padding: 4px 3%;
	margin: 0;
	text-decoration: none;
	height: 31px;
}
