@charset "utf-8";
/* CSS Document */

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
height:24px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
color:#000000;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 3px 8px 3px;
color: #2d2b2b;
background: #ff9600;
height:24px;
}

.bluetabs li a:hover{
height:24px;
text-decoration: underline;
background-image: url(http://new.davidfishwick.net/images/navback.gif); /*THEME CHANGE HERE*/
}

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

.dropmenudiv_b{
position:absolute;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #7d7b78;
width: 200px;
visibility: hidden;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#ffffff;
}

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

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

