.bluetabs
{
	border-bottom: 0px solid transparent;
}
IMG
{
	border: 0px solid transparent;
}
.bluetabs UL
{
	padding: 10px 0 9px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 12px sans-serif;
	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: 10px;
	margin-right: 3px;
	border: 1px solid #EEE;
	border-bottom: 0px solid #778;
	color: #060D0D;
	background: #DCE0E9 url(../images/taboff.jpg) repeat-x top left;
/*THEME CHANGE HERE*/
}
.bluetabs LI A:visited
{
	color: #2D2B2B;
}
.bluetabs LI A:hover
{
	text-decoration: none;
	color: #2D2B2B;
}
.bluetabs LI.selected
{
}
.bluetabs LI.selected A
{
/*selected main tab style*/
	background: #DCE0E9 url(../images/taboff.jpg) repeat-x top left;
/*THEME CHANGE HERE*/
	border-bottom-color: #FFFFFF;
}
.bluetabs LI.selected A:hover
{
/*selected main tab style*/
	text-decoration: none;
}
/*######### Style for Drop Down Menu #########*/
.dropmenudiv_b
{
	position: absolute;
	top: 0;
	border: 1px solid #EBEBEF;
/*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: normal 12px sans-serif;
	line-height: 18px;
	z-index: 100;
	width: 200px;
	visibility: hidden;
	background: #DCE0E9 url(../images/taboff.jpg) repeat-x top left;
}
.dropmenudiv_b A
{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #B0B6D2;
/*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #000000;
}
* HTML .dropmenudiv_b A
{
/*IE only hack*/
	width: 100%;
}
.dropmenudiv_b A:hover
{
/*THEME CHANGE HERE*/
	background-color: #EDF3F3;
	background: #DCE0E9 url(../images/taboff.jpg) repeat-x top left;
}
