#nav{
	margin: 37px 0;
	padding: 0;
	width: 840px;
	height: 26px;
	float: left;
	/*background:#9a1c26 url(/PublicSitesIncludes/images/board/colombia/nav_bg_glossy.gif) repeat-x top right;*/
}
#nav a {
	font-size:12px;
	font-family: 'ubunturegular',verdana,arial,helvetica,sans-serif;
	color: #9ea1a3;
	text-decoration: none;
	}
#nav a.orange {	
	color: #ee4c33;
}
#nav a:hover {
	color: #424243;
}

/* this is the main UL element*/
.dropdown{
	margin: 0;
	padding: 0;
	display:none;
	white-space: nowrap;
	text-align:center;
	width: 100%;
	}

/* these are the inner menus*/
ul.dropdown {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	width:100%;
	}

/* these are all the LIs in the menu*/
ul.dropdown li{
	margin: 0;
	padding: 0;
	cursor:pointer;
	white-space: nowrap;
	/* must be higher than ms virtual earth map toolbar */
	z-index:131 !important;
	height: 22px;
	}
ul.dropdown li.last{
	border-right: solid 1px #424243;	
	}
ul.dropdown li a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	padding-right: 23px;
	}	

/* these are the LIs that only belong to submenu*/
ul.dropdown ul{
	background:#ed8a2d;
	text-align:left;
	padding: 0;
	}
ul.dropdown ul li{
	margin-right: 30px;
	padding: 0;
	border-right: none;
	}
ul.dropdown ul li a {
	color: #fff;
	width: 100%;
	padding: 10px 10px 10px 20px;
	}	
ul.dropdown ul li a:hover {
	color: #000;
	width:100%;
	background: #ed8a2e;
	border-left: solid 2px #9b1c26;
	padding: 10px 10px 10px 18px;
	}	
.login{
	border-right: none !important;
	position:absolute !important;
	right: 0;
	}
	
/* Navbar on the detailed page */

#property_detail_tabs{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#property_detail_tabs li {
	float: left;
	padding: 0;
	}
#property_detail_tabs li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 15px;
	color: #ffffff;
	border-right: 1px solid #ebefef; 
	background-color: #717477;
	}
#property_detail_tabs a.current{
	background-color: #dfe0e1;
	color: #717477;
	}	