.chromestyle{
	width: 550px;
	font-weight: bold;
	
}

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

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: right;
}

.chromestyle ul li{
	display: inline;
	padding-left: 43px;
}

.chromestyle ul li a{
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	color: #cccc99;
	font-family: Arial,;
	font-size: 16px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	width: 150px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	background-image: url(../../images/dropmenu.jpg);
	height: 130px;
	text-align: left;
	line-height: 20px;
	margin-left: 1px;
	background-repeat: repeat-y;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #d0491b;
}
.chromestyle2 {
	width: 700px;
	font-weight: bold;
}
