/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul {
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a, .markermenu ul li a:visited, .markermenu ul li a:active{
/*background: #F2F2F2 url(../imagenes/form2.gif) no-repeat 1px left; /*light gray background*/
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;*/
	width: 152px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 7px;
	display: block;
	border: 1px solid #C4161C;
	border-left: 25px solid #C4161C;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 7px;
	margin-top: 13px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 152px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #C4161C;
	background-color: #E7E7E7;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.rojo li a{
	background: #F2F2F2 url(../imagenes/form1.gif) no-repeat 3px center; /*light gray background*/
	background-color: #FFFFFF;
	padding: 5px 5px 5px 25px; 
	text-decoration: none;
	text-align: left;
	color: #000000;
}

.rojo li a:hover{
	background-color: #E7E7E7;
	padding: 5px 5px 5px 25px; 
	text-decoration: none;
	text-align: left;
	color: #C4161C;
}

.negro li a{
	background: #F2F2F2 url(../imagenes/form2.gif) no-repeat 3px center; /*light gray background*/
	background-color: #FFFFFF;
	padding: 5px 5px 5px 25px; 
	text-decoration: none;
	text-align: left;
	color: #000000;
}

.negro li a:hover{
	background-color: #E7E7E7;
	padding: 5px 5px 5px 25px; 
	text-decoration: none;
	text-align: left;
	color: #C4161C;
}
