/* Styles for Property Details Page*/

/*  Menu defaults for Property Details Page */
ul {
/*	margin: 0;                  */
	padding: 0;
	list-style: none;
	width: 75px;
	}
ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 74px;
	top: 0;                         
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
/*	padding: 5px;              */
/*	border: 1px solid #ccc;
	border-bottom: 0;         */
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;              
	padding: 0;
	list-style: none;
	width: 75px;
/*	border-bottom: 1px solid #ccc;       */
	}
	
li:hover ul, li.over ul { 
	display: block; }


/* navigation for folders      */
.stylenav5 {
	font-size: 8pt;
	font-family: Arial ; 
	color: #666666}

.stylenav6 {
	font-size: 10pt;
	font-family: Arial ; 
	color: #666666}

/* text for "Under Contract"      */
.style6 {
	font-size: 12pt;
	font-family: Arial ; 
	color: #333333}

/* navigation bar      */
.stylenav2 {
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial }

