.chromestyle{
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.chromestyle ul li{
	float: left;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	line-height: 30px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/menuline.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 32px;
	font-size: 11px;
	font-family: Tahoma;
}

.chromestyle .support {
	background-image: none;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #E0E4E6;
	width: 200px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 15px;
	border-bottom: 1px solid #E7F1F7; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
}

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