#header {
	height:250px;
	background:url("images/header.jpg") no-repeat left top;
	position:relative;
}

#header .top_link{display: inline; float: right; padding: 10px 80px 0 0; position:relative; z-index: 10;}

#header .top_link a{display: inline; float: left; height: 15px;  margin: 0 10px 0 0; cursor: pointer;}

#header .top_link a.home{background: url('/images/home.png') no-repeat; width: 17px;}

* html #header .top_link a.home{background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home.png', sizingMethod='crop');}

#header .top_link a.roz{background: url('/images/roz.png') no-repeat; width: 21px;}

* html #header .top_link a.roz{background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/roz.png', sizingMethod='crop');}

#header .top_link a.env{background: url('/images/env.png') no-repeat; width: 16px;}

* html #header .top_link a.env{background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/env.png', sizingMethod='crop');}

.menu{
	background: #dfe2ec;
	width: 1000px;
	height: 22px;
	border: 1px solid #ccd2e1;
	border-left: 0;
	border-right: 0;
}

.menu ul{
	list-style: none;
	margin-left: 295px;
	margin-top: 4px;
}

.menu ul li{
	display: block;
	float: left;
}

.menu ul li a{
	font: bold 12px Arial;
	text-decoration: none;
}

.menu ul li span{
	display: inline;
	margin: 0 7px;
	font-weight: bold;
}
