#menu {
font-style: normal;
font-weight: normal;
width: 100%;
}

#menu ul {
padding: 0px;
margin: 0px;
list-style: none;
}

#menu li {
padding-top: 6px;
border-top-color: #ff6633;
border-top-style: dashed;
border-top-width: 1px;
padding-bottom: 5px;
width: 100%;
margin-left: 15px;
list-style: none;
}

#menu a, #menu h2 {
font-size: 9pt;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #434343;
margin: 0px;
}

#menu a:hover {
background-color: white;
text-decoration: none;
margin: 0px;
color: #ff6633;
width: 100%;
}

/*UNUSED STYLES */

#menu h2 {
}

#menu a {
}

#menu_select a {
}

#menu_select a:hover {
}
