@charset "utf-8";
/* CSS Document */

a.menu 
{
padding-left:30px;
line-height:19px;
}

a.menu:link 
{
	font-family: tahoma;
	font-size: 11px;
	color:#a9ab72;
	line-height: 19px;
	font-weight: bold;
	
}

a.menu:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #a9ab72;
	font-weight: bold;
}

a.menu:hover {
	font-family: tahoma;
	font-size: 11px;
	color:#999900;
	background-image:url(menu_hover.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:underline;
	font-weight: bold;
}

a.menu:active {
	font-family: tahoma;
	font-size: 11px;
	color:#666666;
	font-weight: bold;
}
