/* Navigation */

#navigation	{
	width:		160px;
	height:		100%;
	float:		left;
}
ul.navigation	{
	margin-left: -30px;
/*Internetexplorer */
	margin-left: 12px !ie;
	margin-top: 40px;
	width:176px;
	height:435px;  
	list-style-position: inside;
	list-style-type: none;
	}
li.navigation  {
	list-style-position: inside;
	list-style-type: none;
	float:left;
	margin-left:0px;
	clear:left;
}
.top_navigation  {
	list-style-position: inside;
	list-style-type: none;
	float:left;
	background-image:url(../grafics/buttons/UL_top.png);
	width:150px;
	height:36px;
	margin-left:-8px;
	margin-bottom:-5px;
	clear:left;
}
.bottom_navigation  {
	list-style-position: inside;
	list-style-type: none;
	float:left;
	background-image:url(../grafics/buttons/ul_bottom.png);
	width:150px;
	height:58px;
	margin-left:-8px;
	margin-top: -5px;
	clear:left;
}

a.navigation {
	display: block;
	float: left;
	height: 37px !important;
	height: 37px;
	width: 150px;
	margin-left: -8px;
	text-decoration: none;
	line-height:37px;
	text-align: center;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	background-image: url(../grafics/buttons/big_button.jpg);
	background-position:0 0px;
	clear:left;
	}

a.navigation:hover {
	background-position:0 -37px;
	color: #51000C;
	}	
	


#navigation ul li ul 	{
	margin-left:-40px;
	width:162px;
	list-style-position: inside;
	list-style-type: none;
	}
	
#navigation ul li ul li  {
	list-style-position: inside;
	list-style-type: none;
	float:left;
	margin-left:0px;
	clear:left;
}

#navigation ul li ul li a {
	display: block;
	float: left;
	height: 24px !important;
	height: 24px;
	width: 150px;
	margin-left: -8px;
/*Internetexplorer */
	margin-left: 32px !ie;
	text-decoration: none;
	line-height:24px;
	text-align: center;
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
	clear:left;
	background-image: url(../grafics/buttons/small_buttons.jpg);
	font-weight: normal;
	}

#navigation ul li ul li a:hover {
	color: #000000;
	background-position:0 -24px;
	}