﻿html, body
{
    height:100%
}

.bgnav
{
    width: 100%;
    height: 35px;
    background-image: url('../images/menu/opnav_bg.png');
}

ul.topnav
{
    display: inline-block;
     list-style: none;
    padding: 0 20px;
    margin: 0;
    float: left;
    width:80%;
    height: 35px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial; 
    font-size: 11px;
    z-index:100;
    background-image: url('../images/menu/opnav_bg.png'); 
}

ul.topnav li
{
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    position: relative;
    z-index:100;
    margin-right: 2px;
    height: 35px;
    background-image: url('../images/menu/opnav_bg.png');
}

ul.topnav li a
{
    padding: 10px 5px;
    color: #fff;
    display: block;
    text-decoration: none;
    float: left;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #7a8c9f;
}

ul.topnav li:hover
{
    height: 35px;
    background: #333;
    /*background: url('../images/menu/top_bg.png') repeat center top;*/
   
}

ul.topnav li span
{
    width: 14px;
    height: 35px;
    float: left;
    background: url('../images/menu/subnav_btn.png') no-repeat center top;
}

ul.topnav li span.subhover { background-position: center bottom; cursor: pointer; } 

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; 
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	z-index:100;
}

ul.topnav li ul.subnav li {
	margin: 0; padding: 0;
	border-top: 1px solid #252525; 
	border-bottom: 1px solid #444; 
	clear: both;
	width: 170px;
}

html ul.topnav li ul.subnav li a {
    float: left;
    width: 154px;
    background: #333;
    /*: url('../images/menu/bullet_orange.png') no-repeat 5px center;*/
    padding-left: 10px;
    line-height: 1;
}

html ul.topnav li ul.subnav li a:hover
{
    background: #E97027 ;/*url('../images/menu/bullet_orange.png') no-repeat left center*/
}


/*Nivel 2 de Menu*/
ul.topnav li ul.subnav li ul.subnav1
{
    list-style: none;
    position: absolute;
    left: 170px;
    top: 0px;
    background: #666666;
    margin: 0;
    padding: 0;
    /*display: none;*/
    float: left;
    width: 170px;
    border: 1px solid #111;
}

html ul.topnav li ul.subnav li ul.subnav1 li a
{
    float: left;
    width: 145px;
    background: #333;
    padding-left: 20px;
    background: url('../images/menu/bullet_orange.png') no-repeat 5px center;
}

html ul.topnav li ul.subnav li ul.subnav1 li a:hover
{
    background: #222 ; /*url('../images/menu/bullet_orange.png') no-repeat 5px center*/
}


/*MENU VERTICAL*/
/*
#menu { list-style: none; 
        padding: 0 0 0 0; 
        width: 100%; 
        margin: 0; } 

#menu div { display: block; 
            text-align:left;
            font-weight: bold; 
            font-size:11px; 
            color:white; 
            cursor: pointer; 
            padding: 5px; 
            margin:0; 
            background-color: #375d84; 
            background-image: url(../images/expand.png); 
            background-position: right center; 
            background-repeat:no-repeat; 
            border-bottom: 1px solid #eff2f5; } 
#menu ul { list-style-type: none; display: none; background-color: #eff2f5; } 
#menu ul li { font-weight: normal; cursor: auto; padding: 3px; width: 96%; text-align:left; height: 15px; font-size:11px; color: #375d84; display:block; } 
#menu ul li:hover { background-color: #d6dfec; font-weight: normal; cursor: auto; font-size:11px; color: #375d84; display:block; } 
#menu a { text-decoration: none; color: #375d84; }*/


.topnavH
{
    width: 213px;
    padding: 40px 28px 25px 0;
    font-family: "CenturyGothicRegular" , "Century Gothic" , Arial, Helvetica, sans-serif;
}

ul.topnavH
{
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
}

.MenuItem
{
     margin-top:10px;
}

ul.topnavH li
{
    list-style-type: none;
    background-color: #eff2f5;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #fff;
     position:relative;
}

ul.topnavH li a
{
    line-height: 10px;
    font-size: 11px;
    padding: 10px 5px;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: bolder;
    position:relative;
}

ul.topnavH li a:hover
{
    background-color: #375d84; /* #675C7C;*/
    color: white;
}

ul.topnavH ul
{
    margin: 0;
    padding: 0;
    display: none;
}

ul.topnavH ul li
{
    margin: 0;
    padding: 0;
    clear: both;
    border-style: none;
    background-color: #F8F9FA;
}

ul.topnavH ul li a
{
    padding-left: 20px;
    font-size: 10px;
    font-weight: normal;
    
}

ul.topnavH ul li a:hover
{
    background-color: #D3CEB8; /* #769EC7;*/
    color: #675C7C;
}

ul.topnavH ul ul li a
{
    color: #808080;
    padding-left: 40px;
    text-decoration: underline;
}

ul.topnavH ul ul li a:hover
{
    background-color: #F2EEE1; /* #D3CEB8;*/
    color: #675C7C;
}

ul.topnavH span
{
    float: right;
}


