.bluetabs
{
}

.bluetabs ul
{
	padding: 2px 0;
	margin-left: 20;
	margin-right: 20;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 12px Arial;
	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
{
	text-decoration: none;
}

.dropmenudiv_b
{
	position: absolute;
	top: 0; /*border: 0px solid #918d8d; THEME CHANGE HERE*/
	text-decoration: none; /*color: #FFFFFF; */
	z-index: 100;
	background-color: #dcdcdc;
	width: 168px;
	visibility: hidden; /*color: #0171BB;*/
	font: 12px Arial;
}


.dropmenudiv_b a
{
	width: auto;
	display: block;
	text-indent: 5px; /*border: 0px border-bottom-width: 1px; THEME CHANGE HERE*/
	text-align: left;
	text-decoration: none;
	color: #0171BB;
}

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

.dropmenudiv_b a:hover
{
	color: red;
}

.menu
{
	color: White;
	font-weight:bold;
}

.submenu
{
	text-decoration: none; 
}

.changeColor
{
	font-family: Arial;
	text-indent: 11pt;
	color: #A20409;
}