/* vertical (side) nav */

#leftNav{
	display: inline;
	float: left;
	margin: 15px 10px 0 10px;
	width: 250px;
}

#leftNav form{
	margin: 10px 0 0 40px;
}

#leftNav input{
	margin-right: 5px;
	vertical-align: middle;
}

#leftNav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* level 1 */
.navLevel1 a, .navLevel1 a:link, .navLevel1 a:visited, .navLevel1 a:active{
	border-bottom: 1px solid #EFEFEF;
	color: #333;
	font-weight: bold;
	display: block;
	line-height: 110%;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 3px;
	text-decoration: none;
	width: 240px;
}

.navLevel1 a:hover{
	color: #000;
}	

.navLevel1on a, .navLevel1on a:link, .navLevel1on a:visited, .navLevel1on a:active{
	border-bottom: 1px solid #EFEFEF;
	color: #000;
	font-weight: bold;
	display: block;
	line-height: 110%;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 3px;
	text-decoration: none;
	width: 240px;/* acumulative values of margins minused from 300 */
}

.navLevel1on a:hover{
	color: #000	;
}

/* level 2 */
.navLevel2 a, .navLevel2 a:link, .navLevel2 a:visited, .navLevel2 a:active{
	background-image: url(../00_graphics/nav_lev2_dingus.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	color: #333;
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 110%;
	padding-left: 18px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 222px;/* acumulative values of margins minused from 300 */
}

.navLevel2 a:hover{
	background-image: url(../00_graphics/nav_lev2_dingus_on.gif);
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

.navLevel2on a, .navLevel2on a:link, .navLevel2on a:visited, .navLevel2on a:active{
	background-image: url(../00_graphics/nav_lev2_dingus_on.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 110%;
	padding-left: 18px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 222px;
}

.navLevel2on a:hover{
	color: #000;
	font-size: 13px;
}

/* level 3*/
.navLevel3 a, .navLevel3 a:link, .navLevel3 a:visited, .navLevel3 a:active{
	background-image: url(../00_graphics/nav_lev2_dingus.gif);
	background-repeat: no-repeat;
	background-position: 18px 4px;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 110%;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 200px;
}

.navLevel3 a:hover{
	background-image: url(../00_graphics/nav_lev2_dingus_on.gif);
	color: #000;
	font-size: 12px;
}

.navLevel3on a, .navLevel3on a:link, .navLevel3on a:visited, .navLevel3on a:active{
	background-image: url(../00_graphics/nav_lev2_dingus_on.gif);
	background-position: 18px 4px;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 2px;
	line-height: 110%;
	text-decoration: none;
	width: 200px;
}

.navLevel3on a:hover{
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
