.bluetabs{
width:780px;
float:left;
}

.bluetabs ul{
padding: 0px 0;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
margin:0;
}

.bluetabs li{
display: inline;
margin: 0;
background:url(../images/right-border.jpg) right no-repeat;
}

.bluetabs li a{
text-decoration: none;
padding:13px 18px 9px 18px;
line-height:34px;
color:#FFFFFF;
text-decoration:none;
 /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
line-height:34px;
text-decoration: none;
color: #FFFAA2;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background:none; /*THEME CHANGE HERE*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #AE382D; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #AE382D; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #AE382D;
color:#FFFFFF;
}
