@CHARSET "ISO-8859-1";

div.menu {	
	padding: 7px;
	
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	
	text-align: center;
}

div.submenuMenu {	
	background-repeat: none;
	
	background-color: #f4f5fc;
	
	border-style: solid;
	border-width: 1px;
	border-color: #B4CDCD;
	
	border-left: none;
	border-top: none;
	
	padding: 5px;
	padding-left: 30px;
	
	font-weight: bold;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
}

div.submenu {
	width: 250px;
	
	position: absolute;
	visibility: hidden;
	
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	
	border-right: none;
	border-bottom: none;
}

div.submenuSubmenu {
	width: 250px;
	
	position: absolute;
	visibility: hidden;
	
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	
	border-right: none;
	border-bottom: none;
	
	margin-left: 220px;
	margin-top: -27px;
}

div.menuitem {
	background-repeat: none;
	
	background-color: #f4f5fc;
	
	border-style: solid;
	border-width: 1px;
	border-color: #B4CDCD;
	
	border-left: none;
	border-top: none;
	
	padding: 5px;
	padding-left: 15px;
	
	font-weight: bold;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
}
