/* FIRST LEVEL IN NAVIGATION - PARENT */

.level0 {
	margin:0;
	padding: 5px 0 0 30px;
	width:152px;
	height:15px;
	display: none;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #000066 !important;
	text-decoration: none !important;

}

/* Tan hack \*/
* html .level0 {
	width:182px;
	height:25px;
}/**/

.level0:hover {
	/*border-bottom: 5px solid #993366;*/
	color: #000066 !important;
	text-decoration: none !important;
	display: none;

}
.level0Selected {
	display: none;
	margin:0;
	padding: 5px 0 0 30px;
	width:142px;
	height:20px;
	/*display: block;*/
		font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #000066 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level0Selected {
	width:182px;
	height:25px;
}/**/

/* 2ND LEVEL IN NAVIGATION - CHILD */

.level1 {
	margin:0;
	padding-left: 23px;
	border:0;
	width:160px;
	height:15px;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 80% !important;
	line-height:125%;
	font-weight: bold !important;
	color: #5A3F99 !important;
	text-decoration: none !important;
	background-image:url(img/07arrow.gif);
	background-repeat:no-repeat;
	background-position: 10px 3px;
margin-top:5px;
padding-bottom:6px;
}

/* Tan hack \*/
* html .level1 {
	width:192px;
	height:16px;
}/**/

.level1:hover {
	color: #9A89B9 !important;
	/*background-color: #ffffff;*/
	text-decoration: none !important;

}
.level1Selected {
margin:0;
	padding-left: 23px;
	border:0;
	width:160px;
	height:15px;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 80% !important;
	line-height:125%;
	font-weight: bold !important;
	color: #5A3F99 !important;
	text-decoration: underline !important;
	background-image:url(img/07arrow.gif);
	background-repeat:no-repeat;
	background-position: 10px 3px;
 margin-top:5px;
 padding-bottom:6px;}

/* Tan hack \*/
* html .level1Selected {
	width:192px;
	height:16px;
}/**/

/* 3RD LEVEL IN NAVIGATION - GRAND CHILD */

.level2 {
	margin:0;
	padding: 1px 0 0 45px;
	border:0;
	width:137px;
	height:15px;
	display: block;

	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: normal !important;
	color: #697AB6 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level2 {
	width:182px;
	height:16px;
}/**/

.level2:hover {
	color: #697AB6 !important;
	text-decoration: underline !important;
}
.level2Selected {
	margin:0;
	padding: 1px 0 0 45px;
	border:0;
	width:137px;
	height:15px;
	display: block;

	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: bold !important;
	color: #697AB6 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level2Selected {
	width:182px;
	height:16px;
}/**/

.level0 img, .level1 img, .level2 img, .level0Selected img, .level1Selected img, .level2Selected img {
	margin: 5px 0 4px 10px;

}
