/* FIRST LEVEL IN NAVIGATION - PARENT */

.level0 {
	margin:0px 0px 3px 10px;
	padding: 4px 0px 0px 20px;
	height: 9px;
	background: #fff url(img/amcbullet.gif) no-repeat 10px 8px;
	width:180px;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 81% !important;
	line-height: 140% !important;
	font-weight: normal !important;
	color: #405380 !important;
	text-decoration: none !important;

}

.level0:hover {
	color: #3CA9CC !important;
	text-decoration: none !important;
	background: #fff url(img/amcbullet.gif) no-repeat 10px 8px;

	}
.level0Selected {
	margin:0px 0px 3px 10px;
	padding: 4px 0 0px 20px;
	background: #fff url(img/amcbullet.gif) no-repeat 10px 8px;
	height: 9px;
	width:180px;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 81% !important;
	line-height: 140% !important;
	font-weight: bold !important;
	color: #405380 !important;
	text-decoration: none !important;
}

.level1 {
	margin:0px 0px 3px 10px;
	padding: 3px 0px 0px 25px;
	height: 9px;
	/*background: #fff url(img/amcbullet.gif) no-repeat 10px 11px;*/
	width:125px;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 81% !important;
	line-height: 100%;
	font-weight: normal !important;
	color: #3CA9CC !important;
	text-decoration: none !important;

}

.level1:hover {
	color: #405380 !important;
	text-decoration: none !important;
	/*background: #fff url(img/amcbullet.gif) no-repeat 10px 11px;*/

	}
.level1Selected {
	margin:0;
	padding: 3px 0 0px 25px;
	/*background: #fff url(img/amcbullet.gif) no-repeat 10px 11px;*/
	height: 9px;
	width:125px;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 81% !important;
	line-height: 100%;
	font-weight: bold !important;
	color: #3CA9CC !important;
	text-decoration: none !important;
}

