@charset "utf-8";
/* CSS Document */

/* Menu */
#menu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li
{
	float:left;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:120%;
	margin-right:45px;
	line-height:51px;
}
#menu
{
	width:900px;;
	height:50px;
	margin:0 auto;
	position:absolute;
	top:78px;
}
#menu .active
{
	background:url(../img/menu_active.jpg) bottom center no-repeat;
}
#menu a:link,
#menu a:visited,
#menu a:active
{
	color:#194D76;
	text-decoration:none;
}
#menu .active,
#menu a:hover
{
	color:#2192CD;
}