/* Rozevírací nabídka
----------------------------------------------------------------------------------------------------*/

.dropdown, .minimenu {
	float: left;
	padding: 0px 0px;
	margin: 0px;
    width: 100%;
    color: white;
}

.minimenu   {
    width: 1150px;
    margin-left:25px;
}

.dropdown a, .minimenu a {
    margin: 0px;
	color: white;
    width: 160px;
	display: block;
	overflow: hidden;
	padding: 10px 0px;
	text-decoration: none; 
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

.minimenu a {
    width: 100px;
    padding: 8px 0px;
    
}

.dropdown a:hover, .minimenu a:hover {
	color: white;
	background: #CD853F !important;
	padding: 10px 0px;
    text-decoration: underline;
    border: 1px solid #8B4513;
    border-bottom: none;
    border-top: none;
}
.minimenu a:hover {
    padding: 8px 0px;
}


.dropdown ul a {
/*	background: #eee; */
}

.dropdown li {
	list-style: none;
	position: relative;
	text-align: center;
	width: 160px;
}

.minimenu li {
	list-style: none;
	text-align: center;
    float: left;
	width: 100px;
}

.dropdown li.dropdown_trigger {
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}

.dropdown ul {
	border-top-width: 0;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 9999;
    width: 160px;
    background: #CD853F;
}

.dropdown ul {
	display: none;
}

.dropdown li.dropdown_trigger:hover ul {
	display: block;
    border: 1px solid #8B4513;
    border-top: none;
}
.aaa    {
            text-align: left !important;
            display: block;
            background: #CD853F;
            text-align: left;
        }

.aaa  a  {
            padding: 4px 10px;
            text-transform: none;
            font-weight: normal;
            color: white;
            border: none;
            margin: 0px;
            text-align: left;
            
        }
.aaa a:hover    {
            padding: 4px 10px 4px 10px;
            background: #EAD59B !important;
            color: #8B4513;
            border: none;
            margin: 0px;
            display: block;
            width: 140px;
        }
.aaa:hover  {
    background: #EAD59B;
}
.active, .mactive     {
                background: #CD853F !important;
                color: white !important; 
                border-bottom: none;
            }

/* `Rounded Corners
----------------------------------------------------------------------------------------------------*/

.dropdown li.dropdown_trigger ul,
.dropdown li.dropdown_trigger ul li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}