/* Styles for Property Details Page*/

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

li ul {
	position: absolute;
	left: 50px;
	top: 20px;                         
	display: none;
	background: #fff;
	z-index: 100;
	}
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: 160px;
/*	border-bottom: 1px solid #ccc;       */
	}
	
li:hover ul, li.over ul { 
	display: block; }

/* Submenu containers have borders on all sides ---- only css w .MenuBarVertical tag -------------   */
ul.MenuBarVertical ul
{
	padding-left: 5px;  
	width: 160px;
	border: 1px solid #666666;   /* border around dropmenu */
	margin-left: 0px; /* added for IE7 movement problem of menu */
/*	padding-left: 2px;    */
	background: #fff;
}



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

.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 }

