#CSSMenu1 {
	
}

/* Level 1 */
#CSSMenu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	/* background-image: url(../img/gradient_background.gif); */
	background-repeat: repeat-y;
	background-position: top right;
}
	#CSSMenu1 ul li {
		border-bottom: 1px solid white;
	}
	#CSSMenu1 ul li.first {
		background: transparent url(../img/corner_top-left.gif) no-repeat scroll left top;
	}
	#CSSMenu1 ul li.last {
		background: transparent url(../img/corner_bottom-left.gif) no-repeat scroll left bottom;
		border-bottom: 0px;
	}
	#CSSMenu1 ul li ul li.first, #CSSMenu1 ul li ul li.last {
		background: none;
	}
	#CSSMenu1 ul li a {
		display: block;
		background: transparent url(../img/bullet.gif) no-repeat scroll left center;
		padding-left: 20px;
		margin-left: 20px;
		
		min-height: 31px;
		height: 	auto !important;
		height: 	31px;
		line-height: 31px;

		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	#CSSMenu1 ul li a:hover {
		text-transform: underline;
	}
	#CSSMenu1 ul li a.Selected {
		
	}

/* Level 2 */
#CSSMenu1 ul li ul {
	display: none;
	border-top: 1px solid white;
}
	#CSSMenu1 ul li ul li {
		padding: 0;
	}
	#CSSMenu1 ul li ul li a {
		display: block;
		background: #aab0b2 url(../img/bullet_small.gif) no-repeat scroll left center;
		padding-left: 10px;
		margin-left: 40px;
		
		font-weight: normal;
		text-decoration: none;
	}
	#CSSMenu1 ul li ul li a:hover {
		
	}
	#CSSMenu1 ul li ul li a.Selected {
		
	}

/* Level 3 */
#CSSMenu1 ul li ul li ul {
	display: none;
	border: 0;
	padding-bottom: 10px;
}
	#CSSMenu1 ul li ul li ul li {
		border: 0;
	}
	#CSSMenu1 ul li ul li ul li a {
		background: none;
		padding-left: 20px;
		min-height: 19px;
		height: 	auto !important;
		height: 	19px;
		line-height: 19px;
		text-transform: none;
	}
	#CSSMenu1 ul li ul li ul li a:hover {
	}
	#CSSMenu1 ul li ul li ul li a.Selected {
	}