div.domMenu_menuBar {
	height:24px;
}
div.domMenu_menuElement {
	white-space:nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	height: 24px;
	vertical-align: middle;
	line-height: 20px;
}
div.domMenu_menuElementHover {
	color: #000000;
}
div.domMenu_subMenuBar {
    background-color:#669966;
    width: 290px;
    border: solid black;  
    border-width: 1px 1px 1px 1px;
}
div.domMenu_subMenuElement {
	white-space:nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	height: 24px;
	width: 290px;
	vertical-align: middle;
	line-height: 20px;
  border: solid black;  
  border-width: 0px 0px 1px 0px;
	white-space: nowrap;
}
div.domMenu_subMenuElementHover {
	color: #000000;
	white-space: nowrap;
}
/* ***************************************
for second row index menu
**************************************** */
div.domMenu_menuBarB {
	height:24px;
}
div.domMenu_menuElementB {
	white-space:nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	height: 24px;
	vertical-align: middle;
	line-height: 20px;
}
div.domMenu_menuElementBHover {
	color: #000000;
}
div.domMenu_subMenuBarB {
    background-color:#669966;
    width: 175px;
    border: solid black;  
    border-width: 1px 1px 1px 1px;
}
div.domMenu_subMenuElementB {
	white-space:nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	height: 24px;
	width: 175px;
	vertical-align: middle;
	line-height: 20px;
  border: solid black;  
  border-width: 0px 0px 1px 0px;
	white-space: nowrap;
}
div.domMenu_subMenuElementBHover {
	color: #000000;
	white-space: nowrap;
}
