.menu, .menuright {
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	font-size:18px;	
	background:url(images/menuleft.png) no-repeat left center;
	background-size: auto 100%;
}
.menuright {
	background:url(images/menuright.png) no-repeat left center;
}
.contoverallupfixed .menu, .contoverallupfixed .menuright {
	margin-top:0;
	margin-bottom:0;
}
.nav {
	text-align:left;
}
.menuright .nav {
	text-align:right;
}
.nav, .nav li {
	position: relative;
	margin: 0;
	padding: 0;
	z-index:110;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
.nav li {
	list-style: none;
	display:inline-block;	
}
.menuright .nav li {
	list-style: none;
	display:inline-block;
	margin-left:auto;
}
/* nav link */
.nav a, .nav a:hover, .nav a.selected, .nav a.selected:hover {
	position: relative;
	display:block;
	text-align:center;
	color:#005888;
	font-size:18px;		
 	height:70px;
	line-height:70px;	
	text-transform:uppercase;	
}
.nav a:hover, .nav a.selected, .nav a.selected:hover {
	color:black;	
}