
div.domtab{
	margin-bottom: 30px;               
	overflow: hidden;
	color: #aaa;
	font-size: 14px;
	background-color: #101010;
	border: 1px solid #1f2223;
			
}

ul.domtabs{
	float:left;
        width:100%;
	height:20px;		
        background-color: #101010;
					
		}
		ul.domtabs li{
color: #ccc;
text-align: center;
float:left; 	
	
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{

		        background-color: #101010;
			display:block;
			background:#101010;
			color: #ccc;
			
			font-weight:bold;
			text-decoration:none;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
		
			
height:30px;
 padding-top: 10px;
					

		}
		ul.domtabs a:hover{
			color: #ff5a00;
		}
div.domtab div{

	padding-top: 20px;
        padding-bottom: 5px;
	clear:both;
	width: auto;
	background:#131313;
	color: #aaa;
				
}


			
	

		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background-color: #131313;
			
		}
		
		
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#fff;
			
		
		}


div.domtab div a:hover
		{
		font-weight:bold;
			text-decoration:none;	
	color: #ff5a00;	
		
		}
		


