﻿#LayerSubmenu {
	position: fixed;
	visibility:visible;
	left:0px;
	top:85px;
	width: auto;
	margin-top: 0px;
    margin-right: 8px;
    margin-left: 0px;
	height:67px;
	z-index:11;
	background: ffca00;
}

#SECcssmenu {
  top:90px;
  width: 894px;
  background: #ffca00;
  padding: 8px 0;
  padding-left: 80px;
  z-index:2;
}
#SECcssmenu:before {
  content: '';
  display: block;
}
#SECcssmenu:after {
  content: '';
  display: table;
  clear: both;
}
#SECcssmenu ul {
  list-style-type: none;
  position: relative;
  display: block;
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  zoom: 1;
}
#SECcssmenu ul:before {
  content: '';
  display: block;
}
#SECcssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#SECcssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#SECcssmenu li a {
  float: left;
  color: #7e7c7c;
  text-decoration: none;
  height: 24px;
  padding: 9px 15px 0;
  font-weight: normal;
}
#SECcssmenu li:hover,
#SECcssmenu .active {
  text-decoration: none;
  border-bottom: 2px solid #000000;
}
#SECcssmenu li:hover a {
  color: #000000;
}
#SECcssmenu .active a {
  color: #000;
  font-weight: 700;
}

