.MenuGroup{
	background-color:#F3F2E3;
	background-image:url(/images/layout/left_bg.gif);
	background-repeat:repeat-x;
	color:#036;
	font-family:verdana,sans-serif;
	font-size:13px;
	font-weight:700;
	width:190px;
}

.MenuItem{
	border-bottom:1px solid #EBE7D4;
	color:#036;
	cursor:pointer;
	font-family:verdana,sans-serif;
	font-weight:700;
	font-size:13px;
	padding:7px;
}

.MenuItemOver{
	background-color:#EBE7D4;
	border-bottom:1px solid #EBE7D4;
	color:#036;
	cursor:pointer;
	font-family:verdana,sans-serif;
	font-weight:700;
	font-size:13px;
	padding:7px;
}

.MenuBreak{
	padding:0px;
}