
#menuTopDiv{
	width:318px;
	height:9px;
	background-image:url('../images/green-top.jpg');
	background-repeat:no-repeat;
}

#menuDiv{
	width:318px;
	background-color:#3ab54b;
	padding-bottom:5px;
}

#menuBottomDiv{
	width:318px;
	height:9px;
	background-image:url('../images/green-bottom.jpg');
	background-repeat:no-repeat;
	margin-bottom:19px;
}

.menu-no{
	text-align:right;
	padding:0px 0px 0px 0px;
}
.menu-no a:link, .menu-no a:visited, .menu-no a:hover{
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Trebuchet MS";
	padding:0px 36px 0px 0px;
}
.menu-no a:hover{

	background-image:url('../images/menuact.jpg');
	background-repeat:no-repeat;
	background-position: center right;
}

.menu-act{
	text-align:right;
	padding:0px 0px 0px 0px;
}
.menu-act a:link, .menu-act a:visited, .menu-act a:hover{
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Trebuchet MS";
	padding:0px 36px 0px 0px;
	background-image:url('../images/menuact.jpg');
	background-repeat:no-repeat;
	background-position: center right;
}
