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

<style type="text/css">
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-multi-three.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* color del back sin seleccionar */
#backgroundHolder {}
/* ----------------------------------------------------------------------------	*/
/* default styling */
.nav,
.nav ul{list-style-type:none; margin:0; padding:0; height:50px; font-size:14px;}
.nav a {text-decoration:none; }
.nav { width:760px; font-family:'gentium_basicbold'; }

/* style the links */
.nav a {} 
.nav a.top {}
.nav a.top2 {}
.nav a.bottom {}

.right ul ul a {}
.right ul ul a.top2 {}
.right ul ul a.bottom {}

/* style the <b> element so that is does not affect the size of the link */
.nav a b {font-weight:normal; display:block; padding:5px; padding-top:15px; color:#b3c8db; }
.nav .fly .main b { background-color:#FFF;}
.nav .down b { }
.nav .right ul b {text-align:right;}
.nav .right ul ul b {padding: 5px 10px 5px 10px;}
.nav .right ul .main b {background:  text-align:right;}
.nav .right ul ul .main b {background: text-align:right;}

/* HEIGHT */
.nav ul ul {top:-50px; } /* position the top of the flyout first sub menus */
.nav ul ul ul {top:-25px;} /* position the top of the flyout second and third sub menus */
.nav ul.two {top:-40px;} /* position the top of the flyout sub menus with previous text on two lines */

/* WIDTH change this WITH CARE to suit your requirements */

/*set the link width here*/
.nav .drop,
.nav a {width:100px; line-height:15px; }
.nav ul li {max-width:150px; } /* fix for IE8 */

/* set the left flyout position here */
.nav ul ul {left:130px;}
/* set the right flyout position here */
.nav li.right ul ul {left:auto; right:120px;}
.nav li.right ul ul ul {left:auto; right:130px;}

/* make this WIDTH - 1px */ /* or WIDTH - 0.063em if using em sizing */
.nav a {margin-right:-129px; }

/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes IE bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20;} /* necessary for float drop and to stack the <ul>s */
.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block;} /* needs to have a position, to be above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:10000px;} /* bring the top level links back into view */
.nav .drop,
.nav .fly {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */

/* The bit that does ALL the work to bring the sub menus into view */

.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; z-index:10; outline:0;  background-image:url(../images/on.png); background-repeat:repeat-x;}

.nav a:hover b,
.nav a:focus b,
.nav a:active b { color:#fff; cursor:pointer;} /* this is for keyboard tabbing color change */

/* OPERA fix */
.nav ul:hover,
.nav ul ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* ----------------------------------------------------------------------------	*/
</style>

