/*	Portal Navigation		*/

.MenuItem td, .MenuItemOver td, .MenuItemDropdown td{
	color:#FFF;
	font-family:Georgia,times,serif;
	font-size:16px;
	font-weight:700;
}

.MenuGroup{
	background-color:#042350;
	background-image:url(/images/layout/nav_bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-family:Georgia,times,serif;
	font-size:16px;
	font-weight:700;
	margin:0px 10px 0px 0px;
}

.MenuItem{
	cursor:pointer;
	font-family:Georgia,times,serif;
	font-size:16px;
	font-weight:700;
	height:39px;
	text-indent:10px;
}

.MenuItemOver{
	background-color:#4D79A3;
	background-image:url(/images/layout/nav_bg_over.gif);
	background-repeat:repeat-x;
	color:#F5F5F5;
	cursor:pointer;
	font-family:Georgia,times,serif;
	font-size:16px;
	font-weight:700;
	height:39px;
	text-indent:10px;
}

/*	Top Navigation		*/

.MenuItemTop td, .MenuItemOverTop td, .MenuItemDropdownTop td{
	color:#FFF;
	font-family:Georgia,times,serif;
	font-size:14px;
	font-weight:500;
}

.MenuGroupTop{
	background-color:#042350;
	background-image:url(/images/layout/nav_bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-family:Georgia,times,serif;
	font-size:14px;
	font-weight:500;
	margin:0px 10px 0px 0px;
}

.MenuItemTop{
	border-left:1px solid #003;
	border-right:1px solid #003;
	cursor:pointer;
	font-family:Georgia,times,serif;
	font-size:14px;
	font-weight:500;
	height:39px;
	text-indent:10px;
}

.MenuItemOverTop{
	background-color:#4D79A3;
	background-image:url(/images/layout/nav_bg_over.gif);
	background-repeat:repeat-x;
	border-left:1px solid #003;
	border-right:1px solid #003;
	color:#F5F5F5;
	cursor:pointer;
	font-family:Georgia,times,serif;
	font-size:14px; 
	font-weight:500;
	height:39px;
	text-indent:10px;
}

/*	Vertical Navigation		*/

.MenuItemVertical td, .MenuItemOverVertical td, .MenuItemDropdownVertical td{
	color:#036;
	font-family:Trebuchet MS,verdana,sans-serif;
	font-size:13px;
	font-weight:700;
}

.MenuGroupVertical{
	background-color:#D9E3F4;
	background-image:url(/images/layout/wrapper.gif);
	background-position:-33px 0;
	background-repeat:repeat-y;
	color:#036;
	font-family:Trebuchet MS,verdana,sans-serif;
	font-size:13px;
	font-weight:700;
	width:220px;
}

.MenuItemVertical{
	border-bottom:1px solid #A8B8C8;
	cursor:pointer;
	font-family:Trebuchet MS,verdana,sans-serif;
	font-size:13px;
	font-weight:700;
	padding:5px;
}

.MenuItemOverVertical{
	background-color:#FFF;
	border-bottom:1px solid #A8B8C8;
	color:#036;
	cursor:pointer;
	font-family:Trebuchet MS,verdana,sans-serif;
	font-size:13px;
	font-weight:700;
	padding:5px;
}

.MenuBreak{
	padding:0px;
}