nav{
width: 980px;
height: 43px;
margin: 15px 39px 0px 0px;
}
nav ul {
/*	background-image:url(../images/bg-menu.png);
background-repeat:repeat-x;*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-radius: 10px;
list-style: none;
position: relative;
display: inline-table;
position: relative;
}
nav ul:after {
background-image:url(../images/menu-after.png);
background-repeat:repeat-x;
clear: both;
display:block;
color:#fff;
}
nav ul li {
height: 39px;
background-image: url(../images/menu-before.png);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
padding:0px 0px 0px 0px;
color: #000;
float: left;
border-right: 1px solid #000;
}
nav ul li:hover{
background-image:url(../images/menu-after.png);
background-repeat:repeat-x;
}
nav ul li a {
display: block;
padding: 11px 34px;
color: #fff;
text-decoration: none;
}
nav ul li a:hover {
color:#fff; 
}
nav ul li a:hover ul{
background-image:url(../images/menu-after.png);
background-repeat:repeat-x;
color:#fff;
}
nav ul li:hover > ul {
visibility:visible;
top:93%;
opacity:1;

}
nav ul ul {
text-align:left;
visibility:hidden;
background-image:url(../images/menu-before.png);
background-repeat:repeat-x;
padding:0;
position: absolute; 
top: -100%;
/*left: 18%;*/
opacity:0;
/*	-webkit-transition-property:height;
-webkit-transition-duration:0.2s;
-webkit-transition-delay:0.2s;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;*/
}
nav ul ul li {
background-color: #000!important;
background-image: none;
color:#000;
text-decoration: none;
float: none; 
/*	border-top: 1px solid #ff0;*/
position: relative;
left:0%;
width: 175px;
/*	-webkit-transition-property:height;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;*/
}
nav ul ul ul {
position: absolute; left: 0%; top:0%;width: auto;
}
nav ul ul li:hover > ul{
left:100%;
top:0%;
}
nav ul ul li a {
padding: 7px 0px 7px 10px;
color:#fff;
}	
nav ul ul li a:hover {
background-image:url(../images/menu-after.png);
background-repeat:repeat-x;
background-position: 0px;
color:#fff;
}
nav .last{width: 103px;
height: 42px;
margin: 2px 0px 1px 0px;
background-image: url(../images/menu-before.png)!important;
}
.aero{
padding: 0px 10px 0px 20px;
float: right;}
.no-border{
border:none!important;}
