#menu{
	position: relative;
	width: 200px;
	min-height: 138px;
	height: auto !important;
	height: 208px;
	margin-top: 30px;
}

.level0 .item a {
	display: block;
	width: 190px;
	min-height:14px;
	height:auto !important;
	height:20px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: #ff0000;
	padding:3px 5px 3px 5px;
}
.level0 .item a:hover {
	background: #ff002a url(images/triangle.jpg) right center no-repeat;
}

.level1 .item a {
	display: block;
	width: 185px;
	min-height:14px;
	height:auto !important;
	height:20px;
	border-bottom: 1px solid  #cc0000;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: #ff0000;
	padding:3px 10px 3px 5px;
	
}
.level1 .item a:hover {
	background: #ff002a url(images/triangle.jpg) right center no-repeat;
}

.level2 .item a {
	display: block;
	width: 185px;
	min-height:14px;
	height:auto !important;
	height:20px;
	
	border-bottom: 1px solid  #cc0000;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: #ff0000;
	padding:3px 10px 3px 5px;
	
}
.level2 .item a:hover {
	background: #ff002a url(images/triangle.jpg) right center no-repeat;
}
