div.domtab
{
margin:0;
padding:0;
}

.domtab h2
{
background: url(images/description-top.png) no-repeat left top;
}

div.domtab div
{
clear:both;
color:#000;
padding:0 0 5px 0;
background: url(images/description-bottom.png) 0 100% no-repeat;
}

ul.domtabs
{
float:left;
width:100%;
margin: 20px 0 -1px 0;
padding: 0 0 0 20px;
list-style:none;			
}

ul.domtabs li
{
float:left;
padding:0 5px 0 0;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover
{
padding:2px 10px;
display:block;
background:#ccc;
color:#333;
text-decoration:none;
}

ul.domtabs a:hover
{
background:#888;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover
{
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background:#fefefe;
font-weight:bold;
color:#000;
}
		
div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
color:#000;
display:inline;
margin: 0;
padding:0 0 0 15px;
font-size:0.8em;
text-decoration: none;
}

div.domtab div p
{
padding: 0 15px 10px 15px;
}

