#menu{
	margin-left: 1px;
	margin-top: 3px;
}
#menu li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width:166px;
}
.UNO {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:10px;
}
.DOS {
	width: 99%;
	font-size:11px;
}
#menu ul li, #menu li:last-child{
	border:none;
}	
#menu a{
	display:block;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#menu a:hover {
	color:#000;
	-webkit-transition: color 0.2s linear;
	background-color:#CCC;
}
#menu ul a{
	background-color:#F0F0F0;
	font-weight: normal;
}
#menu ul a:hover {
	background-color:#CCC;
	color:#000;
	-webkit-transition: color, background-color 0.2s linear;
}
#menu ul{
	display:block;
	background-color:#EBEBEB;
	margin:0;
	padding:0;
	width:166px;
	list-style:none;
}
#menu li ul {display:none;}
