 div.domtab {
	padding: 0px;
	width: 100%;
	margin: 18px 0px;
 }
 ul.domtabs {
	float:left;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	list-style:none;			
 }
 ul.domtabs li {
	float: left;
	padding: 0px;
	background: #9966cc;
	background: -moz-linear-gradient(top, #9966cc, #cc99ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#9966cc), to(#cc99ff), color-stop(1, #fff));
	background: linear-gradient(top, rgba(40,34,32,1), rgba(22,18,17,1));
 }
 ul.domtabs li a {
        background-image: url(../media/home/tab-corners.png);
 }
 ul.domtabs li a:link,
 ul.domtabs li a:visited,
 ul.domtabs li a:active,
 ul.domtabs li a:hover {
	width: 150px;
	padding: 0px;
	display: block;
        line-height: 28px;
	text-align: center;
	color: #FFF;
	height: 30px;
	font-weight: bold;
	text-decoration:none;
 }
 div.domtab div.switch {
	clear: both;
	width: auto;
	padding: 8px 15px 15px 15px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
 }
 ul.domtabs li.active {
	background: url(../media/home/tab-999-gray.png);
 }
 ul.domtabs li:hover {
	background: #86a703;
	background: -moz-linear-gradient(top, #99C000, #86a703);
	background: -webkit-gradient(linear, left top, left bottom, from(#99C000), to(#86a703), color-stop(1, #fff));
	background: linear-gradient(top, rgba(40,34,32,1), rgba(22,18,17,1));
 }
