.Menu			
{ 
	padding-right:20px; 
	border-right:1px solid #627320; 
	line-height:24px; 
	font-size:10px; 
	margin-top:-7px;
}

.SecureMenu			
{ 
	padding-right:20px; 
	line-height:24px; 
	font-size:10px; 
	margin-top:-7px;
}

.SubMenu
{ 
	padding-left: 5px;
	padding-bottom: 3px;
	background-color: White;
	border: 1px #845C15 solid;
	text-align:left; 
}

.TopMenuItem
{
	color:#845C15;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
	height: 21px;
	width: 100%;
	cursor:pointer;
}

.TopMenuItemHover
{
	color:#627320;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	height: 21px;
	width: 100%;
	cursor:pointer;
}

.SecureTopMenuItem
{
	color:#845C15;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	height: 21px;
	cursor:pointer;
}

.SecureTopMenuItemHover
{
	color:#627320;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	height: 21px;
	cursor:pointer;
}

.MenuItem
{
	color:#627320;
	font-family:tahoma;
	font-size:11px;
	text-decoration: underline;
	text-align: left;
	height: 21px;
	width: 100%;
	cursor:pointer;
}

.MenuItemHover
{
	color:#627320;
	font-family:tahoma;
	font-size:11px;
	text-decoration: none;
	text-align: left;
	height: 21px;
	width: 100%;
	cursor:pointer;
}

