.menuContainer	{background-color:#EAD5B8; width:200px; border:1px solid #000000; font-family: sans-serif; color:#555976; font-size:1em; text-align:center;}
.menu		{position:relative; overflow:hidden; font-size: 0.9em; }

.button 	{position:relative; cursor:pointer; background-color:#DCDEEB; color:#0000CC; }
.pressedButton	{position:relative; cursor:pointer; background-color:#CCCEDB; }

.button .border 	{border-top: 1px solid #000000; border-bottom: 1px solid #000000;}
.pressedButton	.border {border-top: 1px solid #000000; border-bottom: 1px solid #000000;}

.menuContainer a { color: #000000; text-decoration: none; font-weight: bold; }
