ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0px;
	padding-top: 5px;
	width: 100%
}

ul#menu a {
  display: block;
}

ul#menu li {
  margin-top: 0px;
}

ul#menu li a {
	margin: 0px;
display: block; height: 36px; font: 12px arial; color: #000; text-decoration: none;
}
ul#menu li a:hover {
	margin: 0px;
display: block; height: 36px; font: 13px arial; color: #000; text-decoration: none;
}
ul#menu li a:hover {background: url(../images/menu-active.png) #DDE1EA;}
ul#menu img {vertical-align: middle;}
ul#menu li ul {
	color: #000;
	padding-left: 0px;
	margin-left: 0px;
	background-color: #F6F6F6;
}
.ntitle {
	color: #888888;
	font-size: 18px;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top:  11px;
}
.ntitle a {
	color: #4b719e;
	text-decoration:none;
}
.ntitle a:hover {
	text-decoration: underline;
	}
	.category {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
	padding-top: 15px;
	padding-right: 10px;
}
	.LeftMenu  { padding-top: 7px; padding-bottom: 7px }
	.LeftMenu li  { background: none; padding: 0; margin: 0; }
	.LeftMenu li.on_li_menu  { background-image: url(../images/leftmenv.gif); background-repeat: no-repeat; background-position: 18px 7px; padding-bottom: 11px; padding-left: 0px }

	.LeftMenu li a	{
	background: url("../images/quick_menu.png") no-repeat left top;
	font-weight: bold;
	font-size: 8px;
	display: block;
	width: 100%; height: 21px;
	line-height: 19px;
        cursor:pointer }

	.LeftMenu li a:hover  {
	color: #85a0c0;
	text-decoration: none;
	background: #d6e2ef url("../images/quick_menu.png") no-repeat left bottom;
}
	.LeftMenu li .MenuActive { }	
