@charset "utf-8";
/* ********************************************************* */
/* This is what runs your left hand product menu */
/* ********************************************************* */
#menu_cats{
	padding-top:26px;
	padding-left:15px;
	width:165px;
	height: 355px;
	position:absolute;
	background-image:url(img/menu_displays.gif);
	background-repeat: no-repeat;
	font-size:8px;
}
ul.menu_izq_1 a, ul.menu_izq_2a a, ul.menu_izq_2b a, ul.menu_izq_sub a, ul.menu_izq_sub_last a{
	font-family: Consolas, "Trebuchet MS", Verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display:block;
	letter-spacing: -.03pc; 
}	
ul.menu_izq_1 a, ul.menu_izq_2a a, ul.menu_izq_2b a { font-size: 13px; width:160px; /*height: 25px; */}
/* This is what controls the menu when there are no cats or subcats selected */
ul.menu_izq_1 a{	height: 32px; margin-top:2px; }
/* This is what controls all of the main cats except the one that is selscted.*/
ul.menu_izq_2a a{	height: 19px; margin-top:-3px; }
/* This is what controls the maincat that is selected */
ul.menu_izq_2b a{	margin-top:-3px; margin-bottom:3px;	height: 25px; }
/* This is what controls the sub categories */
li.menu_izq_sub a, li.menu_izq_sub_sel a{
	color: #004b86;
	margin-left: 15px;
	margin-top:-10px;
	width:140px;
	height: 22px;
/*	// height: 20px;*/
	font-size: 12px;
}
li.menu_izq_sub a:hover, ul.menu_izq_sub_sel a:hover { color: #e50083; text-decoration: none;}
li.menu_izq_sub_sel a{
	color:#6f8db9;
}
/* ********************************************************* */
/* ********************************************************* */
/* This is what runs your bottom menu */
/* ********************************************************* */
#menu_products {
	font-family: Arial, Verdana;
	font-size: 11px;
	width:695px;
	height:55px;
	left:190px;
	top:311px;
	position:absolute;
	text-align: center;
	}
a.menu_products, a.menu_products2 {
	color: #004b86;
	text-decoration: none;
	height:18px;
/*	padding-top:3px;
*/
	margin-top:1px;
	margin-bottom:3px;

	margin-left:10px;
	margin-right:10px;

/*	line-height: 15px;
*/
	display:inline-block;
}
a.menu_products:hover, a.menu_products2:hover {
	color: #e50083;
	text-decoration:underline;
}
a.menu_products2 {
	color: #6f8db9;
}
