
#header ul { height: 37px; border: 0px solid red; clear: both; background: url(../images/top.gif)  repeat-x 0% 100%;
  margin-top: -37px; font-size: 0px; }	
*html #header ul { margin-top: -37px; }	
#header ul li {float: left; border: 0px solid red;  background: url(../images/menu-split.gif) no-repeat -2px 0%;margin-left: -0px; }
#header ul li a { font-family: Arial; font-weight: bold; font-size: 12px; letter-spacing: 1px; color: white; display: block;
background: url(../images/menu-split-right.gif) no-repeat 100% 0%;
padding: 9px; padding-left: 12px; padding-right: 12px
/*background: url(../images/menu-left.gif) no-repeat 0% 0%; width: 100%; */
}
#header ul li.active {background-color: #FFD511}
#header ul li.active a {color: black; text-decoration: none; }
#header ul li.first { padding-left: 70px; background-image: none; }
#header ul li.last { background: url(../images/menu-split.gif) no-repeat -2px 0%; }
#header ul li.last a {color: white; padding-left:12px; padding-right: 0px;  margin-left: 3px; background: none}




#menu { border: 0px solid red;  width: 100%; height: 37px; overflow: hidden; display: inline-block; position: relative;}
#menu ul {list-style-type: none; padding: 0px; margin: 0px; width: 150%; position: relative;}
#menu li { background: #ddcccc; font-family: Calibri; font-size: 16px; float: left; cursor: pointer; border-right: 1px solid red; height: 30px; }

#menu-container .arrow {border: 0px solid red; vertical-align: top; display: inline-block; height: 24px; padding: 2px; position: absolute; top: 0px; text-decoration: none; left:0;
font-size: 22px; color: white; padding-top: 4px; background: #0083c0;}
#menu-container .arrow:hover {background:#ffd511; color: black;}
#menu-container .right {left: 16px; border-left: 1px solid white}

#menu-container { margin-top: -37px; position: relative;}