/* -------------------  LEVI MENI -------------------- */

#menuLeft {
	width: 180px;
	margin: 10px;
}
#menuLeft a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:0px;
}

/* -- 0 -- */

#menuLeft a.leftMenu0 {
	font-family:Tahoma;
	text-transform:uppercase;
	font-size:10px;
	color:#FFFFFF;
	background-color:#555A5D;
	text-decoration:none;
	display:block;
	margin-left:20px;
	margin-top:0px;
	padding-top:2px;
	text-align:center;
	background-image:url(/img/secnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:15px;
	width:209px;
}
#menuLeft a.leftMenu0:hover {
    background-image:url(/img/secnav_roll.png);
    color:#2D3031;
	
}


/* -- 1 -- */

#menuLeft a.leftMenu1 {
	width: 160px;
	background-color: #666666;
	padding-left: 20px;
}


#menuLeft a.leftMenu1:hover {
	background-color: #999999;
}

/* -- 2 -- */

#menuLeft a.leftMenu2 {
	width: 150px;
	background-color: #666666;
	padding-left: 30px;
}
#menuLeft a.leftMenu2:hover {
	background-color: #999999;
}

/* -- 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: #cc0000;
}
#menuLeft a.active:hover {
	background-color: #ff0000;
}

/* -- onPath -- */

#menuLeft a.onPath {
	background-color: #00cc00;
}
#menuLeft a.onPath:hover {
	background-color: #00ff00;
}

