#menuList {
    border-bottom: 1px solid #92A139;
    margin: 0px;
    padding-bottom: 19px;
    padding-left: 10px;
	font-family: "Trebuchet MS",  Verdana; 
	font-size: 10px;
	border-right: none;
	}

#menuList a:link, #menuList a:visited	{
    background: #92A139;
    border: 1px solid #92A139;
    color: #000000;
    float: left;
   /* font-size: small; */
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList a:link.active, #menuList a:visited.active	{
    background: #92A139;
    border-bottom: 1px solid #92A139;
    color: #000000;
}

#menuList a:hover	{
    color: #831200;
}

#menuList li.selected a {
    background: #ffffe5 !important;
    border-bottom: 1px solid #ffffe5 !important;
    color: #000000 !important;
    font-weight: bold !important;
}

#menuList li.selected ul.submenu {
    display: inline;
    left: 10px;
    position: absolute;
    top: 35px;
}

#menuList li.selected ul.submenu a {
    border: none;
    border-left: 1px solid #92A139;
    color: #000000 !important;
    font-size: .98em;
    line-height: 12px;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList li.selected ul.submenu a.selected {
    background: transparent;
    color: #000000 !important;
}

#menuList ul a:hover, #menuList ul.submenu a:hover {
    color: #831200 !important;
}

#menuList ul, #menuList li	{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuList ul.submenu {
    display: none;
    width: 90%;
}

.menuBody
{
	border-bottom: 1px solid #92A139;
	border-left: 1px solid #92A139;
	border-right: 1px solid #92A139;
	padding: 10px;
}
