#tdtbMSc {
	background-color: #D8FEDE;
	background-image: url(../imgs/FndMSc.gif);
	background-repeat:  repeat-y;
	background-position: 0px 0px;
}
#tbMS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#MSSalir {
	padding-top:20px;
	font-size:10px;
	color: #006600;
	border: none;
	text-decoration: none;
}
a#MSSalir:hover {
	color:#990000;
	border: none;
	background-image: url(../imgs/FndMSc.gif);
}

/* Caracts MS*/

.MSlist, .MSlist  ul {
 margin: 0;
 width: 154px;
 list-style: none;
/* background: #F0F0F8 url(listmenu_o.gif) left repeat-y;*/
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.MSlist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 155px;
}
.MSlist li {
 position: relative;
 margin-top: -1px;
}
.MSlist a {
 display: block;
 padding: 3px 4px 3px 30px;
 color:#003300;
 text-decoration: none;
 }
 * html .MSlist a {
 border: none;
/* margin: 1px;*/
}
.MSlist a:hover, .MSlist a.highlighted:hover, .MSlist a:focus {
 padding: 3px 4px 3px 30px;
 margin: 0;
}
.MSlist a.highlighted {
 margin: 0;
}
.MSlist a .subind {
 float: right;
}
.MSlist a#ms {
/* background-image: url(../imgs/MPbtnIN.gif);*/
 margin-top:2px;
 margin-bottom:2px;
/* padding-bottom:1px;*/
/* border-bottom:1px solid transparent;*/
 text-align:left; /*padding-left:25px;*/
 
}
.MSlist a#ms:hover, .MSlist a.highlighted#ms, .MSlist a#ms:focus {
 background-image:url(../imgs/LogoFerAnimP.gif);/*url(../imgs/icoReclp.gif);*/
 background-position:5px center;
 background-repeat:no-repeat;
 border-bottom:1px dotted #729585;
 color:#99000;
}
.MSlist a.highlighted#ms{
color:#663333;
border-bottom:1px dotted #663333;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .MSlist li {
 float: left;
 height: 1%;
}
* html .MSlist a {
 height: 1%;
}
/* End Hack */

.MSlist li#msSubm {
 font-size:10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-align:left;
 border: 1px solid #330;
/* border:1px solid #006633;*/
 background-color:#D8FEDE;
}
.MSlist a#msSubm {
 background-image: url(../imgs/FndMPsubN.gif);
 background-repeat:no-repeat;
 background-position:3px center;
 border: 0px;
}
.MSlist a#msSubm:hover, .MSlist a.highlighted#msSubm:hover, .MSlist li#msSubm:focus {
 color: #990000;
 background-color:#FFFFFF;/*#D8FEDE;*/
 background-image: url(../imgs/FndMPsubS.gif);
}