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

table.menu a {
	width:220px;
	border:1px solid #333333;
	display: block;
} 
div.menu a {
	color: #333333;
	background: #ffffff;
	text-decoration:none;
	font-size:10pt;
	line-height:16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 2px 5px;
	
}
div.menu a:link {
	color: #FFFFFF;
	background-color: #961D7C;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
}

div.menu a:active {
	color: #FFFFFF;
	background-color: #282131;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
}

div.menu a:visited {
	color: #FFFFFF;
	background-color: #961D7C;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
}

div.menu a:hover {
	color: #FFFFFF;
	background-color: #282131;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
}

div.menu (
position:absolute;
top:0;
left:0;
) 

