@charset "UTF-8";
/* CSS Document */

.bluetabs{
	padding: 0px;
	font-size: 95%;
	font-weight:bold;
}

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

.bluetabs li{
display: inline;
margin: 0;
padding:0px;
font-size:13px;

}

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

.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-image: url(../../template5/styles/media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

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

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

.dropmenudiv_b{
font-family:Lucida Sans Unicode, Arial;
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
font-size:12px;
margin-top: -1px;
}

.dropmenudiv_b a:visited{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #cc0000;
}


.dropmenudiv_b a:link{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #cc0000;
}


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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
text-decoration: underline;
}