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

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

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

#menu a, #menu h2 {
width: 100%;
text-decoration: none;
color: #434343;
margin: 0px;
}

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

/*UNUSED STYLES */

#menu h2 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

#menu a {
}

#menu_select a {
}

#menu_select a:hover {
}

#nav10 {
    	border-bottom-color: #e2e2e2;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    	margin-bottom: 20px;
    	color: #888b00;
    	margin-left: 0px;
    	text-align: left;
    }

.nav10, a.nav10 {
    	background-color: #f4f4f4;
    	padding-top: 2px;
    	border-right-color: #e2e2e2;
    	border-left-color: #e2e2e2;
    	border-top-color: #e2e2e2;
    	border-top-style: solid;
    	border-left-style: solid;
    	border-right-style: solid;
    	border-right-width: 1px;
    	border-left-width: 1px;
    	border-top-width: 1px;
    	padding-right: 10px;
    	padding-left: 10px;
    	text-decoration: none;
    	color: #888b00;
    	text-align: left;
    }

a:hover.nav10 {
    	background-color: white;
    	text-decoration: none;
    	color: #3e3e40;
    	text-align: left;
    }

.nav10_sel, a.nav10_sel, a:hover.nav10_sel {
    	background-color: white;
    	border-bottom-color: white;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    	padding-top: 2px;
    	border-right-color: #e2e2e2;
    	border-left-color: #e2e2e2;
    	border-top-color: #e2e2e2;
    	border-top-style: solid;
    	border-left-style: solid;
    	border-right-style: solid;
    	border-right-width: 1px;
    	border-left-width: 1px;
    	border-top-width: 1px;
    	padding-right: 10px;
    	padding-left: 10px;
    	text-decoration: none;
    	color: #666666;
    	text-align: left;
    }

