#nav {
	margin:0 auto;
	width:948px;
	color:#fff;
	font-size: 13px;
}
.arial{font-family:Arial, Helvetica, sans-serif;}
/************** ALL LEVELS  *************/
/* Style consistent throughout all nav levels */
#nav li { display: block; float: left; position: relative; }

#nav li.over { z-index: 999999; }

#nav a{
	display: block; text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a:focus { display: block; text-decoration: none; /*font-weight: bold;*/}

#nav a {margin:0; color: #fff;}
#nav li a:focus, 
/*#nav li.active a,*/
#nav a:hover,
#nav li.active:hover,
#nav li.over a:hover {  background: #4B4B4B; color:#fff; }
#nav li.over a { background: #4B4B4B; color:#fff;  }
#nav li.over li a { background: none;  }
#nav li.nav-contact a,
#nav li.nav-home a{ }
#nav li.nav-home.over a:hover{ }
ul.splitmenu a:hover,
ul.splitmenu a.over { color: #333 !important; }

#nav span {
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	z-index: 999;
}

#nav li ul span { padding: 0; white-space: normal; }

#nav li.parent span {
	background: url(../images/arrow-down.png) right center no-repeat;
	padding-right: 15px;
}
#nav li.parent a:hover { background:color:#fff; color:#3B578E; }

#nav li.parent a:hover span { background-image: url(../images/arrow-down.png); }

ul.splitmenu li.parent span { background: none !important; padding-right: 0 !important; }

/************ 0 LEVEL  ***************/
#nav li.level0,
#nav li.nav-home { background: url(../images/spacer_nav.png) no-repeat right center; padding: 0; position: relative; }
#nav li.level0 a { position: relative; }

#nav li.level0 > a { text-transform: uppercase; }

#nav li.level0.parent.over a { z-index: 999999; }

#nav li.active li a,
#nav li.over li a { color: #666; }

ul.splitmenu .active.parent a { background: url(../images/arrow-active1.gif) no-repeat center bottom; }

/************ 1ST LEVEL ************/
#nav li.level1 a { position: static; text-transform: none; }

#nav ul li, #nav ul li.active { margin: 0; padding: 0; }

#nav ul li.last { padding-bottom: 0; }

#nav ul a,
#nav ul a:hover,
#nav ul a.over { background: none; float: none; }

#nav ul a { margin-bottom: 0; }

#nav ul a span,
#nav ul a:hover span,
#nav ul a.over span { float: none; }
#nav li.parent li a.over { background: none; }
#nav li.parent li a:hover { background: none; }
#nav li.parent li span,
#nav li.parent:hover li span { background: none; font-weight: normal; height: auto; }

/************ 2ND LEVEL ************/
#nav > ul {
	background: #f2f2f2;
	border-bottom: 3px solid #0191DA;
	left: -10000px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 15em;
}

#nav ul a { color: #666; }

#nav ul li { border-bottom: 1px solid #ccc; border-top: 1px solid #fff; width: 100%; }

#nav ul li.last { border-bottom: 0; }

#nav ul li:first-child,
#nav ul li.first { background: none; border-top: 0; }

#nav ul li.active > a,
#nav ul li.over > a { 	color: #274480; }
#nav li.parent li.parent span,
#nav li.parent:hover li.parent span { background: url(../images/arrow2.png) 95% center no-repeat; }

#nav li.parent li.parent li span,
#nav li.parent:hover li.parent li span { background: none; }

#nav li.parent li.parent li.parent span,
#nav li.parent:hover li.parent li.parent span {
	background: url(../images/arrow2.png) 95% center no-repeat;
}

#nav li.parent li.parent li.parent li span,
#nav li.parent:hover li.parent li.parent li span { background: none; }

/* Show menu */
#nav li.over > ul { left: 0; }

#nav li.over > ul li.over > ul { left: 150px; }

#nav li.over ul ul { left: -10000px; }

#nav ul li a,  
#nav li.active li a {
	display: block;
	font-size: 100%;
	letter-spacing: normal;
	line-height: normal;
	margin: 0;
	padding: 10px 0 10px 0;
}

#nav ul li a span { position: static; }

#nav ul li a,
#nav ul li.active li a {
	padding-top: 8px;
	padding-bottom: 8px;
}

/************ 3RD+ LEVEL ************/
#nav li.parent li.parent li.parent li.parent,
#nav li.parent:hover li.parent li.parent li.parent{
	background: url(../images/arrow2.png) 95% center no-repeat;
}
#nav ul ul { top: 5px; }

/* SPLIT MENU ---*/
ul.splitmenu { }

ul.subnav-item,
div.subnav-item {
	background: #fff;
	border-bottom: 1px solid #efd7b4;
}

#ja-subnav .subnav-item li {
	background: url(../images/topnav-sep.gif) no-repeat right center;
	display: inline;
	float: left;
	outline: none;
	padding: 0 0 0 6px;
	text-decoration: none;
}

#ja-subnav .subnav-item li:hover { }

#ja-subnav .subnav-item li a {
	color: #666;
	display: block;
	padding: 6px 10px 6px 8px;
	text-decoration: none;
}

#ja-subnav .subnav-item li:hover,
#ja-subnav .subnav-item li.hover,
#ja-subnav .subnav-item li.active { }

#ja-subnav .subnav-item li.active a { color: #cf4e33; }

#ja-subnav .subnav-item li a:hover,
#ja-subnav .subnav-item li a:focus,
#ja-subnav .subnav-item li a:active,
#ja-subnav .subnav-item li:hover a,
#ja-subnav .subnav-item li.hover a,
#ja-subnav .subnav-item li.active:hover a { color: #cf4e33; }