.block {
    overflow: visible !important;
}

.sf-menu {
        float: left;
        margin-bottom: 0em;
		padding-left:0px;
}
.sf-menu ul {
        box-shadow: 0px 0px 0px rgba(0,0,0,.1);
        min-width: 12em; /* allow long menu items to determine submenu width */
        *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a, .sf-menu span.active, .sf-menu span.forward.trail.submenu {
        border-left: 0px solid #fff;
        border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
        border-top: 0px solid #6f6f6f;
        padding: 9px 20px;
        text-decoration: none;
        zoom: 1; /* IE7 */
		line-height:32px;
		text-transform:uppercase;
		font-size:12px;
		/*background-color:#ff0000;*/
}
.sf-menu a.last{
background-image: none;
}
.sf-menu .level_2 a{
	background-image: none;
	text-transform:none;
	font-size:15px;
	padding: 6px 20px;
	line-height:16px;
}
.sf-menu span.forward.trail.submenu , .sf-menu a.submenu.trail{
		color:#999;
		display:block;
}
.sf-menu a {
        color: #666;
}
.sf-menu li {
        white-space: nowrap; /* no need for Supersubs plugin */
        *white-space: normal; /* ...unless you support IE7 (let it wrap) */
        -webkit-transition: background .2s;
        transition: background .2s;
		width:200px;
		border:0px solid #ff0000;
		margin-right:0px;
}
.sf-menu li.submenu.last{
margin-right:0px;
width:170px;
}
.sf-menu li.submenu.last li{
	background-color:#f2e1d9;
width:170px;
}
.sf-menu .level_2 li {
width:194px;
margin-top
}
.sf-menu  ul.level_2  {
margin-top:-6px;
}
.sf-menu li.active span.active {
    display: block;
}
.sf-menu ul li {
        
		/*background: rgba(243,239,227,1);*/
		background:#f3efe4;
		font-size:90%;
}
.sf-menu ul li a, .sf-menu li.active span.active  {
		padding: 2px 20px;
		background-image: none;
}
 .sf-menu li.active span.active  {
		background: rgba(224,224,224,.4);
		font-size:14px;
}
.sf-menu ul ul li {
        background: #f3efe3;
}

.sf-menu a.submenu:hover{
		color:#000;
}
.sf-menu  li li a:hover, .sf-menu span.forward.trail.submenu , .sf-menu a.submenu.trail{
		color:#ab8233;

}
.sf-menu li:hover,
.sf-menu li.sfHover {
       /* background: #FFF;*/
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
}
.level_1 span.forward.trail:hover{
        background-color: transparent;
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
		color:#333;
		color:#ab8233;
}
.sf-menu li ul li a{
border-top:0px solid #ccc;

}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
        padding-right: 2.5em !important;
        *padding-right: 1em !important; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
        border-top-color: white; /* IE8 fallback colour */
		
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
        border-left-color: white;
}
.sf-menu  a.sf-sub-indicator {
        background:none;
}
 .sf-sub-indicator { display: none; }
 .sf-menu li li.last {
        border-bottom:6px solid transparent;
		border-bottom-color: rgba(0,0,0,.6);
}
#uunav{
position:absolute;
right:0px;
padding:4px;
background-color:rgba(255,255,255,.7);
z-index:987;
}
#uunav a{
color:#ab8233;
text-decoration:none;
padding:2px 4px;
}
#uunav a:hover{
color:#777;
}