.bluetabs{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	height: 34px;
}

.bluetabs ul{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5;
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	margin-right: 0px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

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

.bluetabs li a{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
	background-image: url(../images/menu-o.jpg);
	background-repeat: repeat-x;
}

.bluetabs li.selected{
	color: #000000;
	background-image: url(../images/menu-o.jpg);
	background-repeat: repeat-x;
}

.bluetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/menu-o.jpg); /*THEME CHANGE HERE*/
	border-bottom-color: white;
	color: #000000;
	background-repeat: repeat-x;
}

.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:16px;
	z-index:100;
	background-color: #F0F0F0;
	width: 200px;
	visibility: hidden;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

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

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

