		
		
		div.domtab{
		font-size: 11px;
			
		}
		ul.domtabs{
			display: block;
			list-style: none;
			width:152px;
			border: 0px solid;
			padding-bottom: 0px;
			margin-left: 0px;
			margin-bottom: 0px;
			
		}
		ul.domtabs li{
		border: 0px solid;
		width: 152px;
		
		/*float:left;*/
			
			
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			padding-left: 5px;
			padding-top: 2px;
			margin-bottom: 1px;
			width:114px;
			display:block;
			background: url(../_img/tab_gray.png) no-repeat;
			color:fff;
			height:18px;
			font-weight:normal;
			text-decoration:none;
			
			
		}
		ul.domtabs a:hover{
			color:#fff;
			background:  url(../_img/tab_red.png) no-repeat;
		}
		
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			width:114px;
			padding-left: 5px;
			padding-top: 2px;
			display:block;
			background: url(../_img/tab_gray.png) no-repeat;
		 	color:#fff;
			height:18px;
			font-weight:normal;
			text-decoration:none;
			
		}
		ul.domtabs a:hover{
		color:#fff;
			 background:  url(../_img/tab_red.png) no-repeat;
			
		}
	 
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			
			font-weight:normal;
			height: 18px;	
			background: url(../_img/tab_red.png) no-repeat;
			color:#fff;
		 
		}
	 
	  
  
		

