.menuHolder {width:242px; background:url(../Images/bkg_menuHolder.gif) repeat-y 16px 0;}
.mainMenu 	{float:left; width:216px; padding:16px 4px 0; margin-left:16px; display:inline; background:url(../Images/bkg_menutop.gif) no-repeat 0 0;}
.menuBot { background:url(../Images/bkg_menu_bot.gif) no-repeat 16px 0; height:36px;}

.Menu			
{ 
	font-size:12px; 
	background:#fff;
	margin:5px 0px 5px 0px;
	width:216px;
}

.TopMenuItem
{
	line-height: 25px;
	background:url(../Images/bkg_menuitem.gif) repeat-x 0 0; 
	color:#8e3d00; 
	text-decoration:none; 
	text-transform: capitalize; 
	font-weight:bold; 
	cursor: pointer;
}

.TopMenuItemHover
{
	line-height: 25px;
	background:url(../Images/bkg_menuitem.gif) repeat-x 0 0; 
	background-position:0 -25px;
	color:#fff;
	text-decoration:none; 
	text-transform: capitalize; 
	font-weight:bold;
	cursor: pointer;
}

.TopMenuItem_First
{
	line-height: 25px;
	background:url(../Images/bkg_menuitem_first.gif) repeat-x 0 0px; 
	color:#8e3d00; 
	text-decoration:none; 
	text-transform: capitalize; 
	font-weight:bold; 
	cursor: pointer;
}

.TopMenuItemHover_First
{
	line-height: 25px;
	background:url(../Images/bkg_menuitem_first.gif) repeat-x 0 0; 
	background-position:0 -27px;
	color:#fff;
	text-decoration:none; 
	text-transform: capitalize; 
	font-weight:bold;
	cursor: pointer;
}

.SubMenu
{ 
	background:#eeeeee; 
	border:2px solid #f8f8ef; 
	border-top:0; 
	border-bottom:0; 
	padding:8px 0 8px 0;
}

.SubMenu td {margin:0;padding:0;}
.SubMenu th {margin:0;padding:0;}

.SubMenuItem
{
	font-size: 12px;
	line-height:25px; 
	color:#747474; 
	background:url(../Images/bkg_submitem.gif) repeat-x 0 0; 
	font-weight:normal; 
	white-space:normal;
	cursor:pointer;
}

.SubMenuItemHover
{
	text-decoration:underline; 
	color:#6e6044;
	background:url(../Images/bkg_submitem.gif) repeat-x 0 0; 
	line-height:25px; 
	font-weight:normal; 
	font-size: 12px;
	white-space:normal;
	cursor:pointer;
}

.SecureMenu			
{ 
	font-size:12px; 
	margin-bottom: 15px;
	text-align: left;
}

.SecureTopMenuItem
{
	font: Normal 100%/100% Verdana, Arial, Helvetica, sans-serif;
	color:#7c4754; 
	text-decoration:underline;
	height: 21px;
	cursor:pointer;
}

.SecureTopMenuItemHover
{
	font: Normal 100%/100% Verdana, Arial, Helvetica, sans-serif;
	color:#7c4754; 
	text-decoration:none;
	height: 21px;
	cursor:pointer;
}

