/********************************************************** Main Menu ******************************************************/
.chromestyle{
	width: 100%;
	height: 27px;
	background: url(../images/menu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	font-size:12px;
}

/*Add margin between menu and rest of content in Firefox*/

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}

.chromestyle ul{
background: url(../images/menu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
height: 27px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	border-left: 2px solid #2a292e;
	vertical-align: middle;
	float:right;
	height: 17px;
}

.chromestyle ul li a:hover{
	background: url(../images/menu-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ################################################### Style for Drop Down Menu ##########################################3######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font-size:11px;
	z-index:100;
	background-color: #adaeb1;
	width: 200px;
	visibility: hidden;
	text-align: left;
	border-right: 2px solid #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #ffffff;	
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #96969a; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	margin: 0px;
	height:15px;
	color: #ffffff;
}	

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #808082;
}

