#menuholder{
float: left;
display: inline;
width: 575px;
padding: 75px 0px 0px 10px;
margin: 0;}


.bluetabs{
border-bottom: 1px solid #dde5ed;
width: 575px;
}

.bluetabs ul{
padding: 4px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 12px Trebuchet MS, verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0px 5px 0px 0px;
padding: 4px 0px;
}

.bluetabs li a{
text-decoration: none;
color: #ffffff; 
padding: 4px 5px;
margin: 0;
}

.bluetabs li a:visited{

}

.bluetabs li a:hover{
background-color: #aabdd1;
text-decoration: none;
color: #ffffff;
padding: 4px 5px;
}


.bluetabs li.selected{

}

.bluetabs li.selected a{ /*selected main tab style */
background-color: #aabdd1;/*THEME CHANGE HERE*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-color: #aabdd1;
}

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

.dropmenudiv_b{
position:absolute;
top: -1px;
font:normal 11px Trebuchet MS, verdana;
line-height:20px;
z-index:100;
background-color: #aabdd1;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
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: #13315f;
}

#selector{
text-decoration: none;
padding: 4px 0px 4px 0px;
margin: 0px 5px 0px 0px;
color: #ffffff;
background-image: url(media/bluetabselected.gif);
background-position: bottom;
background-repeat: repeat-x; /*THEME CHANGE HERE*/


}
