
.bluetabs{
border-bottom: none;
}

ul,li {
	padding:0;
	margin:0;
	}


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

.bluetabs li{
display: inline;
}

.bluetabs li a{
display:block;
float:left;
text-decoration: none;
margin-right: 3px;
line-height:20px;
color: #FFFFFF;
background: url(../images/tab_active.jpg) no-repeat top;
height:21px;
width:123px; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
}

.bluetabs li.selected{
}

.bluetabs li.selected a { /*selected main tab style */
background-color:#E4EBF1;
}

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

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

.dropmenudiv_b{
position:absolute;
top:0;
border: 1px solid #D4D9DC; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:18px;
z-index:100;
background-color: white;
width: 153px;
visibility: hidden;
}
.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #D4D9DC; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 0px 0;
text-decoration: none;
color: #1E2C54;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #F3F5F9;
text-align:left;
}
