div.proptab{
			position:absolute;
			top:5px;
			left:12px;
			z-index:9000;
			width:715px;
			font-family: "Trebuchet MS", Tahoma;
			font-size:12px;
			height:55px;
		}

div.proptab{
			position:absolute;
			top:325px;
			left:597px;
			z-index:9000;
			width:200px;
			font-family: "Trebuchet MS", Tahoma;
			font-size:12px;
			height:55px;
		}

					
		ul.proptabs{
			float:left;
			margin:0 auto;
			padding:0;
			width:715px;
			height:30px;
			list-style:none;
			font-size:12px;	
		}
		
		ul.proptabs{
			float:left;
			margin:0 auto;
			padding:0;
			width:200px;
			height:30px;
			list-style:none;
			font-size:12px;	
		}
		
		ul.proptabs li{
			float:left;
			margin:0 auto;
			padding:0;
			width:155px;
			margin-right:1px;
			height:30px;
			list-style-type:none;
		}
		ul.proptabs li a:link,
		ul.proptabs li a:visited,
		ul.proptabs 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.proptabs a:link,
		html>body ul.proptabs a:visited,
		html>body ul.proptabs a:active,
		html>body ul.proptabs a:hover{		
		height:30px;
		}
		ul.proptabs 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.proptab div{
			clear:both;
			width:700px;
			height:auto;
		}
		ul.proptabs li.active a:link,
		ul.proptabs li.active a:visited,
		ul.proptabs li.active a:active,
		ul.proptabs li.active a:hover{
			background: #c48321 url(images/panel/button_on.gif) bottom no-repeat;
			line-height:30px;
		}
		#proptabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#proptabprintview a:link,
		#proptabprintview a:visited,
		#proptabprintview a:active,
		#proptabprintview a:hover{
			color:#fff;
		}