﻿#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li a
{
background-color: #39744E;
height: 30px;
width: 184px;
display: block;
border: 2px #000000 solid;
color: #FFFFFF;
text-decoration: none;
text-align: center;
font-family: Arial, Sans-serif;
font-size: medium;
font-weight: bold;
line-height: 30px;
margin-bottom: 5px;
}
#menu li a:hover
{
background-color: #DCEDE1;
height: 30px;
width: 184px;
display: block;
border: 2px #000000 solid;
color: #000000;
text-decoration: none;
text-align: center;
font-family: Arial, Sans-serif;
font-size: medium;
font-weight: bold;
line-height: 30px;
margin-bottom: 5px;
}