/***** Menü Top Primary
************************************************/
#nav_top_primary {
	background: url(img/topnav.png) no-repeat left top;
    height: 60px;
    width:950px;
    padding: 0 0 0 10px;
    text-align:left;
    }

#nav_top_primary * {
	line-height: 30px;
	font-size: 11px;
	color:#000;
	text-decoration: none;
	}

#nav_top_primary a {
    font-weight: bold;
    }

#nav_top_primary a:hover {
    text-decoration: underline;
    }

#nav_top_primary a.active *,
#nav_top_primary a.current * {
    color: #6e040f;
    font-weight: bold;
    text-decoration: underline;
    }

#nav_top_primary a.topcurrent * {
    font-weight: bold;
    text-decoration: underline;
    }
#nav_top_primary a.topcurrent.open * {text-decoration: none;
    }



/***** Menü Top Primary
************************************************/
#nav_top_secondary {
	position:relative;
	top: -30px;
    height: 30px;
    width:600px;
    padding: 0 0 0 10px;
    text-align:left;
    }

#nav_top_secondary * {
	line-height: 30px;
	font-size: 11px;
	color:#fff;
	text-decoration: none;
	}

#nav_top_secondary a {
    font-weight: bold;
    }

#nav_top_secondary a:hover {
    text-decoration: underline;
    }

#nav_top_secondary a.active *,
#nav_top_secondary a.current * {
    color: #e2b639;
    font-weight: bold;
    text-decoration: underline;
    }


/***** Menü Footer Logos
************************************************/
#nav_footer_logos {
    float:left;
    width: 750px;
    text-align:left;
    }
#nav_footer_logos a {
    margin-right: 30px;
    }
#nav_footer_logos a img {
    height: 50px;
    border: 0 none;
    }


/***** Men� Footer Static
************************************************/
#nav_footer_static {
    float:right;
    width: 180px;
    text-align:right;
    font-size: 10px;
    color:#333;
    }
#nav_footer_static a {
    font-size: 10px;
    color:#333;

    }
