.bluetabs{

background:url(../images/navbar_bg.gif) repeat-x bottom;
height:49px;

}

.bluetabs ul{
padding: 3px 0;
height:42px;
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{

background:url(../images/bar.gif) no-repeat scroll left top transparent;
float:left;
font-weight:700;
line-height:14px;
margin:0;
vertical-align:middle;
}

.bluetabs li a{
text-decoration: none;


margin:0px 0px 0px 0px;
color: #2d2b2b;
cursor:pointer;
/*display:-moz-inline-box;*/
height:38px;

padding-right:8px;
padding-left:8px;
line-height:34px;
font-weight:bold;
}

.bluetabs li a:visited{
color: #2d2b2b;
}
.bluetabs li:hover
{
text-decoration: none;
/*border-left:1px solid #b08e67;
border-right:1px solid #b08e67;
border-top:1px solid #b08e67;*/
background:#ece0cd;
background:url(../images/navbar_bg2.gif) repeat-x scroll left top transparent;
color: #2d2b2b;
height:38px;
}
.bluetabs li a:hover{
text-decoration: none;


color: #2d2b2b;
height:38px;


padding-right:8px;
padding-left:8px;
line-height:34px;
font-weight:bold;
}


.bluetabs li.selected{
background:#ece0cd;
background:url(../images/navbar_bg2.gif) repeat-x scroll left top transparent;
}

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

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

color: #2d2b2b;
}

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #e5c698; /*THEME CHANGE HERE*/
border-width: 0 1px 1px 1px ;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;


margin-top:13px;

visibility: hidden;
padding:10px;

}
.tabshoversep
{
background:url(../images/tabshoversep.jpg) center repeat-y;
width:10px;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 dashed #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 0px 0;
text-decoration: none;
color: black;

}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#8c5a20;
}

