.bluetabs {
	width: 800px;
	height: 37px;
	margin: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}

.bluetabs ul {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	background-image: url(../images/navbar_bkgd.png);
	background-repeat: no-repeat;
}

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

.bluetabs li a {
	color: #F2F2F2;
	padding: 10px 15px;
	margin: 0;
	text-decoration: none;
}

.bluetabs li a:hover {
	color: #035484;
	background-image: url(../images/navbg-over.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bluetabs li.selected {
}

.bluetabs li.selected a { /*selected main tab style */
	color: #035484;
	background-image: url(../images/navbg-over.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bluetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	color: #035484;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
	position:absolute;
	top: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px solid white;
}

.dropmenudiv_b a {
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #035484;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3;
	border-bottom: 1px dashed #B5E2FE;
}

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

.dropmenudiv_b a:hover {
	background-color: #007EC0;
	color: #FFFFFF;
}