body {
background-image:url('images/background2.png');
background-color: white;
	font: normal 11px verdana;
	color: #555555;
background-repeat:no-repeat;
}

img{ border: 0px; }

.topmenu{
width: auto; /*width of menu*/
}

.topmenu ul{
list-style-type: none;
margin: 5px 50px;
padding: 0;
}

.topmenu ul li a{
background: url(images/arrow-list.gif) no-repeat 2px center;
font: 13px Verdana;
color: black;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
float: right;
margin: 0 0.15em;

}


* html .topmenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 20px;
}

.topmenu ul li a:visited, .topmenu ul li a:active{
color: black;
}

.topmenu ul li a:hover{
color: black;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

* html .topmenu li {float: right;
width: 20px;}




