.chromestyle{
	margin: 0;
	padding: 0px;
	width: 920px;
}



.chromestyle ul{
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding: 0px;

}

.chromestyle ul li{
	margin: 0;
	padding: 0px;
display: inline;
}

.chromestyle ul li a{
	padding: 0px;
margin: 0;


}






/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:15px;
	z-index:100;
	background-color: #333333;
	width: 155px;
	visibility: hidden;
-moz-opacity:0.85;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4)alpha(opacity=85); /*Add Shadow in IE. Remove if desired*/
	font-family:tahoma;font-size:11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E2E2E2;
	text-decoration: none;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #E2E2E2;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15;
	font-family:tahoma;font-size:11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #454545;
	background-image: url(strelica4.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	font-family:tahoma;
	font-size:11px;
	color: #FFFFFF;
	font-weight: normal;
}