div.MENU
{
    width: 200px;
    height: 30px;
}
a.MENU
{
	display: Block;
	position: Relative;
	background: #618DB4;
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 1px 0px;
	border-style: Outset;
	font-family: Verdana;
	font-size: 14px;
	font-style: Normal;
	font-weight: Normal;
	font-variant: Normal;
}
a.MENU:hover
{
    border-style: Inset;
}
