div.domMenu_menuBar {
    border: solid #406040;
    border-width: 0 0 0 0;
}
div.domMenu_menuElement {
    font-family: Arial;
    font-size: 14px;
		/*
    font-weight: bold;
		*/
    border: none;
    border-width: 0 0 0 0;
		/*
    background-color: #660066;
		*/
    background-color: #262B75;
    color: #FFFFFF;
    text-align: left;
    padding: 3px 0px 1px 5px;
}
div.domMenu_menuElementHover {
    text-decoration: underline;
    color: #FFFFFF;
}
div.domMenu_subMenuBar {
    border: none;
    border-width: 0 0 0 0;
}
div.domMenu_subMenuElement {
    font-family: Arial;
    font-size: 14px;
		/*
    font-weight: bold;
		*/
    border: none;
    border-width: 0 0 0 0;
    background-color: #D0E8FC;
		/*
    background-color: #AAAAAA;
    color: #113660;
		*/
    color: black;
    padding: 3px 3px 3px 7px;
		min-height: 15px;
}
div.domMenu_subMenuElementHeading {
    font-weight: bold;
}
div.domMenu_subMenuElementHover {
		/*
    text-decoration: underline;
		*/
    background-color: #262B75;
		color: white;
}
