.top_nav{width:800px; background:url(images/bg-menu-bar.jpg); margin:0 auto; height:33px; padding:0 10px 0 10px;}
.glowingtabs li img{
	padding:10px 0 0 0;
	}





.glowingtabs ul li{margin:0px; padding:0px;}

.glowingtabs ul{
list-style-type: none;
margin:0px;
margin-left:0; /*Left offset of entire tab menu relative to page*/
padding:0px;
font-family:Georgiaf;
font-size:16px;
}

.glowingtabs li{
display:inline;
margin:0px;
}




.glowingtabs a{
float:left;
background:url(images/glowtab-left.jpg) no-repeat left top;
margin:0px;
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 16px;
text-decoration:none;

}

.glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.jpg) no-repeat right top;
padding: 7px 12px 8px 11px;
color:#000000;
font-family:Georgia;
font-size:16px;
text-decoration:none;

}

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

.glowingtabs a:hover span {
color: #000000;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -33px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -33px; /*Shift background image up to start of 2nd tab image*/
color: #000000;
}

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

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -33px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}


a span.green_01{color:#009900;}
a:hover span.green_01{color:#000000;}




