﻿.bluetabs{
width:890px;
}

.bluetabs ul{
padding: 0;
margin: 0;
list-style-type: none;
width:890px;
}

.bluetabs li{
display: inline;
margin: 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
font: normal 13px Arial;
margin:0;
padding:0 0 0 45px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}


.dropmenudiv_b a{
display: block;
width: 100%; /*width of menu (not including side paddings)*/
color: #999999;
background-color:#000000;
text-decoration: none;
padding: 4px 5px 5px 10px;
text-indent: 5px;
border-style:solid;
border-width:1px;
border-color:#555555;
}

* html .dropmenudiv_b a{ /*IE only hack*/
display: inline-block;
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color:#555555;
color: white;

}
