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