nav {
	max-width: 1198px;
	background-color: #236aa7;
	background-image: url("../images/website/footer.png");
	background-repeat: repeat;
	margin: 0 auto;
	
	border-style: solid;
	border-color: #CCC;
	border-width: 1px;
	-webkit-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

nav ul {
	margin: 0px auto;	
	min-height: 42px;
	height: auto;
	padding: 0px;
	padding-bottom: 3px;		
}

nav li {
	color: #FFF;
	float: left;
	list-style-type: none;
	list-style-image: none;
	
	width: auto;
	
	margin: 0px;
	text-align: center;
	
	border-style: none;
	border-width: 0 1px 0 0;
}

nav .hoverdiv  {
	display:block;
	height: 3px;
	background-color: #c4005b;
	opacity: 0;
}

nav a {
	display: block;
	height: 100%;
	font-family: Roboto;
	padding: 10px;
	font-size: 1.1em;
	padding: 10px 30px 10px 30px;
}

nav li:hover {
}

nav a, nav a:visited, nav a:hover, nav a:focus{
	color: inherit;
	text-decoration: none;
	font-family: Roboto;
}

@media screen and (max-width: 925px) {	
	nav li{
		width: 100%;
		float: none;
		margin: auto;
		border-style: none;
	}
}