/* Navigation Definitions */

#firstnav {
	text-align: justify;
	width: 100%;
}

.navlevel1 {
	width: 100%;
	text-align: justify;
}


.navlevel1_item {
	padding-top: 4px;
	float: left;
}
.navlevel1_item a {
	text-decoration: none;
	font-weight: bold;
	color: #F7BFE0;
}

.navlevel1_active {
	padding-top: 4px;
	float: left;
}

.navlevel1_active a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

/** Secondary Navigation */

/* Sencodary Navigation */
#secnav{
	background-color: #DFDFDF;
}

.menulinel2 {
	width: 100%;
	height: 1px;
	background-color: #DFDFDF;
	text-align: right;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
}
.menulinel3 {
	width: 100%;
	height: 1px;
	text-align: right;
	font-size: 1px;
	background-color: #858789;
}
.menulinel4 {
	width: 100%;
	height: 1px;
	text-align: right;
	font-size: 1px;
	background-color: #858789;
}

.l2item {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 143px;
	padding-left: 15px;
}
.l2item a {
	color: #DE0083;
	text-decoration:none;
}
.l2active {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 143px;
	padding-left: 15px;
	background-color:#858789;
}
.l2active a {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

.l3spacer {
	width: 158px;
	background-color:#858789;
}

.l3item {
	margin-left: 6px;
	width: 143px;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #DFDFDF;
}

.l3item a {
	text-decoration: none;
	color: #DE0083;
	font-weight: bold;
}


.l3active {
	margin-left: 6px;
	width: 143px;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #DFDFDF;
}

.l3active a {
	text-decoration: none;
	color: #DE0083;
	font-weight: bold;
}

.l3last {
	width: 100%;
	height: 1px;
	font-size: 1px;
	background-color:#858789;
}


.l4spacer {
	width: 158px;
	background-color:#858789;
}

.l4item {
	margin-left: 6px;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 143px;
	padding-left: 9px;
}

.l4item ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.l4item ul li{
	list-style-image: url(/layout/images/l4bullet.gif);
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
}


.l4item a{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.l4active {
	margin-left: 6px;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 143px;
	padding-left: 9px;
}

.l4active ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.l4active ul li{
	list-style-image: url(/layout/images/l4bullet.gif);
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
}


.l4active a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


/** Definitions for the bottom of the Menu */
#menubottom {
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	background-color: #DFDFDF;
	height: 100%;
}
