/* The Navigation */
.navigation {
	position:relative;
	top: 1px;
	left: 2px;
	border: 0px solid #000000;
	width: 940px;
	height:20px;
	padding:5px 0px 0px 0px;
}

.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
}

.navigation a:hover {
	text-decoration:underline;
}


#navcontainer {
float: left;
}

* html #navcontainer { margin-right: 15px;}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul {
    margin: 0;
    padding: 0 0 0 0;
    color: #FFFFFF;
    font-size: 1.0em;
    letter-spacing: 0px;
    font-weight: bold;
}

#navcontainer ul li a {
	font-size: 1.0em;
	position: relative;
	top: -3px;
    text-align: center;
    padding: 5px 16px 0px 16px;
    width: auto !important;
    height: 23px;
   	background: url(images/separatorhover.gif) no-repeat right;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    text-transform:uppercase ;
}

#navcontainer ul li a:hover {
    padding: 8px 16px 0px 16px;
    position: relative;
    top: -6px;
    text-align: center;
    font-size: 1.0em;
    background:url(images/navhover.gif) repeat-x;
    color: #FFFFFF;
    height: 23px;
}

#navcontainer ul li a.starter_active {
    padding: 8px 16px 0px 16px;
    position: relative;
    top: -6px;
    text-align: center;
    font-size: 1.0em;
    background: url(images/navactive.gif) repeat-x top;
    color: #FFFFFF;
    height: 23px;
}

#navlist li a:hover, #navlist li a.starter_active {
    color: #7aa347;
    text-decoration: none;
    text-align: left;
}

/*-----------SUBNAVIGATION-----------*/
#subnavigation {
    display:block;
	position: relative;
	left: -10px;
	top: -12px;
	width: 180px;
	height: auto !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;

}

#subnavigation ul {
    display:block;
	width: 180px;
	padding: 0px;
    margin: 0px;
	list-style: none;
 	border-top: 0px solid #e9e9e9;
}

#subnavigation li {
    display:block;
	width: 180px;
    padding:0px;
    margin: 0px;
	list-style: none;
    border-top: 0px solid #E33E5C;
}

#subnavigation ul li.level2 {
    display:block;
	width: 180px;
	height: auto !important;
    height: 30px;
    padding:0px;
    margin: 0px;
    background: url(images/subnaviback.gif) no-repeat;
    border-bottom: 1px solid #e9e9e9;
}

#subnavigation ul li.level2 a {
    display:block;
    padding: 5px 4px 5px 13px;
    width: 160px;
	color: #7ba247;
	height: auto !important;
	height: 17px;
	font-weight: normal;
}

#subnavigation ul li.level2 a:hover, #subnavigation ul li.level2 a.active {
    display:block;
    padding: 5px 4px 5px 13px;
    color: #898989;
    width: 160px;
    background: url(images/subnavihover.gif) no-repeat;
    text-decoration: none;
}




/*-----------LEVEL 3-----------*/
#subnavigation ul li.level3 {
	width: 180px;
	height: 20px;
	border-bottom: 0px solid #e9e9e9;
	color: #7ba247;
	font-size: 0.9em;
}

#subnavigation ul li.level3 a {
	display: block;
	padding: 1px 0px 1px 23px;
	color: #7ba247;
	font-weight: normal;
}

#subnavigation ul li.level3 a:hover, #subnavigation ul li.level3 a.active {
	color: #898989;
	padding: 1px 0px 1px 23px;
}


/*-----------LEVEL 4-----------*/
#content_subnavbar {
	width: 540px;
	padding: 9px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 20px;
	border: 0px solid #ff0000;
}

#content_subnavbar ul {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #7ba247;	
        float: left;
}

#content_subnavbar ul li{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#content_subnavbar ul li a{
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #7ba247;
	list-style: none;
	display: block;
	font-size: 0.9em;
	color: #7ba247;
}

#content_subnavbar ul li a.activelast_item, #content_subnavbar ul li a.inactivelast_item {
	border-right: 0px solid #7ba247;
}

#content_subnavbar ul li a.active {
	color: #898989;
}

#content_subnavbar ul li a:hover {
	color: #898989;
}


