a:link, a:visited, a:active {
    font-family: Verdana, sans-serif; 
    font-size: 12px;
    text-decoration: underline;
    color: #000066;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
}
/* Default Style */
div.domMenu_menuBar {
	width: 156px;
}
div.domMenu_menuElement {
    padding: 0px;
}
div.domMenu_menuElementHover {
}
div.domMenu_subMenuBar {
	border-top: 1px solid #F9BB44;
	border-right: 1px solid #F9BB44;
	border-left: 1px solid #F9BB44;
}
div.domMenu_subMenuElement {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	padding: 3px;
	border-top: 0px solid #F9BB44;
	border-right: 0px solid #F9BB44;
	border-bottom: 1px solid #F9BB44;
	border-left: 0px solid #F9BB44;
}
div.domMenu_subMenuElementHeading {
    font-weight: bold;
}
div.domMenu_subMenuElementHover {
    background-color: #666666;
    color: #FFFFFF;
}

