﻿@charset "utf-8";

.oe_overlay{
	background:#FFF;
	opacity:0;
	position:fixed;
	top:80px;
	left:0px;
	width:100%;
	height:100%;
    display:none;
}
/*ul.oemenu{
	list-style:none;
	position:relative;
	margin:auto;
    padding-left:410px;
    max-width:970px;
    min-width:550px;   
	clear:both;
    background:#FFF;
    border-bottom:solid 1px #ee2200;
    height:31px;
    z-index:100;
    
}*/

.oemenu {
    clear: both;
    height: 31px;
    list-style: none outside none;
    margin: auto;
    width:827px;
    padding-left: 200px;
    position: relative;
    z-index: 100;
}

.oemenu > li{
	height:28px;
	padding:0 21px 2px 22px;
	float:left;
	position:relative;
    text-align:center;
    line-height:32px;
    vertical-align:middle;
    border-top: 1px solid #ebeae7;
    border-right:1px solid #ebeae7;
 
}
.oemenu span {
    display: block;
    margin-top:-12px;
}

    .oemenu li.hovered {
        background-color: #ebeae7;
        color: #ed2200;
        opacity: 1.0;
        background-position: 97% 19px;
        background-repeat:no-repeat;
    }


.oemenu li.bg_grey+li{
padding:0 17px 2px 19px;
}


.oemenu > li > a{
	display:block;
	color:#000;
	text-decoration:none;
	font-size:11px;
	height:30px;
    vertical-align:middle;
    text-transform:uppercase;
}
.oemenu > li > a:hover,
.oemenu > li.selected > a.bg_white{
    background-color:#FFF;
	color:#ed2200;
	opacity:1.0;
}

.menmargct {
    margin-left: 40px;
    width: 960px;
    background:#ebeae7;
}

.menmarg1, .menmarg2, .menmarg3, .menmarg4, .menmarg5, .menmarg6, .menmarg7, .menmarg8  {
     display:none;
    /*margin-left: -200px;*/
    position:absolute;
    /*width:960px;*/
    width: 1040px;
    height:0;
    top:126px;
    /*background:#ebeae7;*/
    overflow:hidden;
    z-index:199;
}


/* Test
ul.oemenu div{
	position:absolute;
	top:46px;
	left:0;
	width:960px;
	display:none;
    height:auto;
} 
ul.oemenu div ul li a{
	text-decoration:none;
	color:#000;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:12px;
}
ul.oemenu div ul.oe_full{
	width:100%;
}
ul.oemenu div ul li a:hover{
	background:#000;
	color:#fff;
}
ul.oemenu li ul{
	list-style:none;
	float:left;
	margin:0;
    display:block;
    text-align:left;
}
li.oe_heading{
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}

.mm1 {
    margin-left: -200px;
}
    .mm1 ul {
        height: 285px;
        display: block;
        width: 960px;
        background: transparent;
        z-index:9999;
}*/