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

.chromestyle ul{
	height: 27px;
	width: 733px;
	list-style-type: none;
	margin: 0 auto 0 160px;
	padding: 0;
}

.chromestyle ul li{
			border-left: 1px solid #3c3c3c;
			padding: 3px 10px 4px 13px;
			_padding: 3px 9px 4px 13px;
			margin: 0;
			display: inline;
			height: 27px;
}

.chromestyle ul li.last{
			border-left: 1px solid #3c3c3c;
			padding: 3px 11px 4px 13px;
			margin: 0;
			display: inline;
			height: 27px;
		border-right: 1px solid #3c3c3c;	
}

.chromestyle ul li a{
				color: #fff;
				font-size: 11px;				
				line-height: 28px;
				font-family: Verdana;
				text-decoration: none;
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border-left: 1px solid #737879; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:22px;
	z-index:100;
	background-color: #000;
	width: 180px;
	visibility: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin: 6px 5px 5px -14px;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #000;
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}