@charset "utf-8";
/* CSS Document */


/*************  MAIN MENU ****************/


#nav2_css, #nav2_css ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
}

#nav2_css a {
	display: block;
}

#nav2_css li { /* all list items */
	float : left;
	line-height : 1.0em;
	position : relative;
	margin-bottom : -1px;
	margin-left: -1px;
	text-align: center;
}

#nav2_css li ul { /* second-level lists */
	position : absolute;
	z-index:1000;
	left: -999em;
	margin-left : 0.06em;
	margin-top : -0.06em;
	border:0;
    width :7.5em;
	background-color:#ffffff;
}

#nav2_css li ul ul { /* third-and-above-level lists */

	margin: -52px 0 0 152px;
}

#nav2_css li a {
	width: 7.5em;
	w\idth :7.5em;
	display : block;
	color : #666666;
	text-decoration : none;
	background-color : #ffffff;
	padding:5px;	
	border:0;
}

#nav2_css li a:hover {
color : #001988;
	background-color : #E4E5E7;
	border:0;
}

#nav2_css li:hover ul ul, #nav2_css li:hover ul ul ul, #nav2_css li.sfhover ul ul, #nav2_css li.sfhover ul ul ul {
	left: -999em;
}

#nav2_css li:hover ul, #nav2_css li li:hover ul, #nav2_css li li li:hover ul, #nav2_css li.sfhover ul, #nav2_css li li.sfhover ul, #nav2_css li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#css2_menu_container {
z-index:4;
	position: relative;
	margin: 50px 0 0 310px;
	}


#css2_menu {
	position: relative;
	right: 0.5em;
	z-index:4;
}

#css_menu li:hover, #css_menu li.hover {
    position: static;
}



body#home a#homenav,
body#ownership a#ownershipnav,
body#rentals a#rentalsnav,
body#partners a#partnersnav,
body#test a#testnav,
body#news a#newsnav,
body#contact a#contactnav
 {
color : #001988;
	background-color : #E4E5E7;
}

#menu {border:0;}