.MenuLeftDiv {
	height: 24px;
	background-image: url(/images/skin/business1/blackfire/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 300px;
	/* for IE7 + older */
	text-align: left;
	cursor: hand;
}
.MenuLeft {
	/* font-family: Tahoma, Geneva, sans-serif; */
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #CCC;
	vertical-align: middle;
	height: 24px;
	text-indent: 10px;
	text-align: left;
	width: 300px;
	text-decoration: none;
}
.MenuLeftActive {
	/* font-family: Tahoma, Geneva, sans-serif; */
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #cccccc;
	vertical-align: middle;
	height: 24px;
	text-indent: 10px;
	width: 300px;
	text-align: left;
	text-decoration: none;
}
.MenuLeftDivSub {
	/* font-family: Tahoma, Geneva, sans-serif; */
	background-image: url(/images/skin/business1/blackfire/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 300px;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #cccccc;
	vertical-align: middle;
	height: 20px;
	text-indent: 20px;
	text-decoration: none;
	text-align: left;
}
a.MenuLeft:hover {
	/* font-family: Tahoma, Geneva, sans-serif; */
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #56b5ff;
	vertical-align: middle;
	height: 24px;
	background-image: url(/images/skin/business1/blackfire/menu_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	width: 300px;
	text-decoration: underline;
	text-align: left;
}

.MenuTop {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #CCC;
 text-decoration: none;
 padding-top: 1px;
 padding-right: 2px;
 padding-bottom: 1px;
 padding-left: 2px;
}

a.MenuTop:hover {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #FFF;
 text-decoration: none;
 background-color: #666;
 padding-top: 1px;
 padding-right: 2px;
 padding-bottom: 1px;
 padding-left: 2px;
}
