ul.domtabs{
float: left;
width: 583px;
list-style-type: none;
margin: 0;
padding: 0;
background: #fcfcfc;
border-bottom: 1px solid #eee;
font-family: georgia, serif;
clear: both;
}
ul.domtabs li{
float: left;
display: inline;
}
ul.domtabs li a{
display: block;
padding: 10px;
border-right: 1px solid #eee;
text-decoration: none;
color: #666;
background: #fcfcfc;
}
ul.domtabs li a:hover{
text-decoration: underline;
}
ul.domtabs li.active a{
background: #fff;
}
