/* FIRST LEVEL IN NAVIGATION - PARENT */

.level0 {
	margin:0;
	padding: 5px 0 0 30px;
	width:152px;
	height:20px;
	display: block;
	
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #330000 !important;
	text-decoration: none !important;
	
	background: url(img/elref_nav_link.gif) left top no-repeat ;
}

/* Tan hack \*/
* html .level0 {
	width:182px;
	height:25px;
}/**/

.level0:hover {
	/*border-bottom: 5px solid #993366;*/
	color: #330000 !important;
	background: url(img/elref_nav_over.gif) no-repeat left top;
	text-decoration: none !important;
}
.level0Selected {
	margin:0;
	padding: 5px 0 0 30px;
	width:152px;
	height:20px;
	display: block;
	
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #330000 !important;
	text-decoration: none !important;
	
	background: url(img/elref_nav_over.gif) no-repeat left top;
}

/* Tan hack \*/
* html .level0Selected {
	width:182px;
	height:25px;
}/**/

/* 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: #330000 !important;
	text-decoration: none !important;
	
	background: url(img/elref_child_link.gif) no-repeat left top !important;
}

/* Tan hack \*/
* html .level1 {
	width:182px;
	height:16px;
}/**/

.level1:hover {
	color: #330000 !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: #330000 !important;
	text-decoration: none !important;
	
	background: url(img/elref_child_over.gif) no-repeat left top !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: #330000 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level2 {
	width:182px;
	height:16px;
}/**/

.level2:hover {
	color: #330000 !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: #330000 !important;
	text-decoration: none !important;
	/*	background: url(img/elref_child_over.gif) no-repeat left top !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;
	
}