/* Menu CSS Document */
.menu_background{
	background-repeat: repeat;
	background-position: left top;
}


.menu_selected{
	background-color: #FEFF7F;
	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: #74C728;
	font-weight: bold;
	text-decoration: none;
}
.menu_linkselected:hover{
	color: #FDF7EC;
}
.menu_linkselected:visited{
	color: #FDF7EC;
}

.menu{
	-webkit-border-top-left-radius: 5px;
  	-webkit-border-top-right-radius: 10px;
  	-webkit-border-bottom-left-radius: 0px;
  	-webkit-border-bottom-right-radius: 0px;
  
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius: 5px 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;
	background-color: #74C728;
}
.menu:hover{
	background-color: #74C728;
	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;
}

