/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
float:right;
font-size:100%;
line-height:160%;
/*border-bottom: 4px solid #000; Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*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(images/drd/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(images/drd/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#8B8B8B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: white;
}
body#home #glowingtabs ul li#home  a,
body#about #glowingtabs ul li#about  a,
body#blog #glowingtabs ul li#blog  a,
body#store #glowingtabs ul li#store  a,
body#clients #glowingtabs ul li#clients  a,
body#contact #glowingtabs ul li#contact  a
{ /*Selected Tab style*/
background-position:0 -122px; /*Shift background image up to start of 2nd tab image*/
}

body#home #glowingtabs ul li#home a span,
body#about #glowingtabs ul li#about  a span,
body#blog #glowingtabs ul li#blog  a span,
body#store #glowingtabs ul li#store  a span,
body#clients #glowingtabs ul li#clients  a span,
body#contact #glowingtabs ul li#contact  a span
{ /*Selected Tab style*/
background-position:100% -122px; /*Shift background image up to start of 2nd tab image*/
color: white;
}


#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -122px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -122px; /*Shift background image up to start of 2nd tab image*/
color:#D6D6EA;
}