/* Menu CSS Document */
.menu_background{
	background-color: #635413;
	background-image: url(../_img/horizontal_bar.jpg);
	background-repeat: repeat;
	background-position: left top;
}


.menu_selected{
	background-color: #635413;
	background-image: url(../_img/wood.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align:center;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.menu_linkselected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A7960A;
	font-weight: bold;
	text-decoration: none;
}

.menu{
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.menu:hover{
	background-color: #635413;
	background-image: url(../_img/wood.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.menu_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu_link:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
.menu_link:visited{
	color: #FFFFFF;
	text-decoration:none;
}