.clear{
	clear:both;
}

.glowingtabs {
	width:560px;
	float:left;
	padding:70px 0 0 0;
	margin:0px;
	
}
.glowingtabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 0px; /*Left offset of entire tab menu relative to page*/
	padding:5px 0 0 0;

}

.glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
	float:left;
	padding:0;
}


.glowingtabs a{
	float:left;
	margin:0;
	margin-right: 0px; /*spacing between each tab*/
	margin-left: 0px; /*spacing between each tab*/
	padding:0 30px 0 10px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00adef;
	text-decoration:none;
	line-height:normal;
	
}


.glowingtabs a span{
color:#00adef;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color:#9a9b95;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
color:#00adef;
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
color:#9a9b95;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
color:#9a9b95;
}

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


.dropmenudiv_d {
	position:absolute;
	top: 0px;
	left:0px;
	z-index:100;
	visibility: hidden;
	/*filter:alpha(opacity=92); -moz-opacity:.05; opacity:.92;*/
	width:393px;
	background-image: url(../images/menu-img.gif);
	background-repeat:no-repeat;
	background-position:10px 16px;
	padding:16px 0 11px 0;
	line-height:18px;
	
}
.dropmenudiv_d a{
	width: 111px;
	float:left;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #cbccce;
}

.dropmenudiv_d a:hover{ 
	color:#048fc5;
}


