.crtice
{color: #fffad4;}
.bluetabs{
border-bottom: 1px #fffad4;
color: #fffad4;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 1px;
font: 11px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
color: #fffad4;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	color: #fffad4;
	background-color: #911746;
}

.bluetabs li a:visited{
color: #fffad4;
}

.bluetabs li a:hover{
color: #fffad4;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */


}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #fffad4; /*THEME CHANGE HERE*/
	font:normal 11px Verdana;
	z-index:100;
	background-color: #911746;
	width: 200px;
	visibility: hidden;
	text-align: left;	
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 1px solid #fffad4; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fffad4;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fffad4;
color: #911746;
}
