.bluetabs{
	width:800px;}

.bluetabs ul{
	padding: 5px 0;
	margin-left: 0;
	font-size: 13px;
	font-weight:bold;
	font-family: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: 0; }

.bluetabs li a {
	word-spacing: -0.02em;
	letter-spacing:-0.00em;
	font-size: 1.14em;
	text-decoration: none;
	padding: 3px 0.55em;
	color: #035a80; }

.bluetabs li a:visited{
	color: #035a80; }

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

.bluetabs li.selected{}

.bluetabs li.selected a{ /*selected main tab style */

}

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

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

.dropmenudiv_b{
	margin-right:5px;
	position:absolute;
	top: 0;
	border: 1px solid #abdff6; /*THEME CHANGE HERE*/
	font:normal 12px Verdana;
	line-height:18px;
	width:150px;
	z-index:100;
	background-color: #ecf8fe;
	visibility: hidden; }


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

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #ffe978; }
	
/* ######### Style for bottom links ######### */	
	
.bluetabs2 ul{
	padding: 7px 0;
	margin-left: 0;
	font-size: 11px;
	font-family:verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/ }

.bluetabs2 li{
	display: inline;
	margin: 0; }

.bluetabs2 li a {
	word-spacing: -0.02em;
	letter-spacing:-0.00em;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 0.38em;
	color: #035a80; }

.bluetabs2 li a:visited{
	color: #035a80; }

.bluetabs2 li a:hover{
	text-decoration: none;
	color: #e46011; }	
	

