.meno {
	width: 110px;
	margin: 10px 0px 10px 20px;
	background: #000000;	
}

.meno ul {
list-style: none;
margin: 0 0 0 0;
padding: 0;
background: #000000;
}

.meno .p{
	margin: 2px 0 3px 0;
}

.meno .p a {
	color: #ff0033;
	background: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	height: 15px;
	text-decoration: none;
	color:#ff0033;
	padding: 2px 0 2px 10px;
	border-left: 3px solid #666666;
}

.meno .p a:hover {
	color: #286ea0;
	border-left: 3px solid #ff0033;
}

.meno li.o {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	height: 16px;
	text-decoration: none;
	color:#ff0033;
	padding: 2px 0 2px 10px;
	background: black;
	margin-bottom:2px;
	margin-right:1px;
	border-left: 3px solid #666666;
}

.meno li.o a{
	color:#ff0033;
}

.meno li.o a:hover{
	color:#286ea0;
}

.meno li.o:hover {
	border-left: 3px solid #ff0033;
}

.meno li.m{
	margin:0 0 0 20px;
	width:100px;
	height:16px;
	margin-bottom:1px;
}

.meno li.m a{
	font-weight: bold;
	font-size: 11px;
	/*height: 13px;*/
	color:#ff0033;
	margin-bottom:1px;
	padding-left: 5px;
	border-left: 3px solid #666666;
}

.meno .m a:hover{
	font-weight: bold;
	font-size: 11px;
	/*height: 13px;*/
	color:#286ea0;
	margin-bottom:1px;
	padding-left: 5px;
	border-left: 3px solid #ff0033;
}

/*
.meno ul ul  {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div.meno ul ul ,
div.meno ul  li:hover ul 
{display: none;}
div.meno ul  li:hover ul,
div.meno ul ul  li:hover ul
{display: block;}
*/
