@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700&subset=latin,latin-ext);
#menu {
	margin:10px auto;
	width: 970px;
	height:40px;
	background:#eee url(../images/nav.jpg) top center no-repeat;
}
#nav, #nav ul {
	margin:0;
	font-family: 'Archivo Narrow', sans-serif;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	float:right;
	line-height:1.5em;
	z-index:99999;
}
#nav a {
	display:block;
	padding:10px 12px;
	color:#fff;
	text-shadow:0 1px 1px #222;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover {
	color:#ffcc00;
	text-shadow:  inset 0 1px 1px #000;
}
#nav li {
	float:left;
	position:relative;
}
#nav li:hover > a {
	color:#ffcc00;
	text-shadow:  inset 0 1px 1px #000;
}
#nav ul {
	position:absolute;
	display:none;
	padding:0px 0;
	background:#e3e3e3;
	top:35px;
	border-bottom:3px solid #a81326;
    transition:.65s;
    -moz-transition:.65s;
    -webkit-transition:.65s;
	border-radius:0 0 10px 10px;
}
#nav ul:hover {
	padding:10px 0;
    transition:.65s;
    -moz-transition:.65s;
    -webkit-transition:.65s;
}
#nav li ul a {
	width:120px;
	padding:2px 12px;
	margin:0;
	height:auto;
	font-size:13px;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:10em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
