@charset "utf-8";
/* CSS Document */
.menu {
    COLOR: #999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	outline: none;
	text-align:left;
}
.submenu {
	text-align:left;
}
#left_menu {
	background-image:url(../_img/background/left_menu.png);
	background-repeat:repeat-y;
	background-position:left;
	width:160px;
	outline: none;
}
#left_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	outline: none;
}
#left_menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	height:20px;
	background-image:url(../_img/botones/menu_bg0.png);
	background-repeat:no-repeat;
	background-position:left top;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:2px;
	margin:0px auto;
	outline: none;
}
#left_menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	outline: none;
}
#left_menu ul li a:hover {
	color:#ffcc00;
}
#left_menu li ul {
	position: absolute;
	left: 169px;
	top: 0;
	display: none;
	outline: none;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


#left_menu li:hover ul { display: block; }
#left_menu li:hover ul, li.over ul { 
	display: block; 
}
/*Menu TAGS*/


