.menu,.menu nav{
	margin: auto!important;
	width: 980px;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
nav ul,nav ul li{padding:0px;margin:0px;}
nav ul ul{display:none;}
nav ul li:hover > ul{display: block;}
nav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	height: 30px;
	
}
nav ul li:first-child{
	padding-left: 0px!important;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
nav ul li {float:left;padding:0px;margin:0px;}
nav ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-color: #042c4a;
	margin: 0px;
	
	
	
}
.bottom{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
nav ul li:last-child a{
	border-right-width: 1px;
	border-right-style: solid;
	
}
nav ul li a:hover {
	color: #333333;
	background-color: #CCCCCC;
	font-weight: bold;
	
}
nav ul:after {content:""; clear: both; display: block;}
nav ul ul {
	border-radius: 0px;
	padding: 0px;
	position: absolute;
	top: 100%;
	width: 220px;
	/*background-color: #999999;*/
}
nav ul ul li {float: none;border-bottom:1px solid #ffffff;position: relative;}
nav ul ul li:first-child a{border-top:solid 1px #ffffff;}
nav ul ul li a {
	color: #fff;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}	
nav ul li ul li a:hover {
	color: #FFFFFF;
	/*background-color: #999999;*/
	background-repeat: no-repeat;
	background-position: 5px 10px;
	
}
nav ul ul ul {position: absolute; left: 100%; top:0;}
nav ul li ul li ul li{}
