.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px 'Arial', 'Trebuchet MS','Century Gothic', Verdana;
	text-transform:none;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
	display: inline;
	margin: 0;
	padding-left:11px;
	padding-top:0;
}

.bluetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #fff;
}

.bluetabs li a:visited{
	color: #fff;
}

.bluetabs li a:hover{
	color: #999;
	font-size: 11px;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	/*background-image: url(media/bluetabactive.gif); THEME CHANGE HERE*/
	border-bottom-color: white;
}

.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 #000; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 100px;
	visibility: hidden;
    filter:alpha(opacity=80);
    -moz-opacity: 0.95;
    opacity: 0.95;
}

.dropmenudiv_b a {
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 3px 0 3px 0px;
	text-decoration: none;
	color: #666;
	font-weight:bold;
	text-transform:none;
	font-family:'Arial', 'Trebuchet MS','Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
}

.dropmenudiv_b a:visted {
	color: #666;
}

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

.dropmenudiv_b a:hover{
	background-color: none;
	font-family: 'Arial', 'Trebuchet MS','Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
}
