#navpri
{
	border-bottom: 8px solid #ff1c24;
	margin: 35px 22px 0px 22px;
	height: 25px;
}

#navpri ul li {
	float: left;
	height: 25px;
	margin-right: 3px;
	background:  #58595b url(../images/corner-top-right-grey.png) no-repeat right top;
}


#navpri ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 25px;
	text-align: center;
	font-size: 11px;
	padding-top: 2px;
	background: url(../images/corner-top-left-grey.png) no-repeat left top;
}


#navpri ul li a:hover {
	color: #ff1c24;
	text-decoration: none;
}

#navpri ul li a.active {
	color: #ff1c24;
	text-decoration: none;
}

#navsec
{
	height: 35px;
	background: url(../images/navsec-bottom.png) no-repeat bottom left;
	
}

#navsec ul
{
	margin: 5px 0 0 25px;
	padding: 0;
}

#navsec ul li {
	float: left;
	margin-left: 3px;
}


#navsec ul li a {
	color: #ff1c24;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	padding: 0px 10px 0 10px;
	background: url(../images/divider.png) no-repeat right center;
}


#navsec ul li a:hover {
	text-decoration: none;
	font-weight: bold;
}

#navsec ul li a.active {
	font-weight: bold;
	text-decoration: none;
}