.chromestyle{
	/*width: 100%;*/
	float:right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	width: 100%;
	/*background: url(../images/link-bg.gif) left top repeat-x; THEME CHANGE HERE*/
	margin: 0px;
	list-style:none;
	text-align: center; /*set value to "left", "center", or "right"*/
	background: url(../images/link-bg.gif) left top repeat-x;
}

.chromestyle ul li{
	/*display: inline;*/
	float:left;
	background:url(../images/link-sep.gif) left top no-repeat;
}
.chromestyle ul li a{
	color: #333333;
	padding: 15px 26px;
	display:inline-block;
	margin: 0;
	text-decoration: none;
	
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/link-bg-hover.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color:#e59040;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom:4px solid #d2cecb;
	z-index:100;
	background-color:#eee9e3;
	width:200px;
	visibility: hidden;
	margin-top:-1px;
}
.dropmenudiv ul {
	margin:0px 10px 0px 10px;
	list-style:none;
	padding:0px;
	line-height:18px;
	font-size:11px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
}
.dropmenudiv ul li {
	background:url(../images/hor_dot_line.gif) left bottom repeat-x;
	padding:5px;
}
.dropmenudiv ul li a{
	width: auto;
	display: block;
	color:#e59040;
	text-decoration: none;
	background:url(../images/bul_1.gif) 1px 6px no-repeat;
	text-indent:20px;
}
* html .dropmenudiv ul li a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv ul li a:hover {
	color:#000000;
}
.dropmenudiv ul .last {
	background:none;
}
