@charset "utf-8";
/* CSS Document */
#MenuCat ul{
	margin:0;
	list-style:none;
	padding-left:5px;
	background-image:url(../imgs/borde-menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:170px;
	margin-left:5px;
	margin-top:2px;

}
#MenuCat li{
	font-size:11px;
	color:#333333;;
	width:170px;
	height:25px;
	background-repeat:no-repeat;
	line-height:21px;
}
#MenuCat li a{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	width:170px;
	height:25px;
	background-repeat:no-repeat;
	background-position:left;
	padding:4px 0 4px 28px;

}
#MenuCat li a:hover{
	font-size:11px;
	color: #FF0000;
	text-decoration:none;
	width:170px;
	height:25px;
	background-repeat:no-repeat;
	padding-left:28px;

}
