/* Horizontal Menu */

#shoptabs{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
float: left;
}

#shoptabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#shoptabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}

#shoptabs a{
float:left;
color: white;
background: #990000 url(color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#shoptabs a span{
	float: left;
	display: block;
	padding:4px 9px 2px 6px;
	background-color: transparent;
	background-image: url(color_tabs_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#shoptabs a span{
float:none;
}


#shoptabs a:hover{
background-color: #4a1d1d;
}

#shoptabs a:hover span{
background-color: #4a1d1d;
}

#shoptabs #current a, #shoptabs #current span{
background-color: #990000;
}

#shoptabsline{
clear: both;
padding: 5px;
width: 100%;
height: 8px;
line-height: 8px;
background: #990000;13:37 10/11/2006
border-top: 1px solid #fff;
margin: 0px 20px 0px 0px;
color: #FFFFFF;
text-align: right;
}
