/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
padding-top:5px;
padding-bottom:5px;
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
padding-top:3px;
padding-bottom:5px;
list-style-type: none;
margin:0;
margin-left: 2px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
	display:inline;
	height:21px;
	margin:0;
	padding-top:5px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}

#glowingtabs a{

float:left;
padding-top:10px;
padding-bottom:10px;
background:url(../images/media/glowtab-left.gif) no-repeat left top;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 4px;
text-decoration:none;
}

#glowingtabs a span{
    padding-top:3px;
	padding-bottom:3px;
	float:left;
	display:block;
	padding: 5px 3px 6px 3px;
	font-weight:bold;
	color:#3B3B3B;
	background-image: url(../images/media/glowtab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}

/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: white;
}

#glowingtabs #current a{ /*Selected Tab style*/

background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/

background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

#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*/
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->
