@charset "utf-8";
#menu{
	position: relative;
	clear: both;
	margin: auto;
	text-align: center;
	width: 880px;
}
#menu ul{
	list-style-type: none;
	padding-left: 2px;
}
#menu li{
	display:inline;
}
#menu li a{
	text-decoration: none;
	display: block;
	float:left;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 35px;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 16px;
	position:relative;
}
#menu .hover{
	background-image: url(../img/default/default_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
	position:absolute;
	opacity: 0;
	top: 0px;
	left: 0;
	height: 51px;
	width: 100%;
}
#menu strong{
	font-size: 17px;
	font-weight: normal;
}
.menu-text{
	position:relative;
	z-index:100;
	width: 200px;
	color: #cbeaf3;
}
#menu-activ{
	position:relative;
	z-index:100;
	width: 200px;
}
.menu-activ{
	background-image: url(../img/default/default_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}
#menu-pozadi{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1d4e61;
	border-bottom-color: #1d4e61;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#menu-pozadi-in{
	height: 47px;
	width: 100%;
	background-color: #0e394a;
	display: block;
	left: 0px;
	top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0d3342;
	border-bottom-color: #0d3342;
}
