#menu-wrapper {
	width:960px;
	margin:0 auto;
	height:0;
	padding:1px 0;
}
#menu-wrapper select{
	border:1px solid black;
}
#sf-menu-wrapper{
	width:960px;
	height:30px;
	position:absolute;
	z-index:1;
	left:auto;
	right:auto;
	margin:0;
	/*border:1px solid orange;*/
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height:	.5;
	position:		absolute;
	top:			111px;
	left:			233px;
	font-size:1.25em;
	margin:0;
	/*border:1px solid black;*/
}
.sf-menu li {
	position: relative;
	height: 28px;
}
.sf-menu li li {
	height:			auto;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 20em;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	border-top: 1px solid white;
}
.sf-menu a {
	padding: .75em 1.6em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #fff;
}
.sf-menu li {
	background-image:url(../img/bg_nav.gif);
	background-repeat:repeat-x;
}
.sf-menu ul li {
	background: #fadc68;
	color: #1c5079;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	text-align: left;
}
.sf-menu ul li a {
	color: #1c5079;
}
.sf-menu ul ul li {
	background: #fadc68;
	color: #1c5079;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	text-align: left;
}
.sf-menu ul ul li a {
	color: #1c5079;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background:#fae8a3;
	color: #1c5079;
	outline: 0;
}
.sf-menu li a:hover,
.sf-menu li.sfHover a {
	color: #1c5079;
}

/*** arrows (for all except IE7) **/
.sf-arrows ul .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -5px;
	margin-right: -3px;
	width: 10px;
	height: 10px;
	background: url('../img/arrows-ffffff.png') no-repeat -0px -0px;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #1c5079;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/**/#topmenu-wrapper{
	
	width:960px;
	position:absolute;
	height:127px;
	/*border:1px solid purple;*/
	margin:0 -100px 0 0;
	
}

.topmenu {
	position:absolute;
	top:83px;
	left:251px;/**/
	list-style:none;
	padding:0;
	margin:0;
	width:707px;
	font-size:1.25em;
	/*border:1px solid yellow;*/
	}

.topmenu li{
	float:left;
	padding-right:30px;/**/
}

.topmenu li.translate{
	padding-right:0;/**/
	float:right;
}
.topmenu a{
	color:#25750f;
	text-decoration:none;
}
.topmenu a:hover{
	text-decoration:underline;
}