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

#nav
{
	padding:0;
	width:850px;
	vertical-align: top;
}

#nav li
{
display:inline;
}

#nav li a
{
	font-family:Arial;
	font-size:30px;
	text-decoration: none;
	float:left;
	padding:10px;
	background-color: #333333;
	color:#ffffff;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

#nav li a:hover
{
	background-color:#008EEE;
	padding-bottom:30px;
	border-bottom:2px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	margin:-1px;
}

#region {
	width: 849px;
}
