/*****Menu*****/

#menu {
width: 256px;
margin-top: 20px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 10px;
}

#menu ul
{
font-family: "Times New Roman", Times, serif;
list-style-type:none;
margin:0;
padding:0;
}

#menu li
{
display: inline;
/* for IE5 and IE6 */
}

#menu a
{
color: #776045;
text-decoration: none;
font-size: large;
display: block;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
width: 246px;
background-color: #a8c545;
border-bottom: 1px dashed #dfd3b6;
}

#menu a:link, #menu a:visited
{
color: #776045;
text-decoration: none;
}

#menu a:hover
{
background-color: #dcd742;
color: #0092b2;
}

#menu li a#current
{
border-bottom: 3px solid #d2bf3f;
background-color: #dcd742;
color: #0092b2;
}

.no-click
{
color: #776045;
text-decoration: none;
font-size: large;
display: block;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
width: 246px;
border-bottom: 1px dashed #dfd3b6;
}

.space
{
padding-left: 20px;
}