#menu {
width: 100%;
/*background: #cdcdcd;*/
/*float: right;*/
}

#menu ul {
list-style: none;
/*background-image:url(../outline%20slices/menu_repeater.gif);
background-repeat:repeat-x;*/
margin: 0;
padding: 0;
width: 104px;
float: left;
}

#menu a, #menu h7 {
font: bold 11px/16px helvetica;
display: block;
border-width: 1px;
border-style: solid;
border-color: #fff #fff #fff #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h7 {
/*background-image:url(../images/css_repeater_01.gif);
background-repeat:repeat-x;*/
color: #3E5672;
text-transform: lowercase;
}

#menu h8 a {
/*background-image:url(../outline%20slices/menu_repeater.gif);
background-repeat:repeat-x;*/
color: #3E5672;
text-transform: lowercase;
}

#menu a {
/*background-image:url(../outline%20slices/menu_repeater.gif);*/
color: #3E5672;
/*background: #efefef;*/
text-decoration: none;
}

#menu h8 a:hover {
background-image:url(../outline%20slices/menu_repeater.gif);
background-repeat:repeat-x;
color: #3E5672;
text-transform: lowercase;
}
#drops a {
color: #7F93AA;
background: #efefef;
}
#drops a:hover {
color: #3E5672;
background: #efefef;
}



#menu a:hover {
/*color: #3E5672;*/
/*background: #efefef;*/
}

#menu li {position: relative;}

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

#menu ul ul ul {
position: absolute;
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;
border-width: 0px;
border-style: solid;
border-color: #efefef #bbb #bbb #bbb;
}

