.chromestyle{

	font-size: 11px;
	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{
	background: url(../images/bar.gif) no-repeat; 
	padding: 8px 5px;
	margin: 0;
	font-size: 11px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	font-size: 11px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #7c7c7c;*/
}

.chromestyle ul li a:hover{
	/*background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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: 1px solid #7c7c7c; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	text-align: left;
	z-index:100;
	background-color: white;
	width: 100px;
	visibility: hidden;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


.dropmenudiv a{
	font-size: 11px;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7c7c7c; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #4e7cd2;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
