div.navigation_menu {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.navigation_menu {
    margin: 0 0 0 0;
	width: 100%;
	display: table;
	padding: 0 0 0 0;
}

ul.navigation_menu li {
    display: table-cell;
	width: 33%;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #BBB;
}

ul.navigation_menu.nav_top li:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
}

ul.navigation_menu.nav_top li:last-child {
	-webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius:4px;
    -moz-border-bottom-right-radius:4px;
}

ul.navigation_menu.nav_bottom li:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
}

ul.navigation_menu.nav_bottom li:last-child {
	-webkit-border-top-right-radius: 4px;
    border-top-right-radius:4px;
    -moz-border-top-right-radius:4px;
}

ul.navigation_menu li a,
.customStyleSelectBox {
/* 	float: left; */
/* 	height: 2em; */
	font-size: 1em;
    line-height: 0.5em;
	text-decoration: none;
	color: black;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	text-shadow:1px 1px 0px #ffffff;
}
/*ul.navigation_menu li a span,
ul.navigation_menu li a label {
	display: none;
}*/

ul.navigation_menu li a.prev {
/* 	background-image:url('img/leftarrow32.png'); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 2em;
	display: block;
	width: 100%;
}
ul.navigation_menu li a.prev.disabled,
ul.navigation_menu li a.prev.diff-text {
/* 	background-image:url('img/leftarrow32_disabled.png'); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 2em;
	display: block;
	width: 100%;
	color: gray;
}

ul.navigation_menu li a.next {
/* 	background-image:url('img/arrowright32.png'); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 2em;
	display: block;
	width: 100%;
}
ul.navigation_menu li a.next.disabled {
/* 	background-image:url('img/arrowright32_disabled.png'); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 2em;
	display: block;
	width: 100%;
}

a.nav_jump_to {
/* 	background-image:url('img/turnright32.png'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 2em;
	width: 100%;
	display: none;
}

select.nav_jump_select {
	width: 60px !important;
    height: 30px !important;
}

div.jump_form {
	background: #BBB;
	height: 1.5em;
	max-width: 40%;
/* 	float: right; */
/* 	padding: 0.2em 0.2em 0.2em 0.2em; */
	position: absolute;
	left: 10%;
	display: table;
}

.jump_form_input {
	display: table-cell;
}
.jump_form_submit {
	display: table-cell;
}

/*.customStyleSelectBox {
/ * 	background-image:url('img/turnright32.png'); * /
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 2em;
	width: 100%;
	padding-top: 2em;
	font-size: 0.5em;
}*/

a.nav_search {
/* 	background-image: url('img/search32.png'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 2em;
	width: 100%;
}

.search_form_input {
	display: table-cell;
	margin-right: 0.2em;
}
.search_form_submit {
	display: table-cell;
}

div.search_form {
	background: #BBB;
	height: 1.5em;
/* 	float: right; */
/* 	padding: 0.2em 0.2em 0.2em 0.2em; */
	max-width: 40%;
	position: absolute;
	right: 10%;
	display: table;
}

div.encapsulate_bottom {
	position: relative;
	height: 2em;
	margin: 0 0 0 0;
}

div.encapsulate {
	display: none;
	position:relative;
	margin: 0 0 0 0;
}

div.nav_top {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;

	-webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius:4px;
    -moz-border-bottom-right-radius:4px;
	
	margin-top: 0;
	top: 0;
}

div.nav_bottom {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;

	-webkit-border-top-right-radius: 4px;
    border-top-right-radius:4px;
    -moz-border-top-right-radius:4px;
	
	margin-bottom: 0;
	bottom: 0;
}

/*div.search_form.nav_bottom {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	
	-webkit-border-top-right-radius: 4px;
    border-top-right-radius:4px;
    -moz-border-top-right-radius:4px;
}*/

/*div.search_form form {
	float: left;
}*/

div.navigation {
    font-family: serif;
    text-align: center;
	font-size:1.8em;
	font-weight:500;
	background: #96764F;
	color: white;
	padding: 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0em 0.2em 0em 0.2em;
}

div.navigation .nav_title {
	padding: 0.5em;
}