div.menu {
	width:auto;
	background:#caa1db;
	padding: 2px;
	margin:0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-top-width: thin;
	border-left-width: thin;
}

div.menu a {
    display:block;
    margin:0;
    width:100%;
    padding:0px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}

div.menu a:hover {background:#66cc00;color:#ffffff;}
