/*#menu
{
    width: 900px;
    height: 39px;
    z-index: 12;
    float: left;
    margin-top: 107px;
}

#menu ul#nav
{
    width: 900px;
    height: 39px;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1em;
    background: url(../Img/backgroundMenu.png) repeat-x bottom;
}

ul.dropdown li
{
    color: #FFF;
}

ul.dropdown li a
{
    color: #FFF;
}

ul.dropdown a:hover
{
    color: #ffcc00;
}

ul.dropdown a:active
{
    color: #ffcc00;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    color: #ffcc00;
}

ul.dropdown a
{
    text-decoration: none;
}

ul.dropdown ul
{
    width: 140px;
}

ul.dropdown ul li
{
    background-color: #29651e;
    text-align: Left;
    width: 140px;
    vertical-align: middle;
    padding-left: 5px;
}



ul.dropdown, ul.dropdown li, ul.dropdown ul
{
    list-style: none;
    margin: 0;
    vertical-align: middle;
    padding: 6px 17px 6px 2px;
}

ul.dropdown li.separacion
{
    width: 30px;
}

ul.dropdown
{
    /*position: relative;*//*
    float: left;
}

ul.dropdown li
{
    float: left;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    position: relative;
}

ul.dropdown ul
{
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: -5px;
}

ul.dropdown ul li
{
}

ul.dropdown ul ul
{
    top: -6px;
    left: 160px;
}

ul.dropdown li:hover > ul
{
    visibility: visible;
}


ul.dropdown ul.color li
{
    z-index: 999;
    position: relative;
    cursor: default;
    height: 15px;
    padding-top: 4px;
}

ul.dropdown ul.color li.hover, ul.dropdown ul.color li:hover
{
    position: relative;
    cursor: default;
    background-color: #2f7922;
    color: #ffcc00;
    height: 15px;
}
*/

/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling *//*
.menu
{
    width: 900px;
    height: 39px;
    z-index: 12;
    float: left;
    margin-top: 107px;
    background: url(../Img/backgroundMenu.png) repeat-x bottom;
}
.menu ul li a, .menu ul li a:visited
{
    display: block;
    text-decoration: none;
    width: 104px;
    height: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background: #710069;
    line-height: 20px;
    font-size: 11px;
    overflow: hidden;
}
.menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu ul li
{
    float: left;
    position: relative;
}
.menu ul li ul
{
    display: none;
}
*/
/* specific to non IE browsers *//*
.menu ul li:hover a
{
    color: #fff;
 *//*   background: #36f;*//*
}
.menu ul li:hover ul
{
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    width: 105px;
}
.menu ul li:hover ul li a.hide
{
    background: #6a3;
    color: #fff;
}
.menu ul li:hover ul li:hover a.hide
{
    background: #6fc;
    color: #000;
}
.menu ul li:hover ul li ul
{
    display: none;
}
.menu ul li:hover ul li a
{
    display: block;
    background: #ddd;
    color: #000;
}
.menu ul li:hover ul li a:hover
{
    background: #6fc;
    color: #000;
}
.menu ul li:hover ul li:hover ul
{
    display: block;
    position: absolute;
    left: 105px;
    top: 0;
}
.menu ul li:hover ul li:hover ul.left
{
    left: -105px;
}*/
/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu
{
    /*position:relative;*/
    z-index: 100;
    width: 900px;
    height: 39px; /*    z-index: 12;*/
    float: left;
    margin-top: 107px;
    background: url(../Img/backgroundMenu.png) repeat-x bottom;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu ul ul
{
    width: 149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
    float: left; /*    width:149px;*/
    position: relative; /*        padding: 6px 17px 6px 2px;*/
}

/* style the links for the top level */
.menu a, .menu a:visited
{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 6px 17px 6px 2px; /*    line-height:29px;*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
    /*    visibility:hidden;*/
    position: absolute; /*    height:0;     top:31px;     left:0;     width:149px;*/
    visibility: hidden;
    position: absolute;
    width: 149px;
    top: 25px;
    z-index: 999;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
    background-color: #29651e;
    text-align: Left;
    width: 149px;
    vertical-align: middle;
    padding: 3px 5px 3px 5px;
}

/* style the top level hover */
.menu a:hover
{
    text-decoration: none;
    color: #ffcc00;
    background: none;
}
.menu ul ul a:hover
{
    text-decoration: none;
    color: #ffcc00;
    background-color: #2f7922;
}
.menu :hover > a
{
    text-decoration: none;
    color: #ffcc00;
}
.menu ul ul :hover > a
{
    text-decoration: none;
    color: #ffcc00;
    background-color: #2f7922;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility: visible;
}


.menu ul li.separacion
{
    width: 30px;
}
