/* modulo menu izquierda ____________________________________________ */
.moduletable_menuv{
  clear:both;
  padding:0px;
  margin:1px 0px 0px 1px;  
  
 }


.moduletable_menuv UL{
	margin : 0px 0px 0px 2px;
	padding: 0;
	list-style: none;
	display: block;
	height: 100%;
	border:0px;
}

.moduletable_menuv LI a{
	clear: both;
	display: block;
	color:#555555;
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px;
    letter-spacing:1px;
    font-family:Arial;
    font-style: normal;
	font-weight: bold;
	text-decoration:none;
        text-transform: uppercase;
	background-image: url(../images/bullet_menuv.gif);
	background-position: left top;
	background-repeat: no-repeat;

	padding-top: 14px;
	padding-bottom: 14px;	
        padding-left:30px;
	margin:0px;	
	width: 100%;
	text-align:left;

}

.moduletable_menuv LI a:hover{
        text-decoration:underline;
        color:#333333;
}
.moduletable_menuv LI UL{
    background-image:none;
    margin-top:0px;
	padding:0px 2px 0px 15px;
	margin-left:0px;
	text-transform: none;
	margin-bottom:5px;
       text-align:left !important;
      background-color:#FCFCFC;
     border-bottom:1px solid #EBEBEB;
       border-left:1px solid #EBEBEB;
      border-right:1px solid #EBEBEB;
   padding-bottom:10px;
}

.moduletable_menuv LI LI{    
      padding-top:0px !important;
    line-height:0.8em !important;
       padding-left:0px !important;
       margin-top:0px !important;
        margin-bottom:0px !important;
}

.moduletable_menuv LI LI a{
    display:inline;
	background-image: url(../images/bullet_menuleft2.gif);
  	background-position:left 0.3em;
  	background-repeat: no-repeat;
	padding:0px 0px 0px 12px !important;
	 color: #052445;
	
	text-decoration: none;
    font-weight: bold;
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-size: 11px;
    letter-spacing:normal !important;
	text-transform: none;
	text-align:left !important;
    
	        
}

.moduletable_menuv LI LI a:hover{
       text-decoration: underline;
       color:#052445;
     

}
.moduletable_menuv LI LI.current a{
        color: #21B6CF;
         background-image: url(../images/bullet_menuleft1.gif);
  	font-weight:bold;
       
}

.moduletable_menuv LI LI UL{
border:0 !important;
padding-bottom:0px !important;
}

.moduletable_menuv LI LI UL LI{
border:0 !important;
}



.moduletable_menuv LI LI.current UL{
       
   
         border:0 !important;
}

.moduletable_menuv LI LI.current LI{
   padding: 0px;
   line-height: 1em;
    border:0 !important;
}
.moduletable_menuv LI LI.current LI a, .moduletable_menuv LI LI LI a{
	background-image: url(../images/bullet_menuleft3.gif);
  	background-position: left 0.4em;
  	background-repeat: no-repeat;
	color: #444444;
	text-decoration: none;
    font-weight: normal;
	padding-left:10px;
	margin-left:0px;
text-align:left !important;
}

.moduletable_menuv LI LI.current LI a:hover{
    text-decoration: underline;
}
.moduletable_menuv LI LI LI.current a{
    color:#21B6CF;
    background-image: url(../images/bullet_menuleft3b.gif);
  	background-position: left 0.4em;
  	background-repeat: no-repeat;
    font-weight:bold;
       
}

.moduletable_menuv LI LI LI LI a{
    color: #444444;
 }
 
 .moduletable_menuv LI LI LI LI a:hover{
    color: #444444;
	text-decoration: underline;
 }

