@charset "utf-8";
#navigation {
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
}
#navigation td a {
	text-decoration:none;
	height:46px;
	line-height:39px;
	display: block;
}
#navigation td.unselected a {
	background-image: url(../images/nav_brown.jpg);
	color: #FFFFFF;	
}
#navigation td.unselected a:hover {
	background-image: url(../images/nav_brown_with_orange.jpg);
	color:#dac8a0;
}
#navigation td.selected a {
	background-image: url(../images/nav_brown_with_orange.jpg);
	color: #FFFFFF;	
}
