/* CSS Document */
/* ############### tales.be css framework v0.3 (by kvd) ###############  */


/*  right block navigation  */
#bottomnav #bottmrghtnav{
	padding-left:88px;
/*	padding-left:108px;*/ 
	margin-left:88px;
	}
	
		
#bottomnav ul{
	margin-top: 2px;
	}
#bottomnav li{
	display: inline;
	float: left;
	width:106px;
	text-align:center;
	}
#bottomnav a, #bottomnav a.visited{
	display: block;
	color: #9f8a56;
	text-decoration: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;
/*	letter-spacing:3px;*/
	padding-top:10px;
	padding-bottom:10px;
	}
#bottomnav a:hover, #bottomnav a:active, #bottomnav a.selected{
	color: #000;
	background-image:url(../gfx/basic/tab.nav.gif);
	background-repeat:no-repeat;
	background-position: center 0px;
	}


/*  left block language  */
#bottomnav #bottmlftnav{
	margin-left:50px;
	}
#bottomnav #bottmlftnav li{
	width:32px !important;
	}
#bottmlftnav a:hover, #bottmlftnav a:active, #bottmlftnav a.selected{
	color: #000;
	background-image:url(../gfx/basic/tab.taal.gif) !important;
	background-repeat:no-repeat;
	background-position: center 0px;
	}
	
