
.menu-opz-over {
	color: #FFF;
	font-size: 10px;
	background: transparent url('../../images/shade-dark.png') repeat;
}

.menu-m {
	color: #CCC;
	text-decoration: none;
	text-align: left;
	border-left: 1px solid #EEE;
	font-weight: bold;
	font-size: 10px;
	padding: 6px;
	padding-right: 0;
	background: transparent url('../../images/shade.png') repeat;
}
.menu-m-over {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	background: transparent url('../../images/shade-dark.png') repeat;
	padding: 6px;
	padding-right: 0;
	border-left: 1px solid #EEE;
	cursor: pointer;
	font-weight: bold;
	font-size: 10px;
}
.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;
}