/* GENERAL STYLES */
#PropertyNav{
float:left;
	width: 645px;
	height: 50px;
	margin: 0px;
	background:Transparent url(../data/assets/theme_one/boxes/box-border-middle.gif) bottom left no-repeat;
}
#pnav{
float:left;
	width: 645px;
	height: 43px;
}

#pnav 
{
	margin: 0;
	padding: 0;
	height: 43px;
	list-style: none;
	display: inline;
	overflow: hidden;
	margin-left:5px;
}

#pnav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#pnav a {
	float: left;
	padding: 43px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:43px; /* for IE5/Win only */
		margin-right:3px;

	}
#pnav a:hover {
	background-position: 0 -43px;
	}
#pnav a:active, #pnav a.selected {
	background-position: 0 -86px;
	}


/* EDITOR PROPERTIES */

