.bluetabs{ clear:both 
}

.bluetabs ul{
font: bold 14px Arial, Helvetica, sans-serif;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:43px;
line-height:43px; 
}

.bluetabs li{
float:left;
margin: 0; 
 padding:3px 10px 0px 10px;
}

.bluetabs li.no_line{
float:left;
margin: 0; background: none; 
}

.bluetabs li a{
text-decoration: none;
color: #fff;
font-weight:bold; padding:0px 10px 0px 10px;
float:left; cursor:pointer;
text-align:center

}

.bluetabs li a span{
float:left;
padding: 0px 0px 0px 0px;
}

.bluetabs li a font{
float:left;
height:43px;
font-size:14px;
}

.bluetabs li a div{
float:left;
 height:43px; line-height:43px;
}

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

.bluetabs li a:hover{
text-decoration: none;
color: #fff;
 background:url(../images/first_nav_li_on_bg.jpg) repeat-x bottom;

 }

.bluetabs li.selected{
	 background:url(../images/first_nav_li_on_bg.jpg) repeat-x bottom;

}


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

}

.bluetabs li.selected a{ /*Selected Tab style*/
color: #fff;
}

.bluetabs li.selected a span{ /*Selected Tab style*/

}


.bluetabs li.selected a font{ /*Selected Tab style*/
background:url(arrow.gif) no-repeat 50% 100%;
_background:url(arrow.gif) no-repeat 50% 85%;

}


.bluetabs a:hover, .bluetabs li.selected a:hover{ /*onMouseover style*/

}

.bluetabs a:hover span, .bluetabs li.selected a:hover span{ /*onMouseover style*/

}


.bluetabs a:hover font, .bluetabs li.selected a:hover font{ /*Selected Tab style*/
background:url(arrow.gif) no-repeat 50% 100%;
_background:url(arrow.gif) no-repeat 50% 85%;

}





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


.dropmenudiv_b{
position:absolute;
top: 43px;
z-index:100;
height:30px;
line-height:30px;
/*padding:2px 15px;*/
padding:2px 10px;
width: 1004px;
visibility: visible;
background:url(main_09.gif) no-repeat;
color:#fff;
left:0px;
/*font-weight:bold;*/
}


.dropmenudiv_b a{
text-decoration: none;
color: #fff; 
padding:0px 10px;

}
.dropmenudiv_b span{ /*padding:0px 8px;*/padding:0px 2px;}



.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
}

.dropmenudiv_b .second_now{ color:orange;}