@charset "UTF-8";
/* CSS Document */

#navigation a {
	color: #ffffff;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	width:100%;
    height:100%;
	}
	
#navigation a:hover {
	background-color: #b46627;
	width:100%;
    height:100%;
	}
#navigation2 a:hover {
	background-color: #b46627;
	width:100%;
height:100%;
	}
	
	
.box {
	background-color: #7B836B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b46627;
}
.box2 {
	background-color: #7B836B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#b46627;
	line-height: 24px;}
	
.active {
	background-color: #b46627;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b46627;	
}	
.active2 {
	background-color: #b46627;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b46627;
	line-height: 24px;}

