.MenuItem td, .MenuItemOver td{
	color:#3C5A74;
	font-family:Tahoma,arial,sans-serif;
	font-weight:700;
	text-transform:uppercase;
}

.MenuGroup{
	background-color:#F3EFE2;
	border-left:1px dotted #C3C3C3;
	color:#3C5A74;
	width:285px;
}

.MenuItem{
	border-bottom:1px solid #F3EFE2;
	border-top:1px solid #F3EFE2;
	cursor:pointer;
	padding:5px;
}

.MenuItemOver{
	background-color:#F3EFE2;
	background-image:url(/images/layout/navbg_over.gif);
	background-repeat:repeat-y;
	border-bottom:1px solid #CFCAB8;
	border-top:1px solid #CFCAB8;
	color:#5E1718;
	cursor:pointer;
	padding:5px;
}

.MenuBreak{
	padding:0px;
}

/*	Top Navigation	*/

.MenuItemTop td, .MenuItemOverTop td{
	color:#E8F5FF;
	font-family:Tahoma,arial,sans-serif;
	font-weight:700;
}

.MenuGroupTop{
	color:#E8F5FF;
	height:32px;
	width:100%;
}

.MenuItemTop{
/*	border-right:1px solid #5D1616;*/
	cursor:pointer;
/*	padding:5px 4px;
	text-indent:4px;*/
}

.MenuItemOverTop{
/*	background-color:#5E1717;
	background-image:url(/images/layout/nav_slice.gif);
	background-repeat:repeat-x;
	border-right:1px solid #5D1616;*/
	color:#996;
	cursor:pointer;

/*	padding:3px 1px;
	text-indent:4px;*/
	text-decoration:underline;
}
