.chromestyle{
	background:url(../images/language.gif) no-repeat right  top;
	padding-right:32px;
	float:right;
	width:79px;
	height:23px;
	margin-right:2px;
	padding-top: 6px;
}
.chromestyle li { float:left; width:auto; padding-right:2px;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle  span,.dropmenudiv li span{
	width:auto;
	padding-left:8px;
	padding-right:3px;
}
.chromestyle  a,.chromestyle a:visited{ color:#fff;}
.chromestyle  a:hover{ color:#fff;}
.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: block;
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	float:left;
	text-align: left; z-index:999;
}
.chromestyle ul li img{
	padding-right:5px;
	padding-top: 3px;
}

.chromestyle ul li a:hover{ /*THEME CHANGE HERE*/
	color:#FFFFFF;
}

.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;/*THEME CHANGE HERE*/
	font:normal 11px Verdana;
	line-height:18px; border:1px solid #005C92;
	z-index:100;
	background-color: #025684;
	width: 120px;
	visibility:hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{ text-align:left;
	width: 100%; display: block;
	 /*THEME CHANGE HERE*/
	padding: 2px ;
	text-decoration: none;
	color:#fff;
}
.dropmenudiv a,.dropmenudiv a:visited{ color:#fff;}
.dropmenudiv  li{ float:left; width:100%;padding:4px 0px; text-transform: capitalize;}
.dropmenudiv a img{ padding:0px 15px 0px 2px; float:right;}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #70BDE7;
}

