/* Global Top Navigation */

.MenuGroup{
	color:#630;
/*	background-image:url(/images/layout/topnavbg.gif);
	background-repeat:repeat-x;
	background-color:#fbfbf2;*/
	font-family:verdana,sans-serif;
	font-weight:700;
	font-size:13px;
	height:35px;
}

.MenuItem{
	color:#630;
	cursor:pointer;
	font-weight:700;
	font-size:13px;
	text-decoration:none;
}

.MenuItemOver{
	color:#003;
	cursor:pointer;
	font-weight:700;
	font-size:13px;
	text-decoration:underline;
}

.MenuBreak{
	padding:0px;
}

/* Left Navigation */

.MenuGroupLeft{
	color:#134475;
	background-color:#8eb6d7;
	font-family:verdana,sans-serif;
	font-weight:700;
	font-size:13px;
	height:40px;
	width:190px;	
}

.MenuItemLeft{
	border-bottom:1px solid #369;
	color:#134475;
	cursor:pointer;
	font-weight:700;
	font-size:13px;
	margin-top:5px;
	padding-bottom:5px;
}

.MenuItemOverLeft{
	border-bottom:1px solid #369;
	color:#FFF;
	cursor:pointer;
	font-weight:700;
	font-size:13px;
	margin-top:5px;
	padding-bottom:5px;
}

/* Central Navigation */

.MenuGroupCentral{
	color:#F1EDD3;
	background-color:#38658C;
	font-family:garamond,times,serif;
	font-weight:700;
	font-size:16px;
	height:40px;
	width:190px;	
}

.MenuItemCentral{
	border-bottom:1px solid #164C79;
	color:#F1EDD3;
	cursor:pointer;
	font-weight:700;
	font-size:16px;
	margin-top:5px;
	padding-bottom:5px;
}

.MenuItemOverCentral{
	border-bottom:1px solid #164C79;
	color:#b8dcff;
	cursor:pointer;
	font-weight:700;
	font-size:16px;
	margin-top:5px;
	padding-bottom:5px;
}

/* Millington Navigation */

.MenuGroupMillington{
	color:#F1EDD3;
	background-color:#38658C;
	font-family:verdana,sans-serif;
	font-weight:700;
	font-size:13px;
	height:40px;
	width:190px;	
}

.MenuItemMillington{
	border-bottom:1px solid #164C79;
	color:#F1EDD3;
	cursor:pointer;
	font-weight:700;
	font-size:13px;
	margin-top:5px;
	padding-bottom:5px;
}

.MenuItemOverMillington{
	border-bottom:1px solid #164C79;
	color:#b8dcff;
	cursor:pointer;
	font-weight:700;
	font-size:13px;
	margin-top:5px;
	padding-bottom:5px;
}
