@charset "iso-8859-1";
#menucontent {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 62px;
	position: relative;
	margin-top: -43px;
	overflow: hidden;
	margin-bottom: 4px;
}
.ilmenu {
	line-height: 31px;
	display: block;
	clear: both;
	height: 31px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/home.png);
	background-position: -440px 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ilmenu li {
	line-height: 31px;
	clear: none;
	float: left;
	display: block;
}
.ilmenu li a {
	font-size: 12px;
	line-height: 31px;
	color: #FFF;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Arial, Tahoma, "Microsoft Sans Serif";
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../images/home.png);
	background-position: right 0px;
	background-repeat: repeat-x;
	display: block;
	height: 31px;
	text-decoration: none;
	clear: none;
	float: left;

}
.ilmenu li a:hover,
.ilmenu li.sel a{
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #000;
	text-decoration: none;
}
.ilsubmenu {
	line-height: 31px;
	display: block;
	clear: both;
	height: 31px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ededed;
	left: 0px;
	top: 31px;
	position: absolute;
	float: left;
}
.ilsubmenu li {
	line-height: 31px;
	clear: none;
	float: left;
	display: block;
}
.ilsubmenu li a {
	font-size: 11px;
	line-height: 31px;
	color: #000;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Arial, Tahoma, "Microsoft Sans Serif";
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	height: 31px;
	text-decoration: none;
	clear: none;
	float: left;

}
.ilsubmenu li a:hover,
.ilsubmenu li.sel a{
	background-repeat: repeat-x;
	background-position: 0px 27px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/home.png);
}
#menu_feed {
	position: absolute;
	z-index: 200;
	top: 2px;
	right: 5px;
	display: block;
	height: 28px;
	font-size: 11px;
	line-height: 29px;
	color: #FFF;
	background-image: url(../images/icons/rss.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 15px;
	margin-right: 5px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Arial, Tahoma, "Microsoft Sans Serif";
}
#menu_feed:hover {
	background-image: url(../images/icons/rss2.gif);
}

