.chromestyle{
	width: 630px;
}

.chromestyle:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
/* border: 1px solid #BBB;
background: url(../images/chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; 
}

.chromestyle ul li{
	display: inline;
	line-height:25px;
}

.chromestyle ul li a{
	padding: 4px 7px;
	margin: 0;
	/*border-right: 2px solid #DADADA;
*/}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
 /* background: url(../images/chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}


.dropmenudiv{
	position:absolute;
	top: 0;
	border: none;
	border-bottom-width: 0;
	line-height:25px;
	z-index:100;
	background-color: #384849;
	width: 200px;
	visibility: hidden;
	/*
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#626767,direction=135,strength=4); Add Shadow in IE. Remove if desired
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	width:250px; 
	background: url(../images/shadow.gif) bottom right no-repeat;    

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #344445; 
	padding: 2px 0;
	text-decoration: none;
}

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

.dropmenudiv a:hover{ 
	background-color: #384849;
}

.corner_bg {
	background-image: url("../images/menu_bg_left_cornner.gif");
	background-repeat:repeat-x;
	background-position: left;
}

.mainitems_out{
	background-color: #384849;
	border-right:#384849 1px solid;
}
