#navigation {
	float: left;
	width: 160px;
	height:auto !important;
	color: #FFFFFF;
	font-size:11px;
	padding: 0px 0px 0px 0px;
        margin-left: 25px;
}

* html #navigation { 
	float: left;
	width: 160px;
	height:auto !important;
	color: #000000;
	font-size:11px;
	padding: 0px 30px 0px 0px;
        margin-left: 12px;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*--------- LEVEL 1 ------------- */
#navbar ul li a {
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #BCBCBC;
    font-weight: bold;
}

#navbar ul li a:hover {
  color:#125292;
}

#navbar ul li a.active {
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #BCBCBC;
    font-weight: bold;
    background-color: #7ea4e6;
}

#nav a.active:hover {
	 color:#125292;
}

/*--------- LEVEL 2 ------------- */
#navbar ul li.level_2 a {
    font-weight:normal;
    text-transform: none;
    font-size:12px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #BCBCBC;
    background-color: #FFFFFF;
}

#navbar ul li.level_2 a.active {
    font-weight:normal;
    text-transform: none;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #BCBCBC;
    font-weight: bold;
    background-color: #FFFFFF;
}

#navbar ul li.level_2 a:hover, #navbar ul li.level_2 a.active:hover   {
	color:#125292;
}

/* ----------- LEVEL 3 -------------*/
#navbar ul li.level_3 a {
	font-weight:normal;
    text-transform: none;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #BCBCBC;
    background-color: #FFFFFF;
}

#navbar ul li.level_3 a.active  {
    font-weight:normal;
    text-transform: none;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #BCBCBC;
    font-weight: bold;
    background-color: #FFFFFF;
}

#navbar ul li.level_3 a:hover, #navbar ul li.level_3 a.active:hover   {
	color:#125292;
}
