#nav { margin: 0 auto; height: 54px; padding: 0px; background: #e5c1c4; margin-bottom: 8px;}

#nav ul, #nav li, #callout ul, #callout li { text-indent: 0; }
#nav ul { margin: 0 auto; padding: 0px; text-align: center; float: left; }
#nav li { position: relative; display: inline; margin: 0px; float: left;  padding-top: 0px;}
#nav li ul { position: absolute; display: none;}
#nav li:hover ul, #nav li.hover ul { display: block;}

#nav a, #nav a:visited { text-decoration: none; color: #fff; font-size: 1.1em; margin: 0; padding: 18px 14px 0 14px; display: block; text-transform: uppercase; font-weight: bold;}

#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.retail #nav #nav-retail a,
.news #nav #nav-news a,
.contact #nav #nav-contact a { color: #554F53;}
/* start of drop style */

#nav ul li ul li ul  {
	top: -1px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
} 

#nav li ul {
	display: none; /* hides the drop-down (revealed when hovered. see below) */
	position: absolute; /* positions the drop-down relative to the parent li position context */
	left: 12px; /* precisely positions the drop-down */
	top: 40px;
	z-index: 999;
}		

#nav li:hover ul,
#nav li.hover ul {	
	display: block; /* displays the menu when hovered */
}

#nav li ul li {	
	width: 100%; /* makes each li the width of the ul and therefore stack */
}

/* * * * drop-downs start here * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#nav ul li ul { 
	border:0; /* stops inheritance from level 1 ul */
	margin-left:0px; /* stops inheritance from level 1 ul */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 220px; /* sets the width of menu levels 2 - 4 */
	z-index:1000;
}

#nav ul li ul li {
	width:100%;
	padding:0; /* stops inheritance */
	border-left:0; /* stops inheritance */
	border-right:0; /* stops inheritance */
	margin: 0px;
	padding: 0px;
}
	
#nav ul li ul {
	display:none; /* conceals the drop-down when menu not hovered */
} 
	
#nav ul li:hover ul,
#nav ul li.hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
} 

#nav .vertical li ul li:first-child {
	border-top: none; /* removes top border from first drop-down li */
}	

/* start of drop style */
#nav li li { 
	/* background color of the level 2 menu */
	text-align: left;
	background: #f6e6f1;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border-bottom: 1px solid #D6B9BD;
}

#nav li li.hover { 
	background: #f5dfe1;
}

#nav li li a, #nav li li a:visited{ 
	color: #554F53;
}

#nav ul li ul {
	padding: 0 4px 8px 0px;
	margin: 0px;
}	

#nav ul li ul li a, #nav ul li ul li a:visited{
	border-right: 0px;
	margin: 0 0 2px 0;
	padding: 4px 12px;
}


#nav li.first {
	padding-left: 50px;
}
