
/* MENU */

#nav {
 background: #b92321;
 float: left;
 margin: 0; padding: 0;
 border: none;
 text-align:left;
 font-family: helvetica, arial, sans-serif;
 font-size:12.4px;
 position:relative;
 z-index:10;
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
 padding: 1em 2em;
 text-decoration: none;
 color: white;
 background: #b92321;
 background: -moz-linear-gradient(top, #791f1e, #b92321 1px, #b92321 25px);
 background: -webkit-gradient(linear, left top, left 25, from(#791f1e), color-stop(4%, #b92321), to(#b92321));
 border:none;
 
}

#nav li a:hover {
 background: #d07912;
 background: -moz-linear-gradient(top, #f3e11e, #d07912);
 background: -webkit-gradient(linear, left top, left bottom, from(#f3e11e), to(#d07912));
 

text-align: center;

-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3e11e), to(#d07912));
background: -webkit-linear-gradient(#f3e11e, #d07912);
background: -moz-linear-gradient(#f3e11e, #d07912);
background: -ms-linear-gradient(#f3e11e, #d07912);
background: -o-linear-gradient(#f3e11e, #d07912);
background: linear-gradient(#f3e11e, #d07912);
-pie-background: linear-gradient(#f3e11e, #d07912);
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 2px;
	background: #d07912;
	right : 0;
	bottom: 0;
}

#nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}

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

#nav li ul li, #nav li ul li a {
 float: none;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 width: 210px;
 display: block;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}


li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}


#nav li ul 