﻿/** Menus **/
.crossSite
{
	float: right;
	background-color: #44737e;
	width: 352px;
	padding: 10px;
	color: #fff;
	border-left: #518490;
	text-align :center;
}

.priMenu
{
	font-weight: bold;
	font-size: 14px;
	margin-left: 12px;
	color: #fff;
	padding: 4px;
}

.priNav
{
	width: 180px;
	min-height: 162px;
	background-color: #44737e;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.subnav a
{
	font-size: 12px;
	line-height: 20px;
}

.subnav
{
	text-align: left;
	padding-top: 2px;
	border-left: #d5d5d5 1px solid;
	padding-left: 10px;
}

.hasAbove
{
	border-top: 1px solid #59838c;
}
.hasBelow
{
	border-bottom: 1px solid #3d6670;
}

.navSep
{
	color: #7abac9;
}

