/* -------------------  LEVI MENI -------------------- */

#menuLeft {
	padding:				5px;
}
#menuLeft a {
	display:				block;
	color:					#FFFFFF;
	border-bottom:			1px solid #6f7b85;
	text-decoration:		none;
	font-family:			"Trebuchet MS";
	font-size:				13px;
	/*height:					21px;*/
	padding-top:			5px;
	padding-bottom:			5px;
}

/* -- 0 -- */

#menuLeft a.leftMenu0 {
	width:					150px;
	background-color:		#0F2334;
	background:				url(/img/linkArrow.gif) no-repeat top left;
	padding-left:			25px;
	font-weight:			bold;
}

#menuLeft a.leftMenu0:hover {
	background-color:		#FF0000;
	font-weight:			bold;
}

/* -- 1 -- */

#menuLeft a.leftMenu1 {
	width:					132px;
	/*height:					15px;*/
	padding-top:			1px;
	padding-bottom:			1px;
	padding-left:			38px;
	background-color:		#0F2334;
	background:				url(/img/subMenuLi.gif) no-repeat top left;
	margin:					0 0 0 0;
	font-size:				11px;
	border-bottom:			1px solid #0F2334;
}
#menuLeft a.leftMenu1:hover {
	background-color:		#ff0000;
}

/* -- 2 -- */

#menuLeft a.leftMenu2 {
	width:					120px;
	background:				url(/img/subMenu2Li.gif) no-repeat top left #0F2334;
	padding-top:			0px;
	padding-bottom:			0px;
	padding-left:			50px;
	border-bottom:			1px solid #0F2334;
	font-size:				11px;
}
#menuLeft a.leftMenu2:hover {
	background-color:		#ff0000;
}

/* -- 3 -- */

#menuLeft a.leftMenu3 {
	width:					140px;
	background-color:		#666666;
	padding-left:			40px;
}
#menuLeft a.leftMenu3:hover {
	background-color:		#999999;
}

/* -- 4 -- */

#menuLeft a.leftMenu4 {
	width:					130px;
	background-color:		#666666;
	padding-left:			50px;
}
#menuLeft a.leftMenu4:hover {
	background-color:		#999999;
}

/* -- active -- */

#menuLeft a.active {
	background-color:		#ff0000;
}

#menuLeft1 a.active {
	background-color:		#999;
}

#menuLeft a.active:hover {
	background-color:		#ff0000;
}

/* -- onPath -- */

#menuLeft a.onPath {
	background-color:		#ff0000;
	border-bottom:			1px solid #0F2334;
}
#menuLeft a.onPath:hover {
	background-color:		#ff0000;
	border-bottom:			1px solid #0F2334;
}