/*    */




.bluetabs{ /* this is the top bar in general */
	/*border-bottom: 1px solid gray;*/
}

.bluetabs ul {
	padding: 3px 0;
	margin-left: 16px;
	margin-bottom: -2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	list-style-type: none;
}

.bluetabs li{
	display: inline;
	margin: 0;
}

.bluetabs li a, .bluetabs li a:visited{   /* this is for each individual link on the top bar */
	text-decoration: none;
	padding: 0px 8px;
	color: #4d4d4d;
	/*background: white url(../media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #b47536;
}

.bluetabs li.selected{
	}

.bluetabs li.selected a{ /*selected main tab style */
	/*background-image: url(../media/bluetabactive.gif);*/ 
	text-decoration: none;
	color: #b47536;
	outline: 1px solid #B1B1B1;
	padding-top:2px;
	padding-bottom:2px;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

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

.dropmenudiv_a, .dropmenudiv_b  {
	position:absolute;
	margin-left:-1px;
	margin-top: -1px;
	
	border: solid;
	border-color:#B1B1B1;
	border-width: 1px 1px 0px 1px;
	
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:17px;
	z-index:100;
	background-color: #ffffff;
	width: 100px;
	visibility: hidden;
}


.dropmenudiv_a a, .dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 8px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a, * html .dropmenudiv_b a   { /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover, .dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #996633;
	color:#FFFFFF;
}