@charset "utf-8";
/*************meniu*****************/

#meniu ul {
	margin: 0 0;
	padding:0 0;
	list-style-type: none;
}
#meniu li.first a {
	background-image: url(../images/menu1-up.jpg);
	display:block;
	width:150px;
	height:78px;
	float:left;
	line-height: 75px;
	text-decoration: none;
	color:#fff;
}
#meniu li.first a:hover {
	background-image: url(../images/menu1-down.jpg);
	text-decoration:none;
}
#meniu li.last a {
	background-image: url(../images/menu3-up.jpg);
	display:block;
	width:150px;
	height:78px;
	float:left;
	line-height: 75px;
	text-decoration: none;
	color:#fff;
}
#meniu li.last a:hover {
	background-image: url(../images/menu3-down.jpg);
	text-decoration:none;
}
#meniu li.middle a {
	background-image: url(../images/menu2-up.jpg);
	display:block;
	width:150px;
	height:78px;
	float:left;
	line-height: 75px;
	text-decoration: none;
	color:#fff;
}
#meniu li.middle a:hover {
	background-image: url(../images/menu2-down.jpg);
	text-decoration:none;
}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
}
#cssdropdown li {
float: left;
position: relative;
}
.subuls {
	display: none;
	width: 150px;
	height: auto;
	top: 78px;
	left:0px;
	position: absolute;
	margin: 0;
	z-index: 9999;
}
#meniu li.middle .subuls li{
	width: 150px;
	float: left;
	height: 30px;
	border-top: 1px solid #5F2C0F;
}
#meniu li.middle .subuls li a{
	width: 150px;
	float: left;
	height: 30px;
	color: #FFDD9A;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	background-image:url(../images/submeniu.jpg);
}
#meniu li.middle .subuls li a:hover{
	color: #fff;
	text-decoration: none;
	background-image:url(../images/submeniu.jpg);
}

#cssdropdown li>.subuls { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 78px;
	left: 0;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}
