ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;padding:0;
	}
ul#css3menu1 ul{
display:none;
position:absolute;
left:0;top:100%;
border: 1px solid black;
font: normal 15px Verdana; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
padding:0 5px 5px;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1{
	font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;
	*display:inline;}
ul#css3menu1>li{
	margin:0;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;text-align:center;text-decoration:none;font: normal 15px Verdana; font-weight:bold;padding:0;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;	
	}
ul#css3menu1 ul li{
	float:none;margin:1px 5px 5px ;}
ul#css3menu1 ul a{
	text-align:left;padding:0;font: normal 15px Verdana;color:#000;text-decoration:none;}
ul#css3menu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li>a.pressed{
background:#ff8705;
color: white;text-decoration:none;}

ul#css3menu1 li.toplast>a{
display: block;
padding: 1px 0;
text-decoration: none;
width:170px;
text-indent: 5px;
}
ul#css3menu1 .stat{
display:none;
position:absolute;
left:0;top:100%;
border: 1px solid black;
font: normal 15px Verdana; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
float:left;
width:550px;
}
ul#css3menu1 .stat li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left; width:120px;}
.stat span{
	display:block;overflow:visible;padding-right:0px;}
	
ul#css3menu1 .count{
left:0;top:100%;
border: 1px solid black;
font: normal 15px Verdana; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
float:left;
width:676px;}
ul#css3menu1 .count li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left; width:158px;}
.count span{
	display:block;overflow:visible;padding-right:0px;}

