@charset "UTF-8";
/* CSS Document */

ul {
	margin: 0;
	padding: 0;
	padding-left: 1px;
	padding-right: 1px;
	list-style: none;
	background: #0077c0;
	

	
}
ul li {
	position: relative;
	float: left;
        width: 88px;
		padding-left: 2px;
}
li ul {
	position: absolute;
	top: 30px;
	display: none;
	background: #0077c0;
	
	
}
ul li a {
	font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;display: block;
	text-decoration: none;
	line-height: 20px;
	color: #fff;
	padding: 5px;
	background: #0077c0;
	margin: 0 2px;
	
	
}

ul li a:hover { background:  #002559;
color: #fff;

 }
li:hover ul, li.over ul { display: block; }