.bluetabs{
border-bottom: 0px solid gray;
}

.bluetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 12px Arial;
/*list-style-type: none; */
width: 800px;
text-align: center; /* TO ALIGN MENU - set to left, center, or right to align the menu as desired*/
}

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

.bluetabs li a{
text-decoration: none;
padding: 7px 3px;
margin-right: 10px;
border: 0px solid #778; 
width: 8px;
background: #3F2A2A url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE* change color of top menu tab */ 

}

.bluetabs li a:visited{
color: white; /* change font color of top menu item */
}

.bluetabs li a:hover{
/*text-decoration: underline;*/
color: white;
background: #A82918
}


.bluetabs li.selected{
color: white;
}

.bluetabs li.selected a{ /*selected main tab style */
/*background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
background: #A82918
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: white; /* to change text color of mouse over item */

}

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial;
line-height:18px;
z-index:300;
background-color: #a7291a; /* change background of drop down */
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 3px;
text-align: left;   /*CHANGE  DROP DOWN menus alignment*/
border: 0 solid black; /*CHANGE BORDER COLOR HERE FOR DROP DOWN*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

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

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