.bluetabs{
	width: 917px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	display:inline;

}

.bluetabs ul{
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
	width: 917px;
	height: auto;
	margin: 0px;
	padding: 12px 0px 11px 0px;

}

.bluetabs li{
display: inline;
	height: 39px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-align:center;
	color: #fff;
	margin: 0px;
	padding: 0px;

}

.bluetabs li a{
text-decoration: none;
	height: 15px;
	color:#fff;
	padding: 12px 12px 11px 28px;
	background-image: url(../images/icon_menu.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
}


.bluetabs li a:hover{
	color:#ededed;
	padding: 12px 12px 11px 28px;
	background-image: url(../images/icon_menu_h.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
	background-color: #ae2020;

}

.bluetabs li.selected{
	background-image: url(../images/icon_menu.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
}

.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: none; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
	background:#bd1717;
	width: 260px;
	height:auto;
	margin: 0px;

}


.dropmenudiv_b a{
width: 300px;
display: block;
text-indent: 5px;
border: 0 solid #d52323; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
text-decoration: none;
	background:#bd1717;
	font-size:12px;
	font-style:normal;
	padding:9px 7px 9px 7px;
	margin: 0px;
	color: #fff;

}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/

	background:#e23537;
	color:#fff;
	padding:9px 7px 9px 7px;
	margin: 0px;
	text-decoration:none;

}