/* menu style */
	.menu
	{
		/*border-color:#6db6f9; */
		border-color:#000000;
		border-style:solid; 
		border-width:1px; 
		
		border-top-width:0px;
		 
		width:170px;
	}
	
	
	
	.menu A
	{
		color: #444444;
		text-decoration:none;
	
		font-size:15px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.menu A:hover
	{
		color: #000000;
		text-decoration: underline;
	
	}
	
	
	.menu_headline
	{
		color:#FFFFFF;
	
		margin-top:15px;
		/*background-color:#996699;*/
		background:url(../images/menu_header.gif);
		background-position:left top;
		background-repeat:no-repeat;
		
		width:170px;
		height:20px;
		
	}
	
	.menu_footer
	{
		background:url(../images/menu_footer.gif);
		background-position:left top;
		background-repeat:no-repeat;
		
		width:170px;
		height:20px;
		
	}
	
	.menu_title
	{
		/*border-top-color:#6db6f9;*/
		border-top-color:#000000;
		border-top-style:solid; 
		border-top-width:1px; 
		
		/*border-bottom-color:#6db6f9;*/
		border-bottom-color:#000000;
		border-bottom-style:solid; 
		border-bottom-width:1px; 
	
		background-color:#cbe6ff;
	}
	
	/* ----------------------- */
	

