.menuItem {
    background-color: #110658;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #766F9F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #070325;
    padding-left: 5px;
    height: 20px;
}

.menuSubItem {
    background-color: #9999CD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4C4E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404056;
    padding-left: 15px;
    height: 20px;
}

.menuSelectedItem {
    background-color: #66669A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #766F9F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #070325;
    padding-left: 5px;
    height: 20px;
}

.menuSelectedSubItem {
    background-color: #66669A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4C4E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404056;
    padding-left: 15px;
    height: 20px;
}

.menuLink {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.menuLink:hover {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.menuLink:visited {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.subMenuLink {
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
.subMenuLink:hover {
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
.subMenuLink:visited {
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}