#menu {
width: 100%;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 14.22%;
float: left;
background: #F4EEFB;

}
#menu a, #menu h2 {
font: 11px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
background: #fff;
border-color: #D5C5E9;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
font-size: 12px;
color: #333;
font-weight:bold;
background: #F4EEFB url(../imgs/bggnav3.jpg) repeat-x 0 50%;
}

#menu a {
color: #000;
background: #F4EEFB;
text-decoration: none;
}



#menu a.main {
background:   url(../imgs/arrownav.gif) center right no-repeat;}



#menu a.main:hover {
background: #fff url(../imgs/arrownav.gif) center right no-repeat;
}



#menu a:hover {
color: #a00;
background: #fff;
}


#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width: 100%;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


