.bluetabs{
border-bottom: 1px solid gray;
margin: 0px;
}

.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;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: white url(menustyle/media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}
.textboxnew {
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 22px;
	width: 270px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #9FB095;
}


.bluetabs li.selected a{ /*selected main tab style */
background-image: url(menustyle/media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.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:24px;
	z-index:100;
	background-color: #FFFFFF;
	width: 180px;
	visibility: hidden;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #747665;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFF9D8;
	border-right-color: #EFF9D8;
	border-bottom-color: #EFF9D8;
	border-left-color: #EFF9D8;
	padding-top: 1;
	padding-right: 3px;
	padding-bottom: 1;
	padding-left: 6px;
}

.dropmenudiv_b a{
	width: auto;
	display: block; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration: none;
	color: #747665;
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS";
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	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: #EFF9D8;
	border-right-color: #EFF9D8;
	border-bottom-color: #EFF9D8;
	border-left-color: #EFF9D8;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 6;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: auto;
	height: auto;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #EFF9D8;
	color: #7b9c0e;
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS";
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.class41{
	height:24px;
}

