.chromestyle{

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	clear: both;
}

.chromestyle ul{
	width: 100%;
	padding-top: 9px;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	width: 200px;
	visibility: hidden;






filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-color: #b6b6a9;
	color: #000;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: black;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #D8D8D1;
}
