﻿.bluetabs{
border-bottom: 0px solid #333333;
border-top: 0px solid #330000;
background-image:;
/*background:#474747;*/

}

.bluetabs ul{
padding: 2px 0px;
margin-left: 0;
margin-top: 2px;
margin-bottom: 2px;
font: bold 12px arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
text-transform: uppercase;

}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 7px 16px;
margin-right: 8px;
margin-left: 0px;
background-image: url('../images/menubg4-2.jpg');
color: #ffffff;
text-decoration: none;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
/*THEME CHANGE HERE*/

}

.bluetabs li a:visited{

}

.bluetabs li a:hover{
text-decoration:none;
color: #ffffff;
background-image: url('../images/glossymetal2.jpg');
border-left: 1px solid #996600;
border-right: 1px solid #996600;
border-top: 1px solid #996600;
}

.bluetabs li.selected{


}

.bluetabs li.selected a{ /*selected main tab style */
color: #ffffff;
background-image: url('../images/glossymetal2.jpg');
/*THEME CHANGE HERE*/
border-bottom-color: white;
text-decoration:none;
border-left: 1px solid #996600;
border-right: 1px solid #996600;
border-top: 1px solid #996600;

}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-image: url('../images/glossymetal2.jpg');
border-left: 1px solid #996600;
border-right: 1px solid #996600;

border-top: 1px solid #996600;



}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: ;
border-left: 2px outset #333333;
border-right: 2px outset #333333; /*THEME CHANGE HERE*/
border-bottom: 1px outset #333333;
border-top: 0px;
border-width: 1px 1px;
font:bold 11px arial;
line-height:20px;
z-index:1000000;
text-align:left;
background-image: url('../images/menubgnotop.jpg');
width: 246px;
visibility: hidden;
text-transform: none;
padding-left: 1px;
padding-right:1px;
}


.dropmenudiv_b a{
width: auto;
align: justify;
display: block;
text-indent: 0px;
border-top: 0px;
border-bottom: 1px outset #996600; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 5px;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 246px;

}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-image: url('../images/glossymetal2.jpg');
color: #ffffff;
text-decoration: none;
border-right: 0px solid #996600;
}