#nav_container ul 	
	{
	padding: 0; 
	list-style: none;	 
	width: 565px; /*border: solid 1px #FFF;*/
	z-index: 100;
	position: absolute;
	right: 50%; margin: 82px -460px 0 0;
	}


#nav_container li 	
	{
	/*border: solid 1px white; */
	position: relative;
	float: left;
	margin: 0  0 0 10px;
	}
	
#nav_container li div.drop_down 	
	{
	position: absolute;
	list-style: none;	 
	left: -5px;
	top: 18px;
	width: 120px;
	background-color: #14263c;
	/* for IE */
  	filter:alpha(opacity=95);
  	/* CSS3 standard */
  	opacity:0.95;
	display: none;
	}
	
#nav_container li:hover div.drop_down, #nav_container li.sfhover div.drop_down
	{ 
	display: block; 
	}
	
#nav_container div.drop_down li
	{
	float: none;
	/*margin: 5px;*/
	}

	
#nav_container div.drop_down a:link, #nav_container div.drop_down a:visited
	{
	display: block;
	width: 120px;
	height: 25px;
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	font-family: verdana;
	border-bottom: solid 1px #000;

	}
	
/*Last element in the menu list*/

#nav_container div.drop_down a.last:link, #nav_container div.drop_down a.last:visited
	{
	border-style: none;
	}

#nav_container div.drop_down a:hover, #nav_container div.drop_down a.last:hover
	{
	background-color: #404e60;
	}
	
#nav_container li .dd
	{
	display: block;
	padding: 5px 7px 2px 10px;
	}
	
	

/*Menu image replacements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
	
#nav_container li span
	{
	display: none;
	}
	
#news a.replace_news
	{
	display: block;
	width: 102px; height: 20px;
	background: url(../img/news.gif) no-repeat top left;	
	}
	
	
#about_us a.replace_about
	{
	display: block;
	width: 77px; height: 20px;
	background: url(../img/about.gif) no-repeat top left;	
	}
	
#inv a.replace_inv
	{
	display: block;
	width: 132px; height: 20px;
	background: url(../img/inv.gif) no-repeat top left;	
	}
	
#services a.replace_services
	{
	display: block;
	width: 60px; height: 20px;
	background: url(../img/services.gif) no-repeat top left;	
	}

#properties a.replace_properties
	{
	display: block;
	width: 77px; height: 20px;
	background: url(../img/prop.gif) no-repeat top left;	
	}
	
	
#home a.replace_home
	{
	display: block;
	width: 46px; height: 20px;
	background: url(../img/home.gif) no-repeat top left;	
	}
	


