#nav, #nav ul{
margin:0 auto;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index: 10;
}

#nav a, .menuIntro a, .menuIntro span{
display:block;
height: 41px;
border:none;
color:#ffffff;
line-height: 41px;
text-decoration:none;
background-color: transparent;
font-size: 13px;
font-weight: bold;
font-family: Arial;
text-shadow: #581875 1px 1px 0;
text-transform: uppercase;
margin-left: 18px;
z-index: 10;
}

#nav a:hover{
background: url(../img/menuButton_on.gif) no-repeat bottom center;
}

#nav li{
float:left;
position:relative;
z-index: 10;
}

#nav ul {
position:absolute;
display:none;
width:200px;
top:41px;
z-index: 10;
}

#nav li ul a{
width:230px;
height:30px;
line-height: 30px;
float:left;
text-align: left;
font-size: 11px;
padding-left: 10px;
background: #6d2091;
border-top: solid 1px #913db8;
}

#nav li ul a:hover {
background: #913db8;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:111px;
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;
}
