/*
===========================================
*************************   MENU STYLES   *************************
===========================================
*/

.glowingtabs, .glowingtabs ul{
	margin: 0; padding: 0;
}

.glowingtabs li{
	display:inline;
	margin: 0; padding: 0;
}
.glowingtabs a{
	text-decoration:none;
}
.glowingtabs a span{
	margin: 0; padding: 0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #E6CCCD;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
	color: #E6CCCD;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
	position: absolute;
	top: 0;
	border: 1px solid #000;
	line-height: 15px;
	z-index: 20;
	width: 250px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
	background-color: #606060;
}


.dropmenudiv_d a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #000;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 1px 0;
	margin: 0;
}

* html .dropmenudiv_d a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_d a:hover{
	background-color: #898989;
	color: #fff;
	z-index: 20;
}
