.bluetabs{
	background-repeat: no-repeat;
	background-position: center;


}

.bluetabs ul{
	margin-top: 3px;
	font: bold normal 14px Verdana;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 20px;
}

.bluetabs li{
	display: inline;
}

.bluetabs li a{
	text-decoration: none;
	color: #003399;






background: white url(file:///C|/Documents and Settings/Big B/My Documents/My Web Sites/media/bluetab.gif) repeat-x left top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F0F0F0;
}

.bluetabs li a:visited{


}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #003399;
	background-color: #E0E0E0;
}

.bluetabs li.selected{

}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(file:///C|/Documents and Settings/Big B/My Documents/My Web Sites/media/bluetabactive.gif)

}

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

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

.dropmenudiv_b{
	position:absolute;
	top: 129px;
	font:normal 12px/18px Verdana;
	z-index:100;
	background-color: #F0F0F0;
	width: 200px;
	visibility: hidden;
	left: 16px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


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

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

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