@charset "utf-8";
/* CSS Document */

#menu
{
	width: 210px;
	background-image: url(images/menu_r1_c1.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 50px 0px 0px 0px;
}

p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
}


#menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
}

#menu a
{
display: block;
padding: 18px 0px 0px 20px;
width: 190px;
height: 32px;
background-image: url(images/button1.jpg);
background-repeat: no-repeat;
color: #fff;
text-decoration: none;
font-weight: bold;
}

#menu a:hover
{
	background-image: url(images/button2.jpg);
	color: #fff;
}