	.combo-category {
		text-align: left;
		padding-left: 11px;
	}

	.combo-category ul {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}

	.combo-category a, .combo-category h2 {
		display: block;
		margin: 0;
		padding: 2px 3px;
	}

	.combo-category ul li a.title  {
		color: #989898;
		border: 1px solid #b7b7b7;
		font: 12px Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		text-align:left;
		background: #fff url('../images/arrow-combo1.png') no-repeat center right !important;
		/*padding: 4px 7px 3px 7px;*/
		font-weight: normal;
	}

	.combo-category a {
		color: #000 !important;
		background: #fff !important;
		text-decoration: none !important;
	}
	
	/* style the top level hover */
	.combo-category a:hover.title  {
		color: #000 !important;
		font-weight: normal !important;
	}
	
	.combo-category :hover > a.title, .combo-category ul ul :hover > a.title {
		color:#000 !important;
		background: #fff url('../images/arrow-combo2.png') no-repeat center right !important;
	}
	
	.combo-category a:hover {
		background: #316ac5 !important;
		/*background: #316ac5 url('../images/combo-scroll.png') repeat-y center right;*/
		color: #fff !important;
	}
	
	/*
	.combo-category li a.submenu {
		background: #fff url("../../images/sub.gif") no-repeat right;
	}
	.combo-category li a:hover.submenu {
		background: #ffffff url("../../images/sub.gif") no-repeat right;
	}
	*/
	
	.combo-category li {
		position: relative;
	}

	.combo-category ul ul a {
		border-top: solid 1px #dad2c0;
		padding: 2px 5px 2px 5px;
		/*text-transform: uppercase;*/
	}
	
	.combo-category ul ul {
		border-bottom: solid 1px #b7b7b7;
	}
	
	.combo-category ul ul {
		position: absolute;
		z-index: 500;
		border-left: solid 1px #b7b7b7;
		border-right: solid 1px #b7b7b7;
		font: normal 12px Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

	.combo-category ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		border: 1px solid #b7b7b7;
	}

	div.combo-category ul ul,
	div.combo-category ul li:hover ul ul,
	div.combo-category ul ul li:hover ul ul
	{display: none;}

	div.combo-category ul li:hover ul,
	div.combo-category ul ul li:hover ul,
	div.combo-category ul ul ul li:hover ul
	{display: block;}
	
	
	.combo-categoryelements  {
		margin:0;
	}

	#sidebar ul ul.combo-categoryelements  li{
		width:190px; 
		font-size:11px;
		text-indent:0px; 
		margin:0;
		padding: 0;
	}