@charset "utf-8";
body {
	text-align: justify;
	color: #FFFFFF;
	background: #000080;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
}
#header {
	margin: 0 auto;
	width: 900px;
	border: 3px outset #000000;
	background: url(IMG/header.jpg) no-repeat;
	color: #FFFF00;
	height: 300px;
}
#main {
	margin: 0 auto;
	width: 900px;
}
#footer {
	margin: 0 auto;
	padding-top: 5px;
	width: 50%;
	border-top: 3px solid #333333;
	clear: both;
}


ul {
	float:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px;}
	
ul li{	
	position: relative;}
	
li:hover ul {
	display: block;
}
li:hover ul, li.over ul {
	display: block;
}
li ul {
	position: absolute;
	left: 149px;
	top: 0px;
	display: none;

}
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 5px;
	border: 1px solid #777777;
	background-color: #800000;
}


/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
}
* html ul li a { height: 1%; }

