@CHARSET "UTF-8";
#head {
	background: white url(../../images/bg/gradient_gray_1.png) repeat-x top left;
	border-bottom: 1px solid white;
	height: 67px;
	overflow: hidden;
}
#head #logo {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#head #menu {
	margin-left: 400px;
}
#head #menu li {
	display: block;
	float: left;
	height: 67px;
	border-left: 1px solid white;
	background: white url(../../images/bg/gradient_gray_2.png) repeat-x 0px -5px;
}
#head #menu li a {
	display: block;
	height: 20px; /*67*/
  padding: 20px 15px;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: Arial;
  font-size: 1.0em;
  text-align: center;
	color: #818080;
	color: #999999;
}
#head #menu li:hover, #head #menu li.hover {
	background-position: 0px -40px;
}
#head #menu li a:hover, #head #menu li.hover a {
	color: #454545;
	color: black;
}
#head #menu li.menu_6 {
	width: 6em;
}
#head #menu li.menu_6 a {
	border-bottom: 7px solid #3c8e0b;
}
#head #menu li.menu_6 a:hover, #head #menu li.menu_6.hover a {
  border-bottom: 7px solid #4ac500;
}
#head #menu li.menu_5 {
  width: 14em;
}
#head #menu li.menu_5 a {
	border-bottom: 7px solid #990000;
}
#head #menu li.menu_5 a:hover, #head #menu li.menu_5.hover a {
  border-bottom: 7px solid #ff0000;
}
#head #menu li.menu_4 {
  width: 9em;
}
#head #menu li.menu_4 a {
	border-bottom: 7px solid #000099;
}
#head #menu li.menu_4 a:hover, #head #menu li.menu_4.hover a {
  border-bottom: 7px solid #3300cc;
}
#head #menu li.menu_3 {
  width: 8em;
}
#head #menu li.menu_3 a {
	border-bottom: 7px solid #ffcc00;
}
#head #menu li.menu_3 a:hover, #head #menu li.menu_3.hover a {
  border-bottom: 7px solid #ffff33;
}
#head #menu li.menu_2 {
  width: 7em;
	border-right: 1px solid white;
}
#head #menu li.menu_2 a {
	border-bottom: 7px solid #703404;
}
#head #menu li.menu_2 a:hover, #head #menu li.menu_2.hover a {
  border-bottom: 7px solid #984707;
}