#menuHolder {
width: 975px;
}

#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:26px;
	position:relative;
	z-index:500;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff!important;
	
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#000;
}
#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover > a {
	color:#000;
/*	background:#c60;*/


}
#menu li:hover > a.sub {
	color:#000;
/*	background-color:#c60;*/
}
#menu li.current a {
	color:#000;
	/*background:#840;*/
	background: #0a5aa3
}
#menu li a.sub {
	/*background: #333 url(images/down-arrow.gif) no-repeat right center;*/
}
#menu li.current a.sub {
	color:#000;
	background:#840 url(images/down-arrow.gif) no-repeat right center;
	
}
#menu :hover ul {
	left:0;
	top:26px;
	width:200px;
	background:#0a5aa3;
}
/* 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:0;
	margin:0;
	padding:0;
	list-style:none;
}

#menu :hover ul :hover ul {
	left:200px;
	top:0;
	/*background:#222;*/
	background: #0a5aa3;
	white-space:nowrap;
	width:200px;
	z-index:200;
	height:auto;
	
	
}
#menu :hover ul li {
	margin:0;
	border-bottom: 2px solid #04437c;
	
	
}

#menu :hover ul li.last {
	border-bottom:1px solid #000;
}
#menu :hover ul li a {
	width:200px;
	padding:0;
	text-indent:10px;
	/*background:#333;*/
	background: #0a5aa3;
	color:#fff;
	height:26px;
	line-height:26px;
	display: block;

}
#menu :hover ul li a.fly {
	background: #0a5aa3 url(images/right-arrow.gif) no-repeat right center;
}

#menu :hover ul li a.fly:hover {
	background: #053b6d url(images/right-arrow.gif) no-repeat right center;
}

#menu :hover ul :hover {
	background-color:#053b6d;
	color:#fff;
}
#menu :hover ul :hover a.fly {
	background-color:#053b6d;
	color:#fff;
}
#menu :hover ul li.currentsub a {
	background:#053b6d;
	color:#fff;
}
#menu :hover ul li.currentsub a.fly {
	background:#053b6d url(images/right-arrow.gif) no-repeat right center;
	color:#fff;
}



#menu :hover ul :hover ul li a {
	width:200px;
	padding:0;
	text-indent:10px;
	/*background:#3e3e3e;*/
	background: #0a5aa3;
	color:#fff;
}
#menu :hover ul :hover ul :hover {
/*	background-color:#d70;*/	
background-color:#053b6d;
	color:#fff;
}
#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background:#0a5aa3;
	color:#fff;
}



.menu01a, .menu01a a {
width: 94px;
background: url(images/menu.gif) no-repeat 0 0;
}
.menu02a , .menu02a a {
width: 159px;
background: url(images/menu.gif) no-repeat -94px 0;
}
.menu03a , .menu03a a {
width: 199px;
background: url(images/menu.gif) no-repeat -253px 0;
}
.menu04a , .menu04a a {
width: 162px;
background: url(images/menu.gif) no-repeat -452px 0;
}
.menu05a , .menu05a a{
width: 131px;
background: url(images/menu.gif) no-repeat -614px 0;
}
.menu06a , .menu06a a{
width: 137px;
background: url(images/menu.gif) no-repeat -745px 0;
}
.menu07a , .menu07a a{
width: 93px;
background: url(images/menu.gif) no-repeat -882px 0;
}
