/* CSS Document */

body
{
	background-color:#000000;
	background-image: url(/images/brushed_metal2.jpg);
	margin-left: 0px;
	margin-top: 20px;
}

#list-menu
{
width: 200px;
/* this width value is also effected by the padding we will later set on the links. */
font-family: verdana, arial, sanf-serif;
font-size: 18px;
}

#list-menu ul
{
margin: 0; 
padding: 0;
list-style-type: none;
}

#menu-image
{
vertical-align: middle;
border: 0px;
}

#list-menu li
{
margin: 2px 0 0;
}

#list-menu a
{
display: block;
width:188px;
height: 59px;
padding: 12px 2px 2px 10px;
border: 1px solid none;
background:inherit;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited
{
color: #FF9933;
}

#list-menu a:hover
{
border: 2px solid #FFFF00;
background: #000044;
color: #FFFFFF;
}

P, A, TABLE, TD, TR, H1, H2, H3, INPUT, SELECT, TH, UL, LI
{
  font-family: Verdana;
}