/*
***********************************************************
Title: Navigation
Author & copyright: Jacco van der Post - TYPO3-webdesign.nl
Date: september 2009
***********************************************************
*/

#navleft {
	background: url(../img/menu-bg.gif) no-repeat bottom left;
	width:210px;
	height:100%;
	padding-bottom:22px;
	}

#navleft  ul, #navleft  li {
	margin:0;
	padding:0;
	color:white;
	list-style:none;
	}

#navleft  li {	
	width:210px;
	/* display:block; */
	border-bottom:1px solid white;
	line-height:2.1em;
	}

#navleft  li .last {
	border:none;
	}

#navleft  li  li {
	font-size:0.9em;
	border-bottom:none;
	border-top:1px solid white;
	}

#navleft  li li.last {
	border-top:1px solid white;
	}
	
#navleft  li a {
	color:white;
	text-decoration:none;
	padding-left:10px;
	height:26px;
	width:200px;
	display:block;
	}

#navleft  li  li  a{
	padding-left:20px;
	width:190px;
	background:#2e3192;
	}

#navleft  li  li li a{	
	padding-left:30px;
	width:180px;
	background:#0054a6;
	}
	
#navleft li a.current {
	background:#4d1d56;
	}
	
#navleft li a.active {
	background:#7a2f88;
	}	
	
#navleft  li .submenu a {	
	background: url(../img/submenu.gif) no-repeat right center;
	width:180px;
	}
#navleft  li li .submenu a {	
	background: url(../img/submenu.gif) no-repeat right center;
	width:170px;
	}

#navleft  li a:hover, #navleft  li li a:hover, #navleft  li li li a:hover {
	background:#FFC20F;
	color:black;
	width:200px;
	}
#navleft  li li a:hover {
	width:190px;
	}
#navleft  li li li a:hover {
	width:180px;
	}

/* #navleft  li .submenu a:hover {	
	background: #FFC20F url(../img/submenu-hover.gif) no-repeat right center;
	width:180px;
	}
#navleft  li li .submenu a {	
	background: #FFC20F url(../img/submenu-hover.gif) no-repeat right center;
	width:170px;
	} */
