.menuBar {
	position: relative;
	left: 158px;
	top: 47px;	
	background: url(../images/menubar_background.gif) no-repeat;
	/*border: 1px solid;*/
	width: 700px;
	height: 25px;
	z-index: 200;
	font-size: 8pt;
}

.menuBar a {
	color: #FFFFFF;
	text-decoration: none;
}

.menuBarActive, .menubar li.active {
	background: url(../images/menubar_backgroundActive.gif) no-repeat;
	color: #c0272d;
}

.menuBar ul.topMenu { list-style: none; margin: 0; padding: 0; }
.menuBar ul.topMenu li.active a { color: #c0272d; text-decoration: none; }
.menuBar li#menu1 { float:left; height: 10px; width: 72px; font-weight: bold; padding: 4px; }
.menuBar li#menu2 { float:left; height: 10px; width: 120px; font-weight: bold; padding: 4px; }
.menuBar li#menu3 { float:left; height: 10px; width: 100px; font-weight: bold; padding: 4px; }
.menuBar li#menu4 { float:left; height: 10px; width: 100px; font-weight: bold; padding: 4px; }
.menuBar li#menu5 { float:left; height: 10px; width: 120px; font-weight: bold; padding: 4px; }
.menuBar li#menu6 { float:left; height: 10px; width: 90px; font-weight: bold; padding: 4px; }
.menuBar li#menu7 { float:left; height: 10px; width: 100px; font-weight: bold; padding: 4px; }

/*
.menuBar ul#menu1 { position: relative; left: 0px; top: 4px; }
.menuBar ul#menu2 { position: absolute; left: 60px; top: 4px; }
*/
.menuBar ul#menu3 { position: absolute; left: 130px; top: 1px; z-index: 200; }
.menuBar ul#menu4 { position: absolute; left: 239px; top: 1px; z-index: 200; }
.menuBar ul#menu5 { position: absolute; left: 350px; top: 1px; z-index: 200; width: 120px; }
.menuBar ul#menu6 { position: absolute; left: 472px; top: 1px; z-index: 200; }
.menuBar ul#menu7 { position: absolute; left: 570px; top: 1px; z-index: 200; }

.menuBar div#menu1 { position: absolute; left: 0px; top: 20px; font-weight: bold;  z-index: 200; }
.menuBar div#menu2 { position: absolute; left: 0px; top: 20px; font-weight: bold;  z-index: 200; }
.menuBar div#menu3 { position: absolute; left: 0px; top: 20px; font-weight: bold;  z-index: 200; }
.menuBar div#menu4 { position: absolute; left: 0px; top: 20px; font-weight: bold;  z-index: 200; }
.menuBar div#menu5 { position: absolute; left: 0px; top: 20px; font-weight: bold;  z-index: 200; }
.menuBar div#menu6 { position: absolute; left: 0px; top: 20px; font-weight: bold;  z-index: 200; }
.menuBar div#menu7 { position: absolute; left: 0px; top: 20px; font-weight: bold;  z-index: 200; }

ul.menu, ul.menu ul {
	position: relative;
	z-index: 100;
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 75px;
}

ul#menu3 li {
	width: 100px;
}

ul#menu4 li {
	width: 120px;
}

ul.menu a {
	z-index: 200;
  display: block;
  text-decoration: none;	
}

ul.menu li {
	z-index: 200;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}

ul.menu li a {
	/*background: no-repeat #C1C4C7;*/
	z-index: 200;
	background: no-repeat #000000;
	color: #FFFFFF;	
	padding: 0.25em;
}

ul.menu li a:hover {
  background: #999999;
  color: #FFFFFF;	
}
ul.menu li a.active, ul.menu li a.active:hover {
  background: #666666;
  color: #FFFFFF;	
}
ul.menu li a.dropdown:hover {
  background: url(../images/arrowDown.gif) no-repeat #AAAAAA;
  background-position: 50px 3px;
  color: #FFFFFF;	
}

ul.menu li a.dropdown {
  background: url(../images/arrowDown.gif) no-repeat #C1C4C7;
  background-position: 50px 3px;
}

ul.menu li ul li a {
  background: url(../images/arrowRight.gif) no-repeat #D4D5D7;
  background-position: 5px 5px;
  color: #000;
  padding-left: 25px;
}

ul.menu li ul li a:hover {
  background: url(../images/arrowRight.gif) no-repeat #AAAAAA;
  background-position: 5px 5px;
  padding-left: 25px;
}

ul.menu li ul li a.active, ul.menu li ul li a.active:hover {
  background: #666666;
  color: #FFFFFF;	
}
