.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:1.0;
	float:left;
	margin:15px 0 0 0;
	font-size:0.8em;
}
.nav ul {
	background:#fff; /*IE6 needs this*/
}
.nav li {
	background:#BDD2FF;
	float:left;
	list-style:none;
	position:relative;
	z-index:2000;
	
}
.nav li li{
	border-top:1px solid #FFFFFF;
	float:left;
	list-style:none;
	position:relative;
	z-index:2000;
	
	
}
.nav a {
	color: #13a;
	display:block;
	text-decoration:none;
	width:11.45em;

}
.nav li ul {
	float:none;
	top:-999em;
	position:absolute;
	width:11.45em;
}

.nav li:hover,
.nav li.sfHover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#CFDEFF;
}
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left:0px;
	top:40px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left:100%;
	top:-1px;
	width:11.45em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top:-999em;
}
.nav li li {
	background:#BDD2FF;
	float:none;
	width:11.45em;
}
.nav li li li {
	background:#BDD2FF;
}
.nav li li a {
	float:none;
	padding-right:0;
	padding: 0.5em 1em 0.5em 1em;
	width:9.45em;
}
.nav li li li a {
	float:none;
	padding-right:0;
	padding: 0.25em 1em 0.25em 1em;
	width:9.45em;
}
/* quick hacks for IE */
*html .nav li li {
	margin-bottom:-3px;
}
*html .nav li li li {
	margin-bottom:-1px;
}
*+html .nav li li {
	margin-bottom:-3px;
}
*+html .nav li li li {
	margin-bottom:-1px;
}

.nav a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


.nav a
{
	width:90px;
}


.nav a.nav1
{
	background:url(../images/h04_001.gif) no-repeat;
	background-position: 0% 0%;
	height:40px;
	padding:0;
}

.nav a.nav2
{
	background:url(../images/h04_002.gif) no-repeat;
	background-position: 0% 0%;
	height:40px;
	padding:0;
}
.nav a.nav3
{
	background:url(../images/h04_003.gif) no-repeat;
	background-position: 0% 0%;
	height:40px;
	padding:0;
}
.nav a.nav4
{
	background:url(../images/h04_004.gif) no-repeat;
	background-position: 0% 0%;
	height:40px;
	padding:0;
}
.nav a.nav5
{
	background:url(../images/h04_005.gif) no-repeat;
	background-position: 0% 0%;
	height:40px;
	padding:0;
}
.nav a.nav6
{
	background:url(../images/h04_006.gif) no-repeat;
	background-position: 0% 0%;
	height:40px;
	padding:0;
}
.nav a.nav7
{
	background:url(../images/h04_007.gif) no-repeat;
	background-position: 0% 0%;
	height:40px;
	padding:0;
}
.nav a.nav8
{
	background:url(../images/h04_008.gif) no-repeat;
	background-position: 0% 0%;
	height:40px;
	padding:0;
}
.nav li.sfHover a.nav1,.nav li.sfHover a.nav2,.nav li.sfHover a.nav3,.nav li.sfHover a.nav4,.nav li.sfHover a.nav5,.nav li.sfHover a.nav6,.nav li.sfHover a.nav7
{
	background-position: 0 -40px;

}

.nav a.nav1:hover,.nav a.nav2:hover,.nav a.nav3:hover,.nav a.nav4:hover,.nav a.nav5:hover,.nav a.nav6:hover,.nav a.nav7:hover,.nav a.nav8:hover
{
	background-position: 0 -40px;

}

.nav a span{
	position: absolute; left: -9999px; 
}



