#menu .selected {
	color: #a18c6b;
	text-decoration: none;
	font-weight: normal;
	border-left-color: #6D828F;
	border-left-width: 2px;
	border-left-style: solid;
	}
#menu .homeselected {
	color: #a18c6b;
	text-decoration: none;
	font-weight: normal;
	cursor: default;
	}
.nav {
	border-left-color: #6D828F;
	border-left-width: 2px;
	border-left-style: solid;
	}

#menu {
	width: 980px;
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	font-weight: normal;
}

#menu li {
	float:left;
	margin-right:0px;
	font-size:16px;
}
#menu li a {
	display:block;
	float:left;
	height:20px;
	outline: none;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#menu li a:hover {
	z-index:200; 
	position:relative;
	color:#a18c6b;

	}
	
#menu ul li a:hover {
	color:#a18c6b;

	}
	
#menu li:hover {
	position:relative; 
	z-index:200;
	}

#menu :hover ul {
	left:0;
	top:20px;
	width:120px;
	
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;

	}

#menu :hover ul :hover ul
{
	left:120px;
	top:-1px;

	white-space:nowrap;
	
	z-index:200;
	height:auto;
}

/*submenu boxes*/
#menu :hover ul li {
	margin:0; 

	}
	
#menu :hover ul li a {
	width:150px;
	padding:0;
	text-indent:10px;
	color:#fff;
	height:22px;
	line-height:22px;
	background-image:url(../i/menuBGopacity.png);
	white-space:nowrap;
}

#menu ul li a:hover {
	color:#a18c6b;
	font-size:16px;
}

#menu ul li a {
    font-size:15px;
}


