<style>
	   .menu {
	   	color: #0000CD;
	   	font-size: x-small;
	   }
	   .menutitle {
	   	color: Black;
	   	font-size: small;
	   	font-weight: bold;
	   }
	   .headline {
		  	color: black;
	   	font-size: large;
	   	font-weight: normal;
	   	letter-spacing: 2px;
	   }
	   	.cssBorder {
	   	BORDER-BOTTOM: 0px none;
	   	BORDER-LEFT: 0px solid White;
	   	BORDER-RIGHT: 0px none White;
	   	BORDER-TOP: 0px none White;
	   	PADDING-LEFT: 0px;
	   	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   }
#button {
width: 120px;
border-right: 0px none White;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: x-small;
text-align : left;
background-color: White;
color: White;
 background: none;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
border-bottom: 1px dotted Black;
margin: 0 1px;
}

#button li a {
display: block;
padding: 5px 5px 7px 0.5em;
border-left: 10px none White;
border-right: 10px none White;
background-color: White;
color: Gray;
text-decoration: none;
width: 100%;
 background: none;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
	border-left: 10px none #1c64d1;
	border-right: 10px none Yellow;
	background-color: White;
	color: Red;
	text-align : justify;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-position: right;
	
	
	
	
		
}

</style>