#nav {
	display: block;
}

#nav ul {
	margin: 0;
	padding-left: 6px;
	border: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding-left: 0px;
	padding-right:0em;
	display: block;
	float: left;
	position: relative;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background:#000000;
	font-weight:300;

}

#nav li a {
	padding: 6px 18px 6px 18px; 
}

#nav a {
	display: block;
	text-decoration:none;
	font-weight: bold;
	
}

#nav li li {
	width: 98%;
}

/* fix the position for 2nd level subnavs. first make sure no horizontal scrollbars are visible on initial page load... */
#nav li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#nav li li:hover ul {
	left: 100%;
}

/* initialy hide all sub navs */
#nav li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#nav li:hover>ul {
	display: block;
	
}

/* this is needed if you want to style #nav div - force containment of floated LIs inside of main UL */
#navList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Fix for IE5/Mac \*//*/
#nav a {
	float: left;
}

#navList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#nav {

	
}
#nav a {
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#nav a:hover {
	background:#000000;
	color: #a8996e;
}
#nav li:hover {
	background:#000000;
	color:#a8996e;

}
#nav li:hover a {
	background-image:url(../images/menu-bg.jpg);

}

#nav li:hover>a {
	color: #a8996e;
}

/*submenu item background */
#nav li ul {
/* border: 1px solid #AF3221; */
	width: 145px; 
	border-top: 0;
	margin-left:8px;
}

/*submenu font color */
#nav .subnav ul li a {
	color: #ffffff;
}

#nav li ul a {
	text-align: left;
	font-weight: bold;
	padding:5px;
	background-image: none;
	border-top: 0px solid #F1EAB4;
	line-height: 11px;
	font-size:11px;
}
#nav li ul a:hover {
	background: #000;
	color: #a8996e;
	padding:5px;
}
