.TopGroup {
	color: #fff;
	background-color: #ccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: 'none';
	cursor: pointer;
	vertical-align: top;
	text-align:left;
	width: 210px;
	height: 50px;
}

.MenuGroup {
	color: #fff;
	background-color: #ccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: 'none';
	cursor: pointer;
	vertical-align: top;
	text-align: left;
	width: 210px;
	height: 50px;
}

.MenuItem {
	color: #666;
	/*background-image: url(../images/nav_bg.gif);*/
	background-color: #ddd;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: 'none';
	cursor: pointer;
	vertical-align: top;
	text-align: left;
	width: 210px;
	height: 50px;
}

.MenuItemHover {
	color: #000;
	/*background-image: url(../images/nav_bg.gif);*/
	background-color: #ccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: 'none';
	cursor: pointer;
	vertical-align: top;
	text-align: left;
	width: 210px;
	height: 50px;
}

/* FIXME: All the border lines in between elements are actually 2px not 1px; */
.ChildItem {
	color: #666;
	background-color: #f9f9f9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: 'none';
	width: 210px;
	/* 
	TODO: Fix the bullet image

	background-image: url(http://localhost/Help/Images/printPage.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 15px 5px;
	*/
	cursor: pointer;
	vertical-align: middle;
	text-align:left;
	height: 25px;
	border: solid 1px #ccc;
	border-left: none;
}

.ChildItemHover {
	color: #fff;
	background-color:#e51b24;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: 'none';
	width: 210px;
	/* 
	TODO: Fix the bullet image

	background-image: url(http://localhost/Help/Images/printPage.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 15px 5px;
	*/
	cursor: pointer;
	vertical-align:middle;
	text-align:left;
	height: 25px;
	border: solid 1px #ccc;
	border-left: none;
}

.MenuHome {
	color: #999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	padding: 5px 15px 4px 5px;
	width: 210px;
	height: 25px;
}

.MenuHome:hover {
	color: #FF6600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	padding: 5px 15px 4px 5px;
	width: 210px;
	height: 25px;
}
	
.MenuHomeSelected {
	color: #f60;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	padding: 5px 15px 4px 5px;
	width: 210px;
	height: 25px;
}