*{
	margin:0;
	padding:0;
}
.oe_overlay{
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
ul.oe_menu{
	list-style:none;
	position:relative;
	/*margin:30px 0px 0px 40px;*/
	width:1027px;
	float:left;
	clear:both;
	overflow: visible;
    margin: 0px !important;
}
ul.oe_menu > li{
	/*width:112px;
	height:101px;
	padding-bottom:2px;*/
	float:left;
	/*position:relative;*/
    text-decoration: none;
    line-height: normal;
    font-size: 12px;
}
ul.oe_menu > li > a{
	display:block;
	color:#aaa;
	text-decoration:none;
    white-space: nowrap;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	/*background:#fff;*/
	color:#101010;
	opacity:1.0;
    white-space: nowrap;
}
.oe_wrapper ul.hovered > li > a{
	/*background:#fff;
	text-shadow:0px 0px 1px #FFF;*/
}
ul.oe_menu .divSubMenu{
	  position: absolute;
      top: 40px;
      width: 1027px;
      min-height: 180px;
      display: none;
      left: 0px;
      border-bottom: 5px solid #cc6666;
      background-color: #e6e6e6;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	padding:2px 2px 2px 4px;
	/*margin:2px;*/
	display:block;
	font-size:12px;
    color: #1a1a1a;
}

ul.oe_menu div ul.oe_full{
	width:100%;
}

ul.oe_menu div ul li a:hover {
    color: #035944;
}

ul.oe_menu div ul li {
    float: none;
    display: block;
    line-height: 1.9em;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 319px;
    margin: auto !important;
    margin-right: 10px !important;
    overflow: visible !important;
    padding-left: 0px !important;
}
li.oe_heading{
	color: #0f0f0f;
    font-size: 14px;
    /*margin-bottom: 10px;*/
    padding-bottom: 6px;
    /*border-bottom: 1px solid #035944;*/
    font-weight: bold;
}

li.oe_heading_lv2 {
     padding-top: 10px;
     border-top: 1px solid #035944;
}

ul.oe_menu div ul li.oe_heading a{
	font-size:14px;
}

li.oe_heading a {
    color: #0f0f0f;
}

.button_3{
      padding: 0px 11px;
  text-decoration: none;
  display: inline-block;
  color: #cc6666 !important;
  margin: 0px;
  line-height: 45px;
  height: 45px;
  text-transform: uppercase;
}

.button_3:hover, .menu_selected{
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #510000 -webkit-gradient(linear, left top, left bottom, from(#510000), to(#510000));*/
    background-color: #cc6666 !important;
    color: #fff !important;
}
.photoItem
{
	display:block;
	float:left;
	margin:3px 6px;
}
.photoItem img
{
	width:210px;
	height:120px;
	padding:3px;
	border:solid 1px #c8c8c8;
}
.photoItem div
{
	width:100%;
	margin:3px 0;
	text-align:center;
}

