#navpri
{

 border-bottom: 2px solid #a7a8aa;
 height: 139px;
 background: white;
}

#navpri ul
{
	float: right;
	margin-top: 107px;
	margin-right: 20px;

}

#navpri ul li
{
	display: block;
	float: left;
	width: 94px;
	height: 35px;
}
#navpri ul li a
{
	display: block;
	width: 84px;
	height: 35px;
	font-size: 90%;
	line-height: 12px;
	text-align: center;
	background: url(../images/tab-off.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#navpri ul li.active a
{
 background: url(../images/tab-on.png);
 background-repeat: no-repeat;
 background-position: center top;
 color: #a7a8aa;
}
#navpri ul li a:hover
{
 background: url(../images/tab-on.png);
 background-repeat: no-repeat;
 background-position: center top;
 color: #a7a8aa;
}

#navsec
{
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
	width: 200px;
}

#navsec h2
{
	
	color: #adc316;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

#navsec ul
{
	padding:0;
	margin: 0;
}

#navsec ul li{
	padding-bottom: 15px;
}

#navsec ul li a{
	text-decoration: none;
	line-height: 12px;
}

#navsec ul li a.active {
	text-decoration: none;
	color: #adc316;
	font-weight: bold;
}
#navsec ul li a:hover {
	text-decoration: none;
	color: #adc316;
	font-weight: bold;
}
