#nav, #nav ul{
margin:0 auto;
font: normal 20px Calibri;
padding: 0;
font-weight:bold;
list-style-type:none;
list-style-position:outside;
position:relative;
width: 950px;
}

#nav a{
display:block;
color:#193496;
text-decoration:none;
padding: 30px 35px;
-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:#fff;
background: rgba(25, 52, 150, 0.9);
}

#nav li{
float:left;
position:relative;
}

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

#nav li ul a{
float:left;
background: rgba(0, 0, 0, 0.6);
padding: 10px;
color: #FFFFFF;
height:auto;
width:210px;
border-bottom: 1px dotted #FFFFFF;
font-size: 13px;
}

#nav li ul a:hover{
float:left;
background: #000;
padding: 10px;
color: #fff;
height:auto;
width:210px;
font-size: 13px;
}

#nav ul ul{
top:auto;
border-left: 1px dashed #0c4259;
}	

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