#nav {
text-transform: capitalize;
margin:0; padding:0;
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	list-style: none;
	line-height: 44px;
	color:#fff;
	font-size: 13px;
	font-weight:bold;
	cursor: pointer;
	display: block;
	padding:0px 15px;
}
#nav li:hover {background: #3C3C3C;}


/* main level link */
#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding:  0px 0px;
	margin: 0;
	font-size:13px;
	

}
#nav a:hover {
	background: #EEA053;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #3C3C3C;
	color: #fff;
	


}
#nav .taco a, #nav li:hover > a {
	background: #3C3C3C;
	color: #fff;
	


}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #262626;
	-webkit-border-radius:0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    CCborderRadius: 0px;
padding:2px 10px;


}
#nav ul a:hover {
	background-color: #D07315 !important;
	text-decoration:none;
	padding:20px;

}

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

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width:200px;
	position: absolute;
	clear: both;
	overflow: hidden;
	z-index: 5000;
	left: 0;
	background-image:url(images/menu_back.png);
		-webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    CCborderRadius: 0px 0px 6px 6px;
    -moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;

}
#nav ul li a:link {line-height: 40px !important; font-size: 13px !important; text-transform: uppercase; font-weight: bold; padding:2px 20px;}



#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	
}
#nav ul li:last-child > a {
-webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    CCborderRadius: 0px 0px 6px 6px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: inline-block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
	text-transform: capitalize;
	float:left;
} 
html[xmlns] #nav {
	display: block;
	display: inline-block;
}
 
* html #nav {
	height: 1%;
}} 


