.bluetabs{
position:relative;
background:#fff;
width:700px;
border:0px solid red;
}



.bluetabs img{
border:0px;
padding:5px 20px 5px 20px;
}

.bluetabs ul{
position:relative;
left:-30px;
width:600px;
margin:0 auto;
font:12px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
text-transform:uppercase;
border:0px solid yellow;

}

*html .bluetabs ul{
position:relative;
left:10px;
width:600px;
margin:0 auto;
font:12px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
text-transform:uppercase;
border:0px solid red;
background:none;

}

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

}

.bluetabs li a{
text-decoration: none;
color: white;
text-decoration:none;
border:0px solid yellow;
}

.bluetabs li a:visited{

color:#fff;
}

.bluetabs li a:hover{

text-decoration:none;
color:white;
}

.bluetabs li.selected{

}

.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;

}

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

}

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

.dropmenudiv_b{

position:fixed;
padding-left:10px;
top:20px;
font:normal 10px Verdana;
letter-spacing:-.01em;
line-height:180%;
z-index:100;
background-color:transparent;
width:150px;
visibility: hidden;
text-transform:uppercase;
border:0px solid green;

}

.dropmenudiv_b a{
position:relative;
width:120px;
display: block;
text-indent: 10px;
text-decoration: none;
color:#999999;
background:white;
border-top:1px solid #ccc;
}

.dropmenudiv_b a:hover{
position:relative;
width:120px;
display: block;
text-indent: 10px;
text-decoration: none;
color:white;
background:#828486;

}

*html .dropmenudiv_b{
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font:normal 10px Verdana;
letter-spacing:-.01em;
line-height:180%;
visibility: hidden;
text-transform:uppercase;
border:0px solid green;
width:110px;
height:-40px;
}

*html .dropmenudiv_b a{ /*IE only hack*/
position:relative;
left:100px;
display:block;
background:white;
width:120px;
}

*html .dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
/*position:relative;
top:-50px;
left:-180px;*/
width:120px;
display:block;
background:#828486;
}
