
/* Menu text properties (normal and mouseover) */
.minner {
	font: 11px Arial, Verdana, sans-serif;
	padding: 1px;
	color: #17556C; "Originally dedede"
	font-weight: bold;	
	margin-left :3px;

}
/* menu colors */
.moout {    
	text-decoration : none;
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	background: #FFFFFF;

}

/* Mouse Over menu colors */
.moover {
	text-decoration : none;
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	background: #F8F8F8;

}
.ramka {
	text-decoration : none;
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;

}