/*
JS menu styles
*/
.domMenu_menuElement b {text-decoration: none; color: #000;}
.domMenu_menuBar {
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial, Verdana, Helvetica;
/*	BACKGROUND-COLOR: #FDF9F0;	*/
	white-space: nowrap;
}
.domMenu_menuElement {
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
/*	border: #000000 solid;
	border-width:  1px 1px 1px 1px ;*/
	FONT-FAMILY: Arial, Verdana, Helvetica;
/*	BACKGROUND-COLOR: #FDF9F0;	*/
	COLOR: #000;
	padding: 3px;
	FONT-SIZE: 12px;
	text-decoration: underline;
	white-space: nowrap;
}

.domMenu_menuElementHover {
	FONT-WEIGHT: normal;
/*	BACKGROUND-COLOR: #5E5F61;*/
    color: #000;
	padding: 3px;
	TEXT-ALIGN: left;
	text-decoration: none;
	white-space: nowrap;
}
.domMenu_menuElementActive {
	FONT-WEIGHT: normal;
/*	BACKGROUND-COLOR: #ffffff;*/
	COLOR: #000;
	white-space: nowrap;
}

.domMenu_subMenuBar {
/*	border-width:  1px 1px 0px 1px ;
	border-style: solid;*/
	BACKGROUND-COLOR: #FFF;
	FONT-FAMILY: Arial, Verdana, Helvetica;
	white-space: nowrap;
}
.domMenu_subMenuElement {
/*	border: solid #033300;
	border-width: 0px 0px 1px 0px;*/
	TEXT-ALIGN: left;
	color: #000;
	text-decoration: underline;
	padding: 3px;
/*	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: left center;*/
	white-space: nowrap;
}
.domMenu_subMenuElementHeading {
	font-size: 14px;
    text-decoration: none;
    color: #000;
	white-space: nowrap;
}
.domMenu_subMenuElementHover {
/*	BACKGROUND-COLOR: #5E5F61;
	border: solid #033300;
	border-width: 0px 0px 1px 0px;*/
	text-decoration: none;
	TEXT-ALIGN: LEFT;
	color: #000;
/*	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: left center;*/
	white-space: nowrap;
}


.domMenu_subMenuElementC {
/*	border: solid #033300;
	border-width: 0px 0px 1px 0px;*/
	TEXT-ALIGN: LEFT;
	color: #000;
	padding: 3px;
	text-decoration: underline;
/*	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/custom/cat_item1.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	white-space: nowrap;
}
.domMenu_subMenuElementHeadingC {
	font-size: 14px;
    text-decoration: none;
    color: #606060;
	white-space: nowrap;
}
.domMenu_subMenuElementHoverC {
/*    BACKGROUND-COLOR: #ede11d;
	border: solid #033300;
	border-width: 0px 0px 1px 0px;*/
	TEXT-ALIGN: LEFT;
	padding: 3px;
	text-decoration: none;
/*	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/custom/cat_item1.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	white-space: nowrap;
}

.NavActive {
	font-size: 14px;
    color: #000;
	text-decoration: none;
	white-space: nowrap;
}
