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

#html, body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 980px;
	height: 100%;
	margin: auto;
	background:#CCCCCC;
}
#nav-menu {
	margin-left: 50px;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li {
	float: left;
	margin: 0 0.15em;
}
#nav-menu li a {
	background: #1B2C4F bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 220px;
	display: block;
	border: 0.1em solid #dcdce9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-decoration: none;
	text-align: center;
}
#nav-menu a:visited {
	text-decoration: none;
	color: #F3DE01;
}
#nav-menu a:active {
	text-decoration: none;
	color: #00C;
}
#nav-menu a:hover {
	background: #3960A5 bottom left repeat-x;
	color: #FFF;
}
/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */

#nav-menu {
	width: 50em;
}
