@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
vertical-align:baseline;
text-decoration: none;
}

.menu {width:785px; height:35px; position:relative; z-index:100;font-family:arial; 
background:transparent url(../images/pixel_blue.jpg) repeat-x scroll left center; overflow:hidden;
background-color:#566FA7;}

/* remove the bullets, padding and margins from the lists */
.menu ul{ list-style-type:none; padding:0; margin:0;}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
text-align:center;
width:87px;
z-index:100;
color:#FFFFFF;
height:35px;
}

#text_photo2{
float:right;
padding-right:10px;
width:464px;}

.menu li a{
color:#FFFFFF;
float:left;
text-align:center;
z-index:100;
width:87px;
height:35px;
margin-top:9px;
}

.menu li:hover{
/*background-color:#B7D186;*/
background:transparent url(../images/pixel_blue2.jpg) repeat-x scroll left center;
width:87px;
height:35px;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}


/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:auto;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
background:#B7D186 none repeat scroll 0 0;
height:26px;
}



#nav {padding:0; margin:0;}
/*#nav a:hover {text-decoration:none; width:86px; padding: 8px;}*/
#nav dt b, #nav dt a {display:block; font-weight:normal; color:#FFF; height:25px; line-height:25px; padding-left:10px; cursor:pointer; width:240px;}
#nav dt b {background-image:url(../images/bkg-btn.gif);
background-repeat:repeat-x; }
#nav dt a {background-image:url(../images/bkg-btn.gif); 
background-repeat:repeat-x;}
#nav dd {padding:0; margin:0; background-color:#FFF;}
#nav dd ul {padding:0; margin:0; list-style:none;}
#nav dd ul li {padding-left:10px; padding-bottom: 5px; padding-top: 5px;}
#nav dd ul li a {color:#003366; text-decoration:none;}


.menu_abajo {width:785px; 
			 margin:auto;
			 background:transparent url(../images/pixel_gris.jpg) repeat-x scroll left center;
			 height:25px;
			 background-color:#646464;
			 }

			 
			 

/* remove the bullets, padding and margins from the lists */
.menu_abajo ul{ list-style-type:none; padding:0; margin:0;}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu_abajo li{
float:left;
position:relative;
z-index:100;
text-align: left;
width: 130px;
height:20px;
}


/* use the table to position the dropdown list */
.menu_abajo table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu_abajo a, .menu_abajo :visited {
display:block;
width:116px;
padding:5px 0 0 20px;
color:#FFF;
background:transparent url(../images/pixel_gris.jpg) repeat-x scroll left center; 
background-repeat:repeat-x;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu_abajo :hover{
color:#000;
background-repeat:repeat-x;
text-decoration: none;
}

/* hide the sub level links */
.menu_abajo ul ul {
visibility:hidden;
position:absolute;
width:127px;
height:auto;
text-align:left;
}
/* make the sub level visible on hover list or link */
.menu_abajo ul li:hover ul,
.menu_abajo ul a:hover ul{
visibility:visible;
}
