.menu {
	 position: absolute; 
         visibility: hide;
}

a.menuitem:link {
	text-decoration : none;
	color : #FFFFFF;
	font-family : Arial;
	font-size : 13px;
}

a.menuitem:hover {
	color : #000000;
	text-decoration : none;
	font-family : Arial;
	font-size : 13px;
}

a.menuitem:visited {
	text-decoration : none;
	color : #FFFFFF;
	font-family : Arial;
	font-size : 13px;
}

.right {
	text-align : right;
}