#menu {
width: 100%;
float: left;
background: ;
color: #93107e;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: auto;
background: ;
}

#menu ul li {
float:left;
}

#menu ul li ul {
width: px;
}

#menu a {
font: 9px Verdana;
display: block;
margin: 0;
padding: 0;
color: ;
text-decoration: none;
background: ;
text-align: left;
}

#menu a.main_menu {
font: 9px Verdana;
display: inline;
color: ;
text-align: center;
background: ;
}

#menu a.main_current{
color: ;
background: ;
}

#menu a.current{
color: ;
background: ;
}

#menu a:hover {
color: ;
background: ;
}

#menu a.main_menu:hover {
color: ;
background: ;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

