.menu {
	visibility: hidden;
	position: absolute;
	display: block;
	z-index: 1000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menuItemSep {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menuItem {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-left: 8px;
	display: block;
	background-color:#5289C9;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-right: 8px;
	white-space:nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #89ADDA;
	border-bottom-color:#305E96;
}
.menuItem:hover {
	color: #FFD93A;
	font-weight: bold;
	font-size:12px;
	padding-left: 8px;
	display: block;
	background-color:#5289C9;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-right: 8px;
	white-space:nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #89ADDA;
	border-bottom-color: #1C3759;	
}
.linkRamoItem {
	font-weight: bold;
	display: block;
	padding-left: 4px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-right: 2px;
}
.linkRamoItemItem {
	width: 100%;
	font-weight: normal;
	padding-left: 12px;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-right: 2px;
