#nav {
margin: 35px 120px 0 auto;
font: normal 16px Verdana;
padding: 0;
list-style-type:none;
list-style-position:outside;
position:relative;
width:550px;
float: right;
}

#nav ul{
margin: 0 auto;
font: normal 16px Verdana;
padding: 0;
list-style-type:none;
list-style-position:outside;
position:relative;
width:800px;
float: right;
}

#nav a{
display:block;
color:#000000;
text-decoration:none;
padding: 10px 15px;
-o-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-khtml-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

#nav a:hover{
color:#FFFFFF;
background: #00aeef;
}

#nav li{
border-left: 0px solid #000000;
float:left;
position:relative;
}

#nav ul {
float:left;
position:absolute;
display:none;
width:230px;
top: 38px;
}

#nav li ul a{
float:left;
background: #000000;
padding: 10px;
color: #FFFFFF;
height:auto;
width:210px;
border-bottom: 1px dotted #FFFFFF;
font-size: 12px;
}

#nav li ul a:hover{
float:left;
background: #3D3D3D;
padding: 10px;
color: #00aeef;
height:auto;
width:210px;
font-size: 12px;
}

#nav ul ul{
top:auto;
border-left: 1px dashed #5e2f13;
}	

#nav li ul ul {
left: 196px;
margin:0px 0 0 34px;
}

#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;
}