#primary-nav {
	width: 250px;
	background-color: #9a9a9a;
	border-top: solid 2px #fff;
	margin-top: 3px;
	margin-bottom: 100px;
}

#primary-nav ul {
	list-style: none;
	margin-left: 0;
}

.topMenu li a, .topMenu li a:hover {
	display: block;
	width: 235px;
	border-bottom: solid 2px #fff;
	padding-left: 15px;
}

.topMenu li a, .topMenu li a:hover {
	text-decoration: none;
	color: #000;
	padding-top: 4px;
	padding-bottom: 1px;
}

.topMenu li a:hover {
	background-color: #ff0133;
}

#primary-nav a, #primary-nav a:hover {
}

/*SUBMENU*/
.subMenuItem a, .L1active, .L2active, .L3active {
	display: block;
	background-color: #666;
	text-decoration: none;
	color: #231f20;
}


/*Level 1*/
.L1active {
	color: #fff;
	background-color: #666;
	width: 250px;
}
.L1notActive {
	width: 250px;
}
.childshowing, .childshowing a:hover {
	color: #f37d18;
	background-image: url( "/web/design/images/arrow-down.png" );
	width: 250px;
}
.childshowingcurrent, .childshowingcurrent a:hover {
	color: #fff;
	background-image: url( "/web/design/images/arrow-down-current.png" );
	width: 235px;
	background-color: #666;
	border-bottom: solid 2px #fff;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 15px;
}


.toplevelcurrent .haschild, .toplevelcurrent .haschild a:hover {
	color: #f37d18;
	background-image: url( "/web/design/images/arrow-down.png" );
	width: 250px;
}

.haschild, .haschild a:hover {
	color: #f37d18;
	background-image: url( "/web/design/images/arrow-right.png" );
	width: 250px;
}

/*Level 2*/
a.L2notActive, .L2notActive, .L2active, a.L2 {
	background-color: #cfcfcf;
}

.L2active {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #666;
}

a.L2 {
	color: #f37d18;
}

/*Level 3*/
a.L3notActive, .L3notActive {
	color: #bcbdc0;
}

.L3active {
	display: block;
	text-decoration: none;
	color: #f37d18;
}

a.L1notActive, a.L2notActive, .L3notActive {
	color: #00326e;
}

.leftCont .L1active a, .leftCont .L2active a, .leftCont .L3active a {
	color: #fff;
}

