.bluetabs{
border-bottom: 0px;
}


.bluetabs ul{
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0px;
padding-left:0px;
padding-right:0px;
text-decoration:none;
}

.bluetabs li a{
text-align: left;
font-family: "Gill Sans", Georgia;
font-size: 18px;
font-weight: normal;
color: #fff;
text-decoration: none;
line-height:40px;
text-decoration:none;
}


.bluetabs li a:hover{
font-weight: normal;
color: #fff;
text-decoration: none;
-moz-text-shadow: 1px 1px 1px #2e2e2e;
-webkit-text-shadow: 1px 1px 1px #2e2e2e;
text-shadow: 1px 1px 1px #2e2e2e;
text-decoration:none;
}





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

.dropmenudiv_b{
spacing-left:20px;
position:absolute;
top: 10px;
left:10px;
text-align: left;
margin-top:9px;
margin-left:-17px;
border: 1px solid #868686; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-family:Arial, Verdana;
font-size: 12px;
line-height:22px;
z-index:100;
background-color: #a9a9a9;
width: 175px;
visibility: hidden;
color:#000000;
font-weight:bold;
padding:auto;
}


.dropmenudiv_b a:link, .dropmenudiv_b a:visited, .dropmenudiv_b a:active {
margin:auto;
padding:auto;
display: block;
text-indent: 5px;
border: 0 solid #868686; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-size: 12px;
font-family:Arial, Verdana;
color: #000000;
font-weight:bold;
text-decoration:underline;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
margin:auto;
padding:auto;
display: block;
text-indent: 5px;
border: 0 solid #868686; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-size: 12px;
font-family:Arial, Verdana;
color: #000000;
font-weight:bold;
text-decoration:none;
background-color:#8d8d8d;
}

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

