/*
.bluetabs{
border-bottom: 1px solid gray;
}
*/
.bluetabs ul{ list-style-type: none; text-align: left; font-family: Verdana; font-size: 11px; font-weight: bold; color: #ffffff; margin: 1px 20px 0 0; padding: 3px 0 3px 20; }

.bluetabs li{ line-height: 100%; display: table-cell; margin: 0; text-align: center; white-space: nowrap; }

.bluetabs li a{ text-decoration: none; margin-right: 0; margin-left: 0;
	/*    border: 1px solid #778;   */
	color: #b6dafb; padding: 3px 20px; }
/* ------------------ */
.navLink { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #b6dafb; line-height: 96%; text-decoration:none; }
a.navLink:hover { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; text-decoration:none; font-style: normal; line-height: 96%; }

/* ------------------ */
.bluetabs li a:visited{
color: #b6dafb;
}

.bluetabs li a:hover{ text-decoration: none; color: #ffffff; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 96%; }

.bluetabs li.selected{
}

.bluetabs li.selected a{ 
border-bottom-color: #0061B2;
}

.bluetabs li.selected a:hover{
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{ font: 12px/18px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; position:absolute; top: 0; z-index:100; background-color: #0061b2; width: 200px; visibility: hidden; }


.dropmenudiv_b a{ width: auto; display: block; text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0; text-decoration: none; color: #b6dafb; font-weight: bold; border-bottom: 1px solid #02f273; }

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #0061B2;
	text-decoration: none;
	color: #FFFFFF;
}
