/* CSS Document */


   
#glowingtabs{
	float:left;
	width:780px;
	font-size:90%;
	line-height:normal;
	padding-left: 26px;
	padding-top: 18px;
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 3px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(img/d2p23.jpg) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 7px;
text-decoration:none;
}

#glowingtabs a span{
	float:left;
	display:block;
	background:url(img/d2p24.jpg) no-repeat right top;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 3px;
}

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

#glowingtabs a:hover  {
	background-image: url(img/d2p29.jpg);
	background-position: left top;
}

#glowingtabs a:hover span {
	color: #FFFFFF;
	text-decoration: underline;
	background:url(img/d2p210.jpg);
	background-position: right top;
}

#glowingtabs #current a{ /*Selected Tab style*/
/*	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
	background:url(img/d2p26.jpg)  no-repeat left top;
}

#glowingtabs #current a span{ /*Selected Tab style*/
/*	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: black;
	background:url(img/d2p27.jpg) no-repeat right top;
}

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

#glowingtabs a:hover span{ /*onMouseover style*/
/*background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

