div.domtab{
			position:absolute;
			top:5px;
			left:65px;
			z-index:9000;
			width:830px;
			font-family: "Trebuchet MS", Tahoma;
			font-size:12px;
			height:55px;
		}
div#pop-in { 
	float: left; 
	background: #c48321 url(images/panel/right_corner.gif) top right no-repeat; 
	width: 830px;
	height:25px;
	font-size:11px;	
	}
		
		div#pop-in div ul {
		display:block;
		float:left;
		margin:0 auto;
		padding:0;
		margin-left:10px;
		list-style:none;		
		font-size: 11px;
		width:800px;
		}
		div#pop-in div ul li {
		display:block;
		float:left;
		padding:5px 10px 5px 10px;
		list-style-type:none;
		line-height: 14px;
		background:url(images/panel/line.gif) right no-repeat;
		}		
		div#pop-in div ul li.last {
		background:none;
		}
		div#pop-in div ul li a {
		color:#fff;
		text-decoration:none;
		}
		div#pop-in div ul li a.active {
		text-decoration:underline;
		}		
		div#pop-in div ul li a.comments_pop{
		font-weight:normal;
		}
		div#pop-in a:hover{
		text-decoration:underline;	
		}
			
					
		ul.domtabs{
			float:left;
			margin:0 auto;
			padding:0;
			width:830px;
			height:30px;
			list-style:none;
			font-size:12px;	
		}
		ul.domtabs li{
			float:left;
			margin:0 auto;
			padding:0;
			width:155px;
			margin-right:1px;
			height:30px;
			list-style-type:none;
		}
		ul.domtabs li a:link,
		ul.domtabs li a:visited,
		ul.domtabs a:active{
			display:block;
			width:155px;
			height:30px;
			line-height:30px;	
			text-align:center;
			background: #b9812a url(images/panel/button_off.gif) no-repeat;
			color:#fff;
			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;
		}
		ul.domtabs li a:hover{
			display:block;
			width:155px;
			height:30px;
			line-height:30px;	
			text-align:center;
			background: #b9812a url(images/panel/button_over.gif) no-repeat;
		}
		div.domtab div{
			clear:both;
			width:800px;
			height:auto;
		}
		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: #c48321 url(images/panel/button_on.gif) bottom no-repeat;
			line-height:30px;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}