#header
{
	background-image: url(../images/header_summer.jpg);
	background-repeat: no-repeat;
	width: 979px;
	height: 238px;
}

a
{
	color: #003366;
}

	a:hover
	{
		color: #056CD2;
	}



/* Main menu   */


#main-menu
{
	float: left;
	background: #BFD5ED;
	width: 181px;
}

#main-menu ul
{
	margin-top: 15px;
}

#main-menu li.active
{
	background-image: url(../images/main_menu_active_spring.jpg);
	background-repeat: no-repeat;
	width: 181px;
	height: 25px;
}

#main-menu ul li a
{
	text-decoration: none;
	font-weight: normal;
	color: #245F9C;
	font-size: 14px;
	margin-left: 20px;
}

#main-menu ul li a:hover
{
	text-decoration: underline;
}

#main-menu li a.active_link
{
	color: #555;
	font-weight: bold;
}


#main-menu li
{
	background-image: url(../images/main_menu_passive_spring3.jpg);
	background-repeat: no-repeat;
	width: 181px;
	height: 25px;
	margin: 0px 0 0 0;
	padding-top: 3px;
}