#title
{
 color:black;
 background: #4682B4;
 font-family:Tahoma;
 font-size:large;
 font-weight:bold;
}
#heading
{
 color:black;
 font-weight:bold;
}
table {
    display: table;
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: #ADAD47;
}
tr:hover {
    background-color: #f5f5f5;
  }
th    { 
    border: #ADAD47 1px solid;
    padding: 4px;
    background: #ADAD47;
    text-decoration: none;
   }
td    { border: #ADAD47 1px solid; padding: 3px; }

ul#navlist { font-family: arial; }

ul#navlist a
{
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
}

ul#navlist li { 
}

ul#navlist li a
{
color: black;
background-color: #E5E5DD;
}
ul#navlistm li a
{
color: black;
background-color: #E5E5DD;
}

ul#navlist li a:hover
{
color: black;
background-color: #A9A9A9;
}
ul#navlistm li a:hover
{
color: black;
background-color: #A9A9A9;
}

ul#navlist li a:active
{
color: black;
background-color: #ADAD47;
}
ul#navlistm li a:active
{
color: black;
background-color: #ADAD47;
}

.menu td	{
	background : #8EAE5D;
	border : 1px solid #ADAD47;
	color : black;
	float : left;
	font-size : medium;
	font-weight : normal;
	line-height : 10px;
	margin-right : 3px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}
.menu a:link, .menu a:visited	{
	background : #8EAE5D;
	border : none;
	color : black;
	float : left;
	font-size : medium;
	font-weight : normal;
	line-height : 10px;
	margin-right : 0px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}
.menu a:hover  {
        color:black;
        background:#8EAE5D;
}
