@charset "utf-8";
/* CSS Document */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* INTERNET EXPLORER 5.0 */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 179px;
	border-bottom: 1px solid #ccc;


	}
ul li {
	height:30px;
	position: relative;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:no-repeat;
	}
li ul {
	position: absolute;
	left: 178px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	padding: 3px;
	border-bottom: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;

	}
li:hover ul { display: block; }
li:hover ul, li.over ul { 
	display: block; }