.chromestyle{
	padding: 0px;
	float:left;
	border:0px solid #000;
	width:680px;
}

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

.chromestyle ul{
	margin:2px 0px 0px 0px;
	margin-top /*\**/: 0px\9; /*i8 hack*/
	*margin-top:2px; /*i7 hack*/
	padding:0px;
	list-style:none;
	/*THEME CHANGE HERE*/
	font-weight:normal;
	text-align:right!important;
	float:right;
}

.chromestyle ul li{
	display: inline;
	margin:1px 1px 0px 0px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}

.chromestyle ul li.man a{
	background:url(../images/ltTab-m.gif) no-repeat left top !important;
}

.chromestyle ul li.man a span{
	background:url(../images/rtTab-m.gif) no-repeat right top !important;
}


.chromestyle ul li a{
	padding-left:17px;
	margin: 0;
	text-decoration: none;
	display:block;
	float:left;
	cursor:pointer;
	background:	url(../images/ltTab.gif) no-repeat left top;
	line-height: 28px;
}

.chromestyle ul li a span{
	padding:0px 17px 0px 0px;
	margin:0;
	text-decoration: none;
	display:block;
	float:left;
	cursor:pointer;
	background:	url(../images/rtTab.gif) no-repeat right top;
	line-height: 28px;
	color:#FFFFFF
}

.chromestyle ul li a:hover{
	color:#000000;
	display:block;
	float:left;
	text-decoration:none;
	cursor:pointer;
	line-height: 28px;
}

.chromestyle ul li a:hover span{
	float:left;
	line-height: 28px;
	color:#000000;
	padding:0px 17px 0px 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	 /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top:0;
	border: 1px solid #4272be; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background: #78a4ec;
	width: 150px;
	visibility: hidden;
	margin-top:0px;
	text-transform:uppercase;
	font-size:11px
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
	 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 12px;
	border-bottom: 1px solid #4272be; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-weight:bold;
	text-align:left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#a8c5f2;
	color:#000000
}

