@charset "utf-8";
#menu-esq {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	}


ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 169px;
	top: 0;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	color: #666666;
	}

li a:hover {
	color: #999999;
}

	
li:hover ul, li.over ul {
	display: block;
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

	
