/* CSS Document */
.topMenu {
	width:auto;
	height:18px;
	font:normal 10px verdana;
	float:left;
	margin:0px;
}
.topMenu .left{
	background:url(/template/images/left_menu.jpg) no-repeat;
	width:3px;
	float:left;
	height:21px;
}
.topMenu .text{
	background:#f26522;
	color:#7C6A32;
	float:left;
	border-top:solid 1px #999999;
	padding:3px 10px 2px 10px;
	height:15px;	
}
.topMenu .text a, .text a:visited{
	color:#ffffff;
	font-weight:bold;	
	text-decoration:none;
}
.topMenu .text a:hover{
	color:#000000;
	text-decoration:underline;
}

.topMenu .right{
	background:url(/template/images/right_menu.jpg) no-repeat right;
	width:3px;
	float:left;
	height:21px;
}
.topMenu .left_s{
	background:url(/template/images/sld_left_menu.jpg) no-repeat;
	width:3px;
	float:left;
	height:21px;
}
.topMenu .text_s {
	background:#004a80;
	float:left;
	border-top:solid 1px #999999;
	padding:3px 10px 2px 10px;
	height:15px;
	font-weight:bold;	
}
.topMenu .text_s a, .text_s a:visited{
	color:#ffffff;
	text-decoration:none;
}
.topMenu .text_s a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.topMenu .right_s{
	background:url(/template/images/sld_right_menu.jpg) no-repeat right;
	width:3px;
	float:left;
	height:21px;
}

.topMenu .subtext {
	background:#f26522; /*naranja claro es #f26522*/
	float:left;
	width:120px;
	border-bottom:solid 1px #999999;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	padding:3px 10px 2px 10px;

	font-weight:bold;
	color:#FFFFFF;
}
.topMenu .subtext a, .subtext a:visited{
	color:#ffffff;
	text-decoration:none;
}
.topMenu .subtext a:hover{
	color:#000000;
	text-decoration:underline;
}
  #Navigation li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0; padding: 0;
	top:0em; left:-4.0em;
  }

  #Navigation li ul {
    width:150px; /*modifica tamano de submenu*/
    margin: 0; padding: 0;
    position: absolute;
    top: 2.1em; left: 4.0em;
    display: none;
  }
  
  #Navigation li:hover ul {
    display: block;
  }
  #Navigation li ul li {
    display: block;
  }



