.bluetabs {
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:gray;
}

.bluetabs ul {
	margin-left:5px;
	margin-top:1px;
	margin-bottom:0;
	list-style-type:none;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	padding:3px 0;
}

.bluetabs li {
display:inline;
margin:0;
}

.bluetabs li a {
text-decoration:none;
border:1px solid #999;
color:#2d2b2b;
background:#FFF url(dropdowntabfiles/media/bluetab.gif) top left repeat-x;
margin-right:3px;
padding:3px 7px;
}

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

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

.bluetabs li.selected a {
background-image:url(dropdowntabfiles/media/bluetabactive.gif);
border-bottom-color:#FFF;
}

.bluetabs li.selected a:hover {
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b {
position:absolute;
top:0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#FFF;
width:250px;
visibility:hidden;
text-align:left;
padding-left:0;
border-right-width:1px;
border-left-width:1px;
border-right-style:solid;
border-left-style:solid;
border-right-color:#999;
border-left-color:#999;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#999;
}



/*THEME CHANGE HERE*/
.dropmenudiv_b a:hover {
background-color:#C5FED8;
color:#000;
}

.dropmenudiv_c a:hover {
background-color:#FDD;
color:#000;
}

.dropmenudiv_d a:hover {
background-color:#D2E9FF;
color:#000;
}

.dropmenudiv_e a:hover {
background-color: #009;
color:#FFF;
}

.dropmenudiv_b a,.dropmenudiv_c a,.dropmenudiv_d a,.dropmenudiv_e a {
width:auto;
display:block;
text-indent:5px;
text-decoration:none;
color:#666;
border-top-style:solid;
border-color:#999;
border-width:1px;
padding:2px 0;
}

.dropmenudiv_c,.dropmenudiv_d,.dropmenudiv_e {
position:absolute;
top:0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#FFF;
width:200px;
visibility:hidden;
text-align:left;
padding-left:0;
border-right-width:1px;
border-left-width:1px;
border-right-style:solid;
border-left-style:solid;
border-right-color:#999;
border-left-color:#999;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#999;
}

* html .dropmenudiv_b a,* html .dropmenudiv_c a,* html .dropmenudiv_d a,* html .dropmenudiv_e a {
width:100%;
}
