.bluetabs{

}

.bluetabs ul{
float:left;
list-style-type: none;
margin:20px 0px 0px 0px;
}

.bluetabs li{
float:left;
border-right:1px solid #cbcbcb;
}

.bluetabs li a:link, .bluetabs li a:active, .nluetabs li a:visited{
display:block;
width:100px;
padding:4px 20px;
text-decoration: none;
line-height: 20px;
outline: none;
text-align:left;
font-size: 18px;
color:#7c7c7c;
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover, .bluetabs li.selected a{
color:#ff0033;
}

.bluetabs li.selected a{ /*selected main tab style */
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

span.descmenu{
font-size:11px; 
padding:0px 20px;
color:#989797
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1_b{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-width: 0 1px;

line-height:18px;
z-index:100;
background-color: #e8e8e8;
width: 200px;
visibility: hidden;
}


.dropmenudiv1_b a{
width: auto;
display: block;
text-indent: 8px;
border: 0 solid #7c7c7c; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 8px 0;
text-decoration: none;
color: #7c7c7c;
}

* html .dropmenudiv1_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
}

/* ######### Style for Drop Down Menu 2 ######### */

.dropmenudiv2_b{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-width: 0 1px;

line-height:18px;
z-index:100;
background-color: #e8e8e8;
width: 200px;
visibility: hidden;
}


.dropmenudiv2_b a{
width: auto;
display: block;
text-indent: 8px;
border: 0 solid #7c7c7c; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 8px 0;
text-decoration: none;
color: #7c7c7c;
}

* html .dropmenudiv2_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
}


/* ######### Style for Drop Down Menu 3 ######### */

.dropmenudiv3_b{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-width: 0 1px;

line-height:18px;
z-index:100;
background-color: #e8e8e8;
width: 200px;
visibility: hidden;
}


.dropmenudiv3_b a{
width: auto;
display: block;
text-indent: 8px;
border: 0 solid #7c7c7c; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 8px 0;
text-decoration: none;
color: #7c7c7c;
}

* html .dropmenudiv3_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv3_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
}
