.bluetabs{
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
}

.bluetabs li a{
	text-decoration: none;
	padding: 0;
	margin-right: 0px;
	color: #2d2b2b; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.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;
	line-height:18px;
	z-index:100;
	width: 162px;
	visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: black;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 8px;
}
#dropmenu1_b {
	margin-left: 1px;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
}
#dropmenu5_b {
}
div.dropmenudiv_b#dropmenu1_b,
div.dropmenudiv_b#dropmenu2_b,
div.dropmenudiv_b#dropmenu3_b,
div.dropmenudiv_b#dropmenu5_b{
	background-image: url(../img/submenu_bkgd.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

