#menu {
	height: 33px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	display: block;
	z-index: 10;
	position: absolute;
	left: 0px;
	bottom: 36px;
	white-space: nowrap;
	font-size: 13px;
	line-height: 33px;
}
#menu ul {
	position: absolute;
	width: 100%;
	z-index: 20;
	display: block;
	overflow: visible;
	line-height: 31px;
	background-color: #dfdfdf;
	height: 31px;
	white-space: nowrap;
	left: 0px;
	text-align: right;
	top: 33px;
}
#menu ul li {
	display: inline;
	line-height: 31px;
	height: 31px;
}
#menu ul a {
	color: #263f52;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px !important;
	z-index: 20;
	position: relative;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 23px !important;
	width: auto;
	float: left;
	height: 23px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	margin-left: 2px;
}
#menu ul li:first-child a {
	margin-left: 6px;
}
#menu ul a.lst {
	border-right-style: none;
}
#menu ul a:hover {
	color: #000;
	background-color: #FFF;
}
#menu ul a.sel {
	color: #484848;
	background-color: #FFF;
}
#menu ul a.sel span {
	display: block;
	height: 7px;
	width: 14px;
	margin-left: -7px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-bottom: -7px;
}
#menu h3 {
	background-image: none;
	z-index: 50;
	display: block;
	width: auto;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	float: left;
}
#menu h3 a {
	display: block;
	overflow: visible;
	z-index: 50;
	white-space: nowrap;
	width: auto;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	float: left;
	position: relative;
	color: #FFF;
	padding-top: 5px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: 0px -193px;
}
#menu h3:first-child a {
	margin-left: 10px;
	background-image: none;
}
#menu h3 a:hover,  #menu h3.sel a {
	color: #257ba5;
	background-color: #FFF;
	z-index: 100;
	background-image: url(../images/home.png);
	background-repeat: repeat-x;
	background-position: 0px -65px;
}
#menu #feed_rss a {
	display: none;
	overflow: visible;
	z-index: 50;
	font-size: 11px;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 2px;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 8px;
	position: absolute;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right center;
	right: 10px;
	top: 0px;
	white-space: normal;
}
#menu #feed_rss a:hover {
	text-decoration: underline;
}
#menu #submenu_newsletters {
	text-align: right;
}
#menu #submenu_newsletters li {
	display: block;
	float: right;
	margin-right: 10px;
}
