﻿#primary-nav {
	width: 760px;
	background-color: #00326e;
	margin-top: -15px;
	line-height: 23px;
}

#primary-nav ul {
	list-style: none;
}

#primary-nav li {
}

.menuparent a {
	padding: 5px 20px;
	background-color: #00326e;
	color: #fff;
	margin-right: -4px;
	border-right: solid 1px #fff;
	text-decoration: none;
}



.menuactive a {
	padding: 5px 20px;
	background-color: #f37d18;
	color: #fff;
	margin-right: -4px;
	border-right: solid 1px #fff;
	text-decoration: none;
}

.menuactive a:hover {
	padding: 5px 20px;
	background-color: #f37d18;
	color: #fff;
	margin-right: -4px;
	border-right: solid 1px #fff;
	text-decoration: none;
	cursor: default;
}



.menuparent a:hover {
	padding: 5px 20px;
	background-color: #f37d18;
	color: #fff;
	margin-right: -4px;
	border-right: solid 1px #fff;
}

.menuCont {
}

.menuactive{
	display: inline;
	list-style: none;
	padding: 5px 0;
	line-height: 23px;
	font-size: 11px;
	border-right: solid 1px #fff;
		background-color: #f37d18;
}

.menuparent {
	display: inline;
	list-style: none;
	padding: 5px 0;
	font-size: 11px;
	border-right: solid 1px #fff;
}

.last, .last a, .last a:hover {
	border-right: solid 1px #00326e;
}



/*Footer*/
#footerMenuCont {
	height: 38px;
}
#footerLogo {
	width: 95px;
	height: 34px;
	display: inline;
	margin-right: 50px;
}
#footerMenu {
	display: inline;
	font-style: italic;
	padding-bottom: 10px;
}


/*SUBMENU*/
.subMenuItem {

}
.subMenuItem a, .L0active, .L1active, .L2active, .L3active {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 6px;
	color: #231f20;
}

/*Level 0*/
a.L0 {
	color: #f37d18;
}

a.L0notactive {
	color: #00326e;
}


.L0active {
	color: #f37d18;
}

a.L0, a.L0notactive, .L0active {
	background-image: url("/web/design/images/sub-menu-bullet.png" );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

/*Level 1*/
.L1active {
	color: #f37d18;
}
a.L1notActive {
	color: #00326e;
}


a.L1 {
	color: #f37d18;
}

.L1active, a.L1notActive, a.L1 {
	margin-left: 15px;
	font-size: 11px;
}

/*Level 2*/
a.L2notActive, .L2notActive, .L2active, a.L2 {
	margin-left: 16px;
	font-size: 10px;
}

a.L2notActive, .L2notActive {
	color: #00326e;
}
.L2active {
	display: block;
	text-decoration: none;
	color: #f37d18;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a.L2 {
	color: #f37d18;
}


/*Level 3*/

a.L3notActive, .L3notActive, .L3active {
	margin-left: 33px;
}

a.L3notActive, .L3notActive {
	color: #bcbdc0;
	font-size: 10px;
	color: #00326e;
}
.L3active {
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #f37d18;
	padding-bottom: 6px;
}
