.bluetabs{

}

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	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;
margin: 0;
}

.bluetabs li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 25px;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 10px;
	color: #000000;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: normal;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.bluetabs li.selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
}

.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	background: #ffffff;
	color: #000000;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:0;
	background-color: white;
	width: 400px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	letter-spacing: 1px;
	border-top: 0 solid #918d8d;
	border-right: 0px solid #918d8d;
	border-bottom: 0 solid #918d8d;
	border-left: 0px solid #918d8d;
	text-align: left;

}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 15px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	padding: 2px 0;
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../../images/bullet2.png) no-repeat left;
	text-align: left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: normal;
	color: #666666;
	text-decoration: none;
	background: url(../../images/bolinha.gif) no-repeat left;
	text-indent: 15px;
	display: block;
	text-align: left;
	
}

