/* CSS Document */

#menu {
	list-style: none;
	color: #fff;
	padding: 0 0 0 0px;
	margin: 0;
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 5;
	}
	
#menu li {
	float: left;
	position: relative;
	height: 30px;
	margin: 0;
	line-height: normal;
	background: url(menu_li.gif) no-repeat right center;
	padding: 0px;
	z-index: 5;
	}
	
#menu li.last {
	background: none;
	}
	
#menu li.selected a strong {
	color: #ec9b00;
	}
	
#menu li.leasing_menu_selected a strong {
  color: #009fd1;
}
	
#menu a {
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	float: left;
	position: relative;
	padding: 0 5px;
	margin-left: -1px;
	}

#menu a:hover {
	color: #fff;
	}
		
#menu a strong {
	display: block;
	padding: 2px 15px;
	font-weight: normal;
	line-height: 26px;
	margin-top: 0;
	float: left;
	cursor: pointer;
	}
	
	
* html #menu strong {
	height: 15px;
	}

/** drop down **/

#menu li.over,
#menu li.has_sub_over
 {
	z-index: 10;	
	}
	
#menu li.over a,
#menu li.has_sub_over a
 {
	z-index: 10;	
	}

#menu li.has_sub_over a:hover strong {
  background: #ec9b00;
}

#menu li.leasing_over a:hover strong {
  background: #007296;
}

#menu li.over a strong,
#menu li.has_sub_over a strong
 {
	background: #fabe4d;
	border: 2px solid #ec9b00;
	padding: 0 13px;
	color: #241800;
	}
	
#menu .leasing_menu2 li.over a strong,
#menu .leasing_menu2 li.has_sub_over a strong
 {
	background: #f00 !important;
	}
	

	
#menu li.has_sub_over a strong {
	border-bottom-width: 0;
	}

/*#menu li.wide a strong {
	border-bottom-width: 0px;
	}*/
	
#menu ul a:hover,
#menu ul li.over a:hover,
#menu ul li.has_sub_over a:hover
 {
	background: #ec9b00;
	padding: 5px 10px;
	border: none;
	text-decoration: none;
	color: #241800;
	}
	
#menu .leasing_over ul a:hover,
#menu .leasing_over ul li.over a:hover,
#menu .leasing_over ul li.has_sub_over a:hover {
	background: #007296;
	}

#menu li.over ul, #menu li.has_sub_over ul {
	display: block;
	}
	
#menu li.over ul ul, #menu li.has_sub ul ul{
	display: none;
	}
	
#menu ul li.over ul {
	display: block;
	}

#menu ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0;
	top: 26px;
	left: 4px;
	width: 200px;
	background: #fabe4d;
	border: 2px solid #ec9b00;
	font-size: 11px;
	z-index: 1;
	}
	
/*#menu .wide ul {
	border-top: none;
	z-index: 10;
	top: 28px;
	}*/

/*	
* html #menu ul {
	background: #174073;
	}*/

#menu .item_1 ul {
  width: 216px;
}

#menu .item_1 ul li {
  width: 216px;
}

#menu ul ul {
	left: 200px;
	background: #dc241f;
	}

#menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 200px;
	background: none;
	padding: 0;
	height: auto;
	}
	
#menu ul li.last {
	border-bottom: none !important;
	}
	
#menu li.has_sub_over ul a {
	display: block;
	padding: 5px 10px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 20px;
	line-height: 20px;
	text-align: left;
	float: none;
	margin: 0;
	border: 1px none;
	color: #3f2a00;
	background: none;
	}
	
* html #menu li.has_sub_over ul a {
	height: 20px;
	}
	
/* Shorted width of the last menu to fit content width */	
#menu .last ul, #menu .last ul li {
  width: 135px !important;
	}
	
	
	
/* Leasing Menu hack 
#menu li.leasing_over a strong {
	background: #009FD1;
	border-color: #007296;
	}
	
#menu li.leasing_menu ul {
	background: #009FD1;
	border-color: #007296;
	}
	
*/	