/* CSS Document */

.chromestyle{
	padding:0px 0px 0px 0px;
	background: url(../images/btn_back.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	height: 21px; 
	border-top:1px solid #bad1f7;
	border-bottom:1px solid #bad1f7;
}

.chromestyle ul{
	width: 100%;
	background: url(../images/btn_back.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	float:left;
	color: #FFFFFF;
	padding: 4px 14px 0px 14px;
	margin: 0;
	background: url(../images/btnPipe.jpg) left top no-repeat; /*THEME CHANGE HERE*/
/*	border-right:1px solid #83aaf4;*/
	height:17px;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected:link, .chromestyle ul li a.selected:visited{
	background: url(../images/btn_backHover.jpg) left top repeat-x; /*THEME CHANGE HERE*/
	color:#0054e8;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:2px;
	border-bottom-width: 0;
	font:normal 10px Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	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: 3px;
	border-left: 1px solid #87adf1; /*THEME CHANGE HERE*/
	border-right: 1px solid #87adf1; /*THEME CHANGE HERE*/
	border-bottom: 1px solid #87adf1; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #0054e8;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3274e8;
	color:#FFF;
}