
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
opacity:0.9;
}

#nav a{
display:block;
padding:5px;
text-decoration:none;
color:#444;
}

#nav a:hover{
display:block;
padding:5px;
text-decoration:none;
color:#444;
}

#nav ul li a:hover{
background-color:#444;
color:#fff;

}

#nav li{
float:left;
position:relative;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#nav ul {
position:absolute;
display:none;
width:200px;
background-color:#333;
}

#nav ul li a{
width:200px;
height:auto;
float:left;
background-color:#333;
color:#fff;
}

#nav li ul a{
width:200px;
height:auto;
float:left;
background-color:#333;
color:#fff;


}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:200px;
margin:0px 0 0 10px;
}

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