#nav, #nav ul{
margin:0 auto;
font: normal 15px Verdana;
padding: 0;
list-style-type:none;
list-style-position:outside;
position:relative;
width: 980px;
}

#nav a{
display:block;
color:#fff;
text-decoration:none;
padding: 15px 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:#000000;
background: #FFFFFF;
}

#nav li{
border-left: 1px solid #CCCCCC;
float:left;
position:relative;
}

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

#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: 12px;
}

#nav li ul a:hover{
float:left;
background: #000000;
padding: 10px;
color: #d87218;
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;
}