@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	font-weight: bold;	
	}
ul li {
	position: relative;

	}
li ul {
	position: absolute;
	left: 129px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #6F2026;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	height:14px;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -khtml-opacity: 0.7;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	border-bottom: 1px solid #ccc;
	}

li:hover ul { 
display: block;
}
li:hover ul, li.over ul { 
display: block;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { 
float: left; 
height: 1%;
}
* html ul li a { 
height: 1%; 
}
/* End */
-->


