<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nav {
	position:absolute;
	top: 160px;
	margin: 0px auto;
	font:600 14px/15px 'Roboto', sans-serif;
	background: #ffffff;
/*	border:1px solid #ffff00;

	width:100%;
	padding: 0 0 0 25px;
	height:56px;



*/
	-webkit-border-radius: 5px;    
  	   -moz-border-radius: 5px;
		 border-radius:5px;
	color:#302c28;
	z-index:5000;
}
/*
#nav li:first-child  {
    margin:  0 0 0 15px;
}
*/

#nav li {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    list-style: none;
}



/* main level link */
#nav a {
/*    background: #f0f0f0;*/
    font-weight: bold;
    color: #302c28;
    text-decoration: none;
    display: block;
    padding:  19px 25px 19px 0px;
    margin: 0;
    font:700 18px/18px 'PT Sans', sans-serif;
    text-decoration:none;
}
#nav a:hover {
	color: #d0ad68;
	text-decoration:underline;
}
/*
#nav a.hassub {
        padding:  15px 30px 15px 15px;
	background: url(/skins/template/i/arrN.png) no-repeat center right;
}
#nav a.hassub:hover {
	background: #4489b3 url(/skins/template/i/arr.png) no-repeat center right;
}
*/

/* main level link hover */
#nav .current a, #nav li:hover &gt; a {
/*    background: #000;*/
	color:#d0ad68;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    color: #302c28;
    background: #ffffff;
	font:700 14px/14px 'PT Sans', sans-serif;
	padding: 5px 10px;
	position:relative;
	z-index:5000000;
}

#nav li:hover li:last-child {
    padding: 0px 0px 10px 0px;
    background: #ffffff;
	-webkit-border-radius: 5px;    
  	   -moz-border-radius: 5px;
		 border-radius:5px;
}


#nav li:hover li a:hover {

}

#nav ul a:hover {
     color: #d0ad68 !important;
}

/* dropdown */
#nav li:hover &gt; ul {
    display: block;
}

/* level 2 list */
#nav ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 285px;
    position: absolute;
    top: 55px;
    left: 0px;
/*
border-left: 1px solid #F7DFAE;
border-right: 1px solid #F7DFAE;
border-bottom: 1px solid #F7DFAE;
*/

-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);  
-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3); 
box-shadow: 0px 6px 8px rgba(0,0,0,.3);

-webkit-border-radius: 5px;    
-moz-border-radius: 5px;
border-radius:5px;


}

#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
    z-index: 10001;
}

#nav ul a {
    font-weight: normal;
	font:700 18px/18px 'PT Sans', sans-serif;
	text-transform:none;
	padding: 6px 10px 6px 15px;
}

/* level 3+ list */
#nav ul ul {
    left: 100%;
    top: 0px;
}

/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav {
    display: inline-block;
} 
/*
html[xmlns] #nav {
    display: block;
}
 
* html #nav {
    height: 1%;
}
*/


#nav a.ative { color: #d0ad68 !important; } </pre></body></html>