.chromestyle{
	width: 904px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url(../images/link-bar.jpg);
}

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

.chromestyle ul{
	border: 1px none #BBB;
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	color: #353535;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
/*border-right: 1px solid #DADADA;*//* the line in between the menu */
}

.chromestyle ul li a:hover{
	background-image: url(chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFCC00;
}

.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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:18px;
	z-index:100;
	width: 300px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	background-color: #666666;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	text-indent: 3px;

}

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

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