﻿.MenuWrapper 
{
	margin:			0px;
	margin-top:		8px;
	margin-bottom:	12px;
	
	background-color:	rgb(42, 138, 196);
}

.mnuMain_mnuMain_1	/*Top Level Links*/
{
	color:				rgb(255, 255, 255);
	text-decoration:	underline;
}

.ctl00_mnuMain_mnuMain_1	/*Top Level Links*/
{
	color:				rgb(255, 255, 255);
	text-decoration:	underline;
}

.TopLevel
{
	font-size:			11pt;
	font-weight:		bold;
	
	padding:			0px;
	margin:				0px;
}

.TopLevelItem
{
	background-color:	rgb(42, 138, 196);
	
	padding:			4px;
	padding-right:		20px;
	
	text-align:			center;
}

.TopLevelHover
{
	background-color:	rgb(21, 106, 161);
	color:				rgb(255, 255, 255);
	
	background-image:	url('/images/EntryPageNew/menu_gradient.jpg');
	background-repeat:	repeat-x;
}

a.SecondLevelItem
{
	color:				rgb(255, 255, 255);
	font-weight:		normal;
}

a.SecondLevelItem:hover
{
	text-decoration:	underline;
}

.SecondLevel
{
}

.SecondLevelItem
{
	background-color:	rgb(42, 138, 196);
	
	width:				210px;
	
	padding:			4px;
}

.SecondLevelHover
{
	background-color:	rgb(21, 106, 161);
	
	margin-left:		0px;
	text-decoration:	underline;
	
	background-image:	url('/images/EntryPageNew/menu_gradient.jpg');
	background-repeat:	repeat-x;
}