#Tabs ul {
width:690px;
height:28px;
list-style-type:none;
font-size:13px;
line-height:21px;
font-weight:bold;
clear:both;
margin:0 0 0 20px;
padding-top:6px;
}

#Tabs li {
background-image:url(../images/newtabback-gray.gif);
background-repeat:repeat-x;
height:26px;
text-align:center;
line-height:26px;
float:left;
margin:0 2px 0 0;
font-family:Arial;
display:inline;
}

#Tabs a {
background-repeat:no-repeat;
background-position:left top;
padding-left:12px;
display:block;
color:#000000;
text-decoration:none;
background-image:url(../images/newtabback-gray-left.gif);
}

#Tabs a span {
background-repeat:no-repeat;
background-position:right top;
padding-right:12px;
display:block;
background-image:url(../images/newtabback-gray-right.gif);
}
#Tabs a:hover, #Tabs a:focus{background: url(../images/newtabback-left-hover-gray.gif) no-repeat top left #f0eeee;}
#Tabs a:hover span, #Tabs a:focus span{background: url(../images/newtabback-right-hover-gray.gif) no-repeat top right;}