
.menu-opz-over {
	/*background-color: #0052B0;*/
	color: #2c03a3; /*#4ac2fe;*/
}

.menu-m {
	color: #333;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	margin-top: 2px;
	background: #EFEFEF url(../images/grayleft.png) repeat-x;
}
.menu-m-over {
	color: #2c03a3;
	text-decoration: none;
	
	/*background: #4cc1f7 url(../images/blu_grade.png) repeat-x bottom;*/
	background: #E0E0E0;
	padding: 3px 0px 3px 10px;
	margin-top: 2px;
	cursor: pointer;
	font-weight: bold;
}
.menu-p {
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	background-color: #E0E0E0;
	width: 100%;
}
.menu-p-over {
	font-size: 10pt;
	color: #FFF;
	text-decoration: none;
	background-color: #0052B0;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	width: 100%;
}
.menu-tit {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-top: 3px;
	padding: 2px;
	font-size: 8pt;
	background-color: #0052B0;
}

#menubar {
	border-left : 1px solid #FFF;
	border-top : 1px solid #FFF;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
    COLOR: #111;
    BACKGROUND-COLOR: #C0C0C0;
}