@font-face {
    font-family: 'aero_maticsregular';
    src: url('../font-js/aero_matics_regular-webfont.eot');
    src: url('../font-js/aero_matics_regular-webfont.eot%3F') format('embedded-opentype'),
         url('../font-js/aero_matics_regular-webfont.woff') format('woff'),
         url('../font-js/aero_matics_regular-webfont.ttf') format('truetype'),
         url('../font-js/aero_matics_regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

#nav {
 margin:0 auto; padding:5px 0;
 z-index:1;
 position: relative;
}

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

#nav li {
 list-style: none;
 position: relative;
 font-family: 'aero_maticsregular';
 font-size:17px; color:#fff;
 margin:0px; padding:0px 15px;
 line-height:30px;
}

#nav li a {
 text-decoration: none;
 color: white;
 /*background: #292929;
 background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
 background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
 border-right: 1px solid #3c3c3c;
 border-left: 1px solid #292929;
 border-bottom: 1px solid #232323;
 border-top: 1px solid #545454;*/
}

#nav li a:hover {color:#96eb10;
 /*background: #2a0d65;
 background: -moz-linear-gradient(top, #11032e, #2a0d65);
 background: -webkit-gradient(linear, left top, left bottom, from(#11032e), to(#2a0d65));*/
}

#nav li a.select {color:#96eb10;}


/* Submenu */

#nav li ul li a.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding:0px 0px 0px 0px;
 margin: 0;
 background:url(../images/bg3.png) repeat;
}

#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 */
 background:none; z-index:1; background:url(../images/bg3.png) repeat!important;
 padding:2px 2px!important;
 line-height:20px!important;
}

#nav li ul li a {
 width:240px;
 display: block;
 padding:5px 5px; color:#fff; text-decoration:none; border-bottom:#000000 dotted 1px;

}

#nav li ul li a:hover {
 text-decoration:none; background:#4a7605; color:#fff;
}

/* SUBSUB Menu */

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

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


