/* Lending Promise style  */
div.domMenu_menuBar {
}
div.domMenu_menuElement {
	font-size:		10pt;
	background:		transparent url(images/cms/item_box.gif) no-repeat top left;
	font-weight:		bold;
	height:			28px;
	line-height:		18px;
	margin-bottom:		30px;
	padding-left:		30px;
	text-transform:		uppercase;
}
div.domMenu_menuElementHover {
	color:			#cc004c; 
}
div.domMenu_subMenuBar {
	border:			solid #9e866e 2px;
	background-color:	#e8d0b8;
	color:			#296b73;
	font-weight:		bold;
	margin:			0px 0px 64px 0px;
}
div.domMenu_subMenuElement {
	font-size:		10pt;;
	border:			solid #cc004c 1px;
	border-width:		1px 0 1px 0;
	margin:			0px 1px 0 1px;
	padding:		2px 7px;
	text-transform:		uppercase;
}
div.domMenu_subMenuElementHover {
	background-color:	#fff0d8;
	color:			#cc004c; 
	text-transform:		uppercase;
}
