.Menu			
{ 
	margin-left:20px; 
	margin-bottom:7px;
}

.SubMenu
{ 
	padding-left: 5px;
	padding-bottom: 3px;
	background-color: White;
	border: 1px #7D8D92 solid;
}

.TopMenuItem
{
	color:#C70001;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	height: 21px;
	width: 100%;
	cursor:pointer;
}

.TopMenuItemHover
{
	color:#C70001;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
	height: 21px;
	width: 100%;
	cursor:pointer;
}

.MenuItem
{
	color:#3184B4;
	font-family:tahoma;
	font-size:11px;
	text-decoration: none;
	height: 21px;
	width: 100%;
	cursor:pointer;
	white-space: nowrap;
}

.MenuItemHover
{
	color:#3184B4;
	font-family:tahoma;
	font-size:11px;
	text-decoration: underline;
	text-align: left;
	height: 21px;
	width: 100%;
	cursor:pointer;
	white-space: nowrap;
}

/* Styles for the non-javascript links */
noscript a
{
	color:#C70001 !important;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	height: 21px;
	width: 100%;
	cursor:pointer;
	display: block;
	margin-left: 20px;
}

noscript a:hover
{
	color:#C70001;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
	height: 21px;
	width: 100%;
	cursor:pointer;
	display: block;
	margin-left: 20px;
}
