/*  CSS used for Family.  Created by www.amswede.info */

ul{	
	list-style-type: none;
	font-family: Arial,  sans-serif;
	font-weight: bolder;
	text-align: center;
	line-height: normal;
	float: left;
	height: 35px;
	}
ul a{
	font-size: 12px;
	display: block;
	width: 155px;
	height: 30px;
	color: #333300;
	line-height: 23px;
	text-decoration: none;
	background-color:#D8CCA8;
	background:url(tanTab.png) no-repeat left;
	
	 /* background-image: url('tanTab.jpg');
    background-repeat: no-repeat;background:url(tanTab.jpg) no-repeat left;*/
	}
ul a:hover  {color: #FFFFFF;}
	
	
ul li{
	display: inline;
	float: left;
    display: block;
	
	}
	

