.chromestyle{
	float:left;
	width:560px;
	padding:3px 0 0 8px;
}
/*.chromestyle:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
*/
.chromestyle ul{
width:560px;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
width:80px;
}

.chromestyle ul li a{
	color:#FFF !important;
	width:100%;
	margin: 0;
	text-decoration: none;
	font-family:sans-serif;
	font-size:13px;
	padding:5px;
}
.chromestyle ul li a:hover{
	color: #fff;
	margin: 0;
	text-decoration: none;
	width:100%;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
	background:url(../images/menubg1.jpg) repeat-x left bottom !important;
	padding:5px;
	color:#fff;
}

/**html .chromestyle ul li a:hover, *html .chromestyle ul li a.selected{*/ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/menutophover.png')  !important;*/
/*	background:#000;
	padding:5px;
	color:#fff;
} */
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 237px;
	margin:-8px 0px 0px -12px;
	_margin:-12px 0px 0px -12px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	color: black;
	text-align:left;
	width:237px;
	height:18px;
	position:relative;
}
.menumiddle[class]{
	background:url(../images/menumiddle.png) repeat-y center center;
	width:237px;
}
.menumiddle{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/menumiddle.png');
	width:237px;
}


.list{
text-indent:27px;
}
.dropmenudiv a:hover{
	background: transparent url(../images/menuhover.jpg) repeat-y center center;
	color:#fff !important;
	margin:0px auto;
	height:18px;
}
.dropmenudiv a b{
	padding-left:16px;
}

/*-------------language menu-----------*/
.dropmenulang{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 132px;
	visibility: hidden;
	margin:-4px 0 0 -12px;
	_margin:-6px 0 0 -20px;
	text-indent:12px;

}

.dropmenulang a{
	display: block;
	text-decoration: none;
	color: black;
	text-align:left;
	width:132px;
	height:18px !important;
	position:relative;
}
.dropmenulang a:hover{
	background: transparent url(../images/menu_lang_hover.jpg) repeat-y center center;
	width:132px;
	color:#fff !important;
	margin:0px auto;
	height:18px !important;
}

.menulangmiddle[class]{
	background:url(../images/menulangmiddle.png) repeat-y center center;
	width:132px;

}
*html .menulangmiddle{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/menulangmiddle.png');
	width:132px;
}

.menulangbottom[class]{
	background:url(../images/menulangbottom.png) no-repeat top center;
	height:11px;
}
*html .menulangbottom{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/menulangbottom.png');
	height:11px;
}
/*.dropmenulang a:hover{
	background:url(../images/menulangmiddlehover.png) repeat-y  center center;
	margin:0px auto;
	height:20px;
	width:132px;
}*/
