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

#menu_contxt {
	min-width: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	z-index: 50;
	line-height: 16px;
	background-image: url(../../images/admin/menu_contxt/bkg.gif);
	background-repeat:  repeat-y;
	background-position: left;
	position:absolute;
}
#menu_contxt a {
	color: #235298;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: 1px;
	margin-left: 25px;
	text-decoration:none;
}
#menu_contxt .mas {
	background-image: url(../../images/admin/menu_contxt/flecha_mas.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 44px;
}

#menu_contxt a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4590CD;
	
}