/* FIRST LEVEL IN NAVIGATION - PARENT */

.level0 {
	margin:0;
	padding: 4px 0 0 33px;
	width:122px;
	height:18px;
	display: block;
	background-image: url(/plugins/vertical_menu/img/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: normal !important;
	color: #00591C !important;
	text-decoration: none !important;
	font-style: italic;
	font-weight: bold;

}

/* Tan hack \*/
* html .level0 {
	width:155px;
	height:22px;
}/**/

.level0:hover {
	/*border-bottom: 5px solid #993366;*/
	color: #FFBC16 !important;
	text-decoration: none !important;
}
.level0Selected {
	margin:0;
	padding: 4px 0 0 33px;
	width:122px;
	height:18px;
	display: block;
	background-image: url(/plugins/vertical_menu/img/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: bold !important;
	color: #00591C !important;
	text-decoration: none !important;
	font-style: italic;
	font-weight: bold;
}

/* Tan hack \*/
* html .level0Selected {
	width:155px;
	height:22px;
}/**/

/* 2ND LEVEL IN NAVIGATION - CHILD */

.level1 {
	margin:0;
	padding: 1px 0 0 35px;
	border:0;
	width:147px;
	height:15px;
	display: block;
	
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: normal !important;
	color: #000066 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level1 {
	width:182px;
	height:16px;
}/**/

.level1:hover {
	color: #000066 !important;
	/*background-color: #ffffff;*/
	text-decoration: underline !important;

}
.level1Selected {
	margin:0;
	padding: 1px 0 0 35px;
	border:0;	
	width:147px;
	height:15px;
	display: block;
	
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: bold !important;
	color: #000066 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level1Selected {
	width:182px;
	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;
	
}