ul.menu {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: .73em;
	list-style: none;
	width: 193px;
	border-bottom: 1px solid #e1e1e1;
	}

ul.menu li {
	position: relative;
	}

li.menu ul {
	position: absolute;
	left: 192px;
	top: 0;
	display: none;
	}

ul.menu li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 3px;
	border: 1px solid #e1e1e1;
	border-bottom: 0;
	}

ul.menu li a:hover {
	display: block;
	text-decoration: none;
	color: #850d0d;
	background: #fff;
	padding: 3px;
	border: 1px solid #e1e1e1;
	border-bottom: 0;
	}

li:hover ul, li.over ul.menu { 
	display: block;

 }


/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */


h1 {
	text-align: center;
	font-family: Arial, Verdana, sans;
	color:#0000ff;
	font-size:150%;
	margin-bottom:10px;

}
