#navigation {
	float: left;
	width: 281px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 210px;
	border-bottom: 0px solid red;
}

#navbar {
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 
#navbar ul li {
	display: inline; /* this gets rid of the gaps */
}

#navbar ul li a {
	padding: 4px 3px 5px 25px;
	text-decoration: none;

}

/* LEVEL 1
------------------------------------------------------------------------------ */

#menu_level_1 {
	border: 0px solid #FFF; /* IE need this*/

}

#menu_level_1 li a {
	display:block;
	background: none;
}

#menu_level_1 .active a {
	color: #FFF;
	background-image: url(images/bg-nav-btn-on.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	border-bottom: 0px dotted BLACK;
}

#menu_level_1 .active a:hover {
}

#menu_level_1 .inactive a {
	color: #666;
	background-image: url(images/bg-nav-line.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	border-bottom: 0px dotted BLACK;

}

#menu_level_1 .inactive a:hover {
	color: #FFF;
	background-image: url(images/bg-nav-btn-on.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* LEVEL 2
------------------------------------------------------------------------------ */


#menu_level_2 {
	border-bottom: 0px solid BLACK;
	background-image: url(images/bg-nav-level2.gif);
	background-repeat: repeat-y;
	background-position: top;

}


#menu_level_2 li a {
	font-size: 11px;
	background: none;

}

#menu_level_2 .active a {
	margin-top: 0px;
	padding-left: 50px;
	color: #666;
	background-image: url(images/bullet-level2-active.gif);
	background-repeat: no-repeat;
	background-position: 38px 7px;
	line-height: 20px;
	border: 0px solid red;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu_level_2 .active a:hover {
	text-decoration: underline;
}

#menu_level_2 .inactive a, #menu_level_2 .inactive a:hover {
	margin-top: 0px;
	font-weight: normal;
	padding-left: 50px;
	color: #666;
	background-image: url(images/bullet-level2-inactive.gif);
	background-repeat: no-repeat;
	background-position: 38px 7px;
	line-height: 20px;
	border: 0px solid red;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu_level_2 .inactive a:hover {
	text-decoration: underline;
	background-image: url(images/bullet-level2-active.gif);
	background-repeat: no-repeat;
	background-position: 38px 7px;
}


/* LEVEL 3
------------------------------------------------------------------------------ */

#menu_level_3 li a {
	font-size: 11px;
	margin-bottom: 0px;

}

#menu_level_3 .active a {
	padding-left: 65px;
	color: #666;
	background-position: 50px;
}

#menu_level_3 .active a:hover {
	text-decoration: underline;
}

#menu_level_3 .inactive a, #menu_level_3 .inactive a:hover {
	font-weight: normal;
	padding-left: 65px;
	border: 0px solid blue;
	color: #666;
	background-position: 50px;
}

#menu_level_2 .inactive a:hover {
	text-decoration: underline;
}


/* green:    #9FCD42 */
/* grey:     #666 */

/* alt */
/* blue:     #1D415C */
/* beige:    #FDEEB1 */
