<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
float: left;
width: 90%;
font-size: 14px;
line-height: normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 20px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
font-size: 13px;
float:left;
margin:0;
padding:0 0 0 0px;
text-decoration:none;
color: #ad0013;
}


#glowingtabs a span{
float:left;
display:block;
padding: 2px 18px 2px 18px;
font-weight:bold;
color:#ad0013;
}

#glowingtabs ul li .separator{border-right:1px solid #EAE9E7;}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #830006;
}

/* --------------------- Top Home Navigation ----------------------- */
#glowingtabs #home a span{ /*Selected Tab style*/
background-position:0 ; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF; padding:0; margin:0; text-align:center;padding-top:3px;height:27px;
background:url(../images/shop_bg.gif) no-repeat left top;
width:85px;
height:32px;
}

/* --------------------- Top Shop Navigation ----------------------- */
#glowingtabs #shop a span{ /*Selected Tab style*/
background-position:0 ; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF; padding:0; margin:0; text-align:center;padding-top:3px;height:27px;
background:url(../images/shop_bg.gif) no-repeat left top;
width:85px;
height:32px;
}

/* --------------------- Top Sell Navigation ----------------------- */
#glowingtabs #sell a span{ /*Selected Tab style*/
background-position:0 ; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF; padding:0; margin:0; text-align:center;padding-top:3px;height:27px;
background:url(../images/sell_bg.gif) no-repeat left top;
width:85px;
height:32px;
}
/* --------------------- Top Learning Center Navigation ----------------------- */
#glowingtabs #learning a span{ /*Selected Tab style*/
background-position:0 ; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF; padding:0; margin:0; text-align:center;padding-top:3px;height:27px;
background:url(../images/learning_bg.gif) no-repeat left top;
width:127px;
height:32px;
}
/* --------------------- Top My Account Navigation ----------------------- */
#glowingtabs #myacct a span{ /*Selected Tab style*/
background-position:0 ; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF; padding:0; margin:0; text-align:center;padding-top:3px;height:27px;
background:url(../images/myacct_bg.gif) no-repeat left top;
width:103px;
height:32px;
}
/* --------------------- Top uBuyo TV Navigation ----------------------- */
#glowingtabs #sftv a span{ /*Selected Tab style*/
background-position:0 ; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF; padding:0; margin:0; text-align:center;padding-top:3px;height:27px;
background:url(../images/ubuyotv_bg.gif) no-repeat left top;
width:103px;
height:32px;
}

#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]-->
