#navpricontainer {
	width: 100%;
	height: 30px;
	background-color: #00011C;
	font-size: 14px;
}

#navpri {
	height: 30px;
	width: 1080px;
	margin: 0;
	position: relative;
} 

#navpri a {
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	float: left;
		padding: 0px 20px 0px 24px;
	min-width: 86px;
}

#navpri a.sel {
	background-color: #000060;
	color: #ffffff;	
}

#navseccontainer {
	
	height: 30px;
}

#navsec {
	height: 34px;
	width: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
}


#navsec div {
	top: -34px;
	margin: 0;
	position: absolute;
	height: 30px;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0;
	background-color: #00011C;
	
}

#navsec a {
	
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #ffffff;
	float: left;
	margin: 0;
	
	
}

#navpri .def, #navsec .def {
	font-weight: normal;
	background-color: #000060;
}

#navsec a:hover {
background-color: #000060;
	
	color: #ffffff;
}

#navpri .tooltip {
	position: absolute;
	background: url(../images/) 0 0 no-repeat;
	width: 144px;
	height: 64px;
	padding: 8px;
	color: #ffffff;
	top: -90px;
	display: none;
	font-size: 11px;
	overflow: hidden;
}

