@charset "utf-8";
/* CSS Document */


/* ----- Categories Menu ----- */

#Cat_Menu{
	width: 664px;
	height: 40px;
	position: relative;
	top:0px;
	margin:0;
	background: url(../images/fondos/Fondo_Cat_Menu.jpg);	
}
#Cat_Menu_Sub{
	width: 664px;
	height: 34px;
	position: absolute;
	top:3px;
	left:0px;
		
}

ul.cat_menu{ 
	margin-left:0px; 
	padding:0; 
	list-style: none; 
	width:630px; 
	height:34px; 
	margin-top:0px; 
	margin-bottom: 0px;
	}

ul.cat_menu li{ 
	margin:0; 
	padding:0; 
	float:left;
	}

ul.cat_menu li a{ 
	display:block; 
	position:relative; 
	padding-top:7px; 
	padding-bottom:7px;
	margin-left:7px;
	border:0; 
	background: ; 
	color:#669999; 
	font-family: "Trebuchet MS"; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer; 
	width:90px; 
	height:20px; 
	font-size:12px;}

ul.cat_menu li a.active{ 
	color: #00CC66;
	}

ul.cat_menu li a:hover{ 
	background:none; 
	color: #999966;
	}



/* ----- Categories Menu ----- */