#content
{
	width:600px;
	float:left;
	margin-left:20px;
	margin-top:0px;
	font-size:12px;
	padding:5px;
	color:#968C6D;
}

#navi
{
	width:200px;
	background:#F4F4C2;
	float:left;

}
div#navi a
{
	display:block;
	text-decoration: none; 
	font-weight:bold;
	color:#AB0040;  
	font-size:12px;
	border:1px solid #AAC06B;
	
}

div#navi a:hover 
{
	background-color:#DEDEA8; 
	border:1px solid #AB0040; 
	display:block;
	font-size:12px;
	font-weight:bold;
} 
li.level1
{
	background:#AAC06B;  
	font-weight:bold;
	/*text-indent:10px;*/
	font-size:12px;
	line-height:25px;


}
li.level1active
{       
	background:#DEDEA8;
	border:1px solid #AB0040; 
	font-weight:bold;
	/*text-indent:10px;*/
	font-size:12px;
	line-height:25px;
	color:#AB0040; 
}
li.level2
{
	background:#E1EAA8;
	border:1px solid #D4D5E0;
	font-weight:bold;
	/*text-indent:30px;*/
	font-size:12px;
	line-height:17px;
	color:#254290;

}
li.level2active
{       
	background:#E1EAA8;
	border:1px solid #AB0040; 
	font-weight:bold;
	/*text-indent:30px;*/
	font-size:12px;
	line-height:17px;
	color:#AB0040;

}
li.level3
{
	background:#DEDEA8; 
	border:1px solid #DEDEA8;
	font-weight:bold;	
	font-size:12px;
	line-height:17px;
	color:#AB0040; 

}
li.level3active
{       
	background:#DEDEA8; 
	border:1px solid #AB0040;
	font-weight:bold;	
	font-size:12px;
	line-height:17px;
	color:#AB0040;

}


