#root {
text-align:left !important;
}


.bluetabs{
background-image: url(bar2.gif); 
background-repeat: no-repeat; 
height: 37px;
z-index:6000;
}

.bluetabs ul{
	padding: 10px 0px 12px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bluetabs li{
display: inline;
margin-top: 0px;

}

.bluetabs li a{
	text-decoration: none;
	margin-top: 0px;
	color: #2d2b2b;
	height: 36px;
	padding-top: 10px;
	padding-bottom: 11px;
}

.bluetabs li a:visited{
	color: #000;
}

.bluetabs li a:hover{
	padding-top: 10px;
	padding-bottom: 11px;
	text-decoration: none;
	color: #ffffff;
	background: url(background2.gif) repeat-x 0 0;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
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;
margin-top: 0px;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
border-width: 0px 1px;
font:normal 11px Verdana;
line-height:25px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 0px 0;
	text-decoration: none;
	color: black;
	text-align: left;
}
.main1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bolder;
	text-transform: none;
}


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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #004ED1;

}

