@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
float:left;
height:36px;
text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;

}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
color:white;
font-size:16px;
background:url(images/glowtab-left.png) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.png) no-repeat right top;
padding: 8px 47px 7px 42px;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: white;
}



#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -34px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -34px; /*Shift background image up to start of 2nd tab image*/
}


#OrangeTabs{
float:right;

height:36px;
text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;

}

#OrangeTabs ul{
list-style-type: none;
margin:0;
margin-right: 19px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#OrangeTabs li{
display:inline;
margin:0;
padding:0;
}

#OrangeTabs a{
float:left;
color:white;
font-size:14px;
background:url(images/Orangeglowtab-left.png) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#OrangeTabs a span{
float:left;
display:block;
background:url(images/Orangeglowtab.png) no-repeat right top;
padding: 9px 20px 8px 15px;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#OrangeTabs a span {float:none;}
/* End IE5-Mac hack */

#OrangeTabs a:hover span {
color: white;
}



#OrangeTabs a:hover{ /*onMouseover style*/
background-position:0% -34px; /*Shift background image up to start of 2nd tab image*/
}

#OrangeTabs a:hover span{ /*onMouseover style*/
background-position:100% -34px; /*Shift background image up to start of 2nd tab image*/
}


