/* menu part */
/* JSK The set of .mainMenu styles affects the box around the menu.  The actual 
menu styles are contained in the .Menu, .SubMenu, etc... */
.mainMenu 					
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#8f3251;
	border: solid 1px #8F3251;
}
.SubMenu
{ 
	padding: 0;
	margin: 0;
	font-size:11px; 
	background: #fff;
}

.TopMenuItem
{
	text-transform:uppercase;
	cursor: pointer;
	border: solid 1px #8F3251;
	width:226px; 
	font-weight: bold; 
	color:#fff; 
	padding: 0 0 0 0px; 
	background:url(../images/bkg_menu.gif) left top no-repeat;
	font:14px/30px Arial, Helvetica, sans-serif;	
}
.SubMenuItem
{
	height:23px; 
	font:11px/23px Tahoma; 
	color:#ffffa4; 	
	background:#adb854 url(../images/bkg_submenu2.gif) left top repeat-x ; 
	cursor: pointer;
}

.SubMenuItemHover
{
	height:23px; 
	font:11px/23px Tahoma; 
	color:#ffffa4; 	
	background:#adb854 url(../images/bkg_submenu2.gif) left top repeat-x; 
	text-decoration:underline;
	cursor: pointer;
}

.SecureMenu			
{ 
	font-size:11px; 
	margin-bottom: 15px;
}

.SecureTopMenuItem
{
	font: Normal 100%/100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#8f3251; 
	text-decoration: underline;
	height: 21px;
	cursor: pointer;
}

.SecureTopMenuItemHover
{
	font: Normal 100%/100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#8f3251; 
	text-decoration:none;
	height: 21px;
	cursor: pointer;
}
