@charset "utf-8";
/* CSS Document */


#menu {
	margin:0;
	list-style:none;
	height:50px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	

}
#menu li a span {
  display: none;
  position: absolute;
  left:-9999px;
}

#menu, #menu a {
	display: block;
}
/**/
.menu1,.menu1 a {
	width: 70px;
	height: 50px;
	background:url(navigation.jpg) no-repeat 0 0;
}
.menu1:hover, .menu1 a:hover {
	background: url(navigation.jpg) no-repeat 0 -50px;
}
.menu2,.menu2 a {
	width: 110px;
	height: 50px;
	background: url(navigation.jpg) no-repeat -70px 0;
}
.menu2:hover, .menu2 a:hover {
	background: url(navigation.jpg) no-repeat -70px -50px;
}
.menu3,.menu3 a {
	width: 245px;
	height: 50px;
	background: url(navigation.jpg) no-repeat -180px 0;
}
.menu3:hover, .menu3 a:hover {
	background: url(navigation.jpg) no-repeat -180px -50px;
}
.menu4,.menu4 a {
	width: 100px;
	height: 50px;
	background: url(navigation.jpg) no-repeat -425px 0;
}
.menu4:hover, .menu4 a:hover {
	background: url(navigation.jpg) no-repeat -425px -50px;
}
.menu5, .menu5 a {
	width: 140px;
	height: 50px;
	background: url(navigation.jpg) no-repeat -525px 0;
}
.menu5:hover, .menu5 a:hover {
	background: url(navigation.jpg) no-repeat -525px -50px;
}
.menu6, .menu6 a {
	width: 190px;
	height: 50px;
	background: url(navigation.jpg) no-repeat -665px 0;
}
.menu6:hover, .menu6 a:hover {
	background: url(navigation.jpg) no-repeat -665px -50px;
}
.menu7, .menu7 a {
	width: 135px;
	height: 50px;
	background: url(navigation.jpg) no-repeat -855px 0;
}
.menu7:hover, .menu7 a:hover {
	background: url(navigation.jpg) no-repeat -855px -50px;
}





#menu li {
	float:left;
	margin-right:1px;
}
#menu li a {
	display:block;
	height:50px;
/*	background:#333;
*/	color:#ccc;
	text-decoration:none;
	font-size:12px;
/*	font-weight:bold;
*//*	padding:0 30px 0 20px;
*/}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
/*	background-color:#884400;
*/}
#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover > a {
	color:#fff;
/*	background:#884400;
*/}
#menu li:hover > a.sub {
	color:#fff;
/*	background-color:#884400;
*/}
#menu li.current a {
	color:#fff;
	background-color:#c6c0ef;
	/* for IE */
  	filter:alpha(opacity=85);
  	/* CSS3 standard */
  opacity:0.85;
}
#menu li a.sub {
	/*background: #333 url(images/up-arrow.gif) no-repeat right center;*/
}
#menu li.current a.sub {
	color:#fff;
	background-color:#c6c0ef;
	  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;

}

#menu li:hover ul {
	left:0;
	top:auto;
	bottom:50px;
/*	width:150px;
*/	background:#444;
}
#menu a:hover ul {
	left:0;
	top:auto;
	bottom:0;
/*	width:120px;
*/	background:#444;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
}
#menu :hover ul :hover ul {
	left:120px;
top:auto;
	background:#222;
	white-space:nowrap;
/*	width:100px;
*/	z-index:200;
	height:auto;
}
#menu :hover ul :hover ul.fly3 {
	bottom:auto;
	top:-53px;
}
#menu :hover ul :hover ul.fly2 {
	bottom:auto;
	top:-27px;
}
#menu :hover ul :hover ul.fly1 {
	bottom:auto;
	top:-27px;
}
#menu :hover ul li {
	margin:0	;
	border-top:1px solid #9D92E2;
}
#menu :hover ul li a {
/*	width:120px;
*/	padding:0;
	text-indent:10px;
	background:#c6c0ef;
	color:#000;
	height:25px;
	line-height:25px;
		background-color:#c6c0ef;
	  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
}

#menu :hover ul.sub2 li a {
	width:190px;
	padding:0;
	text-indent:10px;
	background:#c6c0ef;
	color:#000;
	height:25px;
	line-height:25px;
}
#menu :hover ul li a.fly {
	background:#333 url(images/right-arrow.gif) no-repeat right center;
}
#menu :hover ul.sub2 :hover {
	background-color:#e1ddfc;
	color:#000;
}
#menu :hover ul :hover {
	background-color:#e1ddfc;
	color:#000;
}
#menu :hover ul :hover a.fly {
	background-color:#e1ddfc;
	color:#000;
}
#menu :hover ul li.currentsub a {
	background:#e1ddfc;
	color:#000;
}
#menu :hover ul li.currentsub a.fly {
	background:#e1ddfc url(images/right-arrow.gif) no-repeat right center;
	color:#000;
}
#menu :hover ul :hover ul li a {
	width:100px;
	padding:0;
	text-indent:10px;
	background:#3e3e3e;
	color:#ccc;
}
#menu :hover ul :hover ul :hover {
	background-color:#884400;
	color:#fff;
}
#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background:#884400;
	color:#fff;
}

