#bluemenu {
	width: 730px;
	height: 26px;
}
.bluetabs{
	width: 730px;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
	color: #FFF; /*THEME CHANGE HERE*/
	height: 20px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	font-weight: normal;
}

.bluetabs li a:hover{
	text-decoration: none;
	background-image: url(../images/menu_over.jpg);
	background-repeat: repeat-x;
}

.bluetabs li.selected{
	background-image: url(../images/menu_over.jpg);
	background-repeat: repeat-x;
}

.bluetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/menu_over.jpg); /*THEME CHANGE HERE*/
	border-bottom-color: white;
	background-repeat: repeat-x;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-image: url(../images/menu_over.jpg);
	background-repeat: repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-color: #FFF;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	background-color: #d4f1b7;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #FFF;
	background-color: #5F9849;
}
.bluetabs li a.borderLeft {
	text-decoration: none;
	color: #FFF; /*THEME CHANGE HERE*/
	height: 20px;
	width: auto;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#tdFormRightAlign {
	text-align: right;
	width: 100px;
	vertical-align: top;
}
#rightColumn p.center {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
