#nav, #nav ul{
font-weight: bold;
font-size: 11px;
font-family: Helvetica, Verdana, Arial, sans-serif;
padding: 0px;
margin: 0px;
list-style-type:none;
list-style-position:outside;
position:relative;
background-image:url("../tablecloth/tr_back.gif"); 
}

#nav a{
line-height: 28px;
height: 100%;
border-top-color: white;
border-width: 0px;
border-left-style: solid;
border-bottom-style: solid;
border-right-style: solid;
border-top-style: solid;
z-index: auto;
display:block;
color:#fff;
text-decoration:none;
background-color: #382E89;
background-image:url("../images/back1.gif"); 
}

#nav a:hover{
background-color: #721D15;
line-height: 28px;
text-shadow: white 0px 0px 5px;
background-image:url("../images/back1hoov.gif"); 
}

#nav li{
text-align: center;
width: 110px;
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
}

#nav li ul a{
margin-top: 1px;
line-height: 25px;
width:12em;
height:auto;
float:left;
background-image:none; 
}

#nav li ul a:hover{
line-height: 25px;
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

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