#option 
{
    font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
    font-size: 10px;
	color: #666666;
    text-align:right;
	text-transform:uppercase;
	background-image:url(../img/bg_menumain.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin: 0;
	padding: 0;
	width: 220px;
    height:100%;
	border: solid 0px red;
	
}

#option .optionNOLINK {
	font-size: 14px;
	text-align:right;
	color: #666666;	/* top right bottom left */
	font-weight: normal;
	padding-bottom: 7px;
	text-transform:none;	
}

#option .optionselected span {
	background-image: url(../images/optionsel.jpg);
	background-repeat: no-repeat;
	background-position: right 9px;
}

#option .optionLASTlink {
	border-bottom-width: 0px;	
}
#optionInactivo .optionLASTlink {
	border-bottom-width: 0px;	
}
#option ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;	
}
#option ul li {
	margin-right: 15px;		/*	la separacion entre #option y # Contenido */
	padding:3px 0px 3px 10px;	/*	*/
	vertical-align: middle;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}
#option ul a{
	display:block;
	text-decoration: none;	
	font-weight: normal;
	padding-right: 20px;	
}
#option a:link, #option a:visited {
	color: #666666;
	background-image:none;
/*	background-image: url(../img/ico_submen_gris.gif);	*/
	background-repeat: no-repeat;
	background-position:center right;		
}
#option a:hover {
	color: #CC0000;
	background-image:url(../img/optionhov.jpg);
	background-repeat: no-repeat;
	background-position:center right;
}
#option a:active {
	color: #990000;
	background-image:url(../img/optionact.gif);
	background-repeat: no-repeat;
	background-position:center right;
}

#optionInactivo {
	font-weight: normal;
	color: #CC0000;		
	background-image: url(../img/ico_submen_rojo.gif);
	background-repeat: no-repeat;
	background-position:center right;
	
}
#option .optionInactivo {
	font-weight: normal;
	color: #CC0000;		
	background-image: url(../img/ico_submen_rojo.gif);
	background-repeat: no-repeat;
	background-position:center right;
	padding-right:20px;
}

