/*
 * menu
 */

#header ul {
	clear:both;
	list-style:none;
	display:block;
	width:964px;
	background-image:url(../images/nav-bar.gif);
	background-repeat:no-repeat;
	height:47px;
	margin:0px;
	padding:0px;
	font-size:18px;
}

#header ul li {
	float:left;
	display:block;
	height:45px;
	margin:0px;
	padding:2px 0px 0px 0px;
}

#header ul li a {
	text-align:center;
}

#header ul li a span {
	text-shadow:#000000 0px 1px 0px;
}

#header ul li.item1 a {
	width:117px;
}

#header ul li.item1 ul a {
	width:auto;	
}

#header ul li.item2 a {
	width:138px;
}

#header ul li.item2 ul a {
	width:auto;	
}

#header ul li.item3 a {
	width:134px;
}

#header ul li.item3 ul a {
	width:auto;	
}

#header ul li.item4 a {
	width:157px;
}

#header ul li.item4 ul a {
	width:auto;
}

#header ul.menu li.item7:hover ul {
	position:absolute;
	margin-left:-108px;
	display:none;
}

#header ul.menu li.item4 ul {
	position:absolute;
	margin-left:-82px;
}

#header ul li.item5 a {
	width:115px;
}

#header ul li.item5 ul a {
	width:auto;	
}

#header ul li.item6 a {
	width:125px;
}

#header ul li.item6  ul a {
	width:auto;	
}

#header ul li.item7 a {
	width:122px;
}

#header ul li.item7 ul a {
	width:auto;	
}

#header ul li.item8 a {
	width:155px;
}

#header ul li.item8 ul a {
	width:auto;	
}

#header ul li.firstchild a {
	border-left:0px;
	margin-left:2px;	
}

#header ul li.firstchild a:hover, #header ul li.firstchild.active a {
	background-image:url(../images/nav-home-hover.gif);
	background-repeat:no-repeat;
}

#header ul li.lastchild a {
	border-right:0px;	
}

#header ul ul li.lastchild a:hover, #header ul li.lastchild ul li a:hover, #header ul li.lastchild.active ul li a {
	background-image:url(../images/content-bullet.gif) !important;
	background-repeat:no-repeat;
	background-position:center left;
}	

#header ul li a {
	display:block;
	height:31px;
	color:#FFF;
	padding-top:11px;
	text-decoration:none;
	border-left:1px solid #021d44;
	border-right:1px solid #244d88;
}

#header ul li a:hover, #header ul li.active a {
	background-image:url(../images/nav-hover.gif);
	background-repeat:repeat-x;	
}

#header ul ul {
	width:235px;
	height:auto;
	border:0px;
	margin-top:0px;
	margin-left:-7px;
	background-image:url(../images/dropdownbg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:5px;
	padding-top:0px;
	padding-left:9px;
	z-index:199;
	display:none;
	position:absolute;
}	

.nojs #header ul.menu li:hover ul, .nojs #header ul.menu li.hover ul {
	position:absolute;
	display:block;
	font-size:12px;
	text-align:center;
	z-index:199;
}

#header ul ul li {
	margin:0px;
	padding:0px;
	height:28px;
	border:0px;
	float:none;
	margin-right:10px;
	display:block;	
	text-align:left;
	padding-left:10px;
	color:#333;
	border-top: 1px dotted #AAA;
}

#header ul ul li.firstchild {
    border: none;
}

#header ul ul li a span {
	text-shadow:#ffffff 0px 1px 0px;
	color:#5d5d5d;
}

#header ul ul li a, 
#header ul li.active ul li a,
#header ul li.active ul li.active a {
	text-align:left;
	border:0px;	
	height:28px;
	color:#5d5d5d;
	background-image:url(../images/content-bullet.gif) !important;
	background-repeat:no-repeat !important;
	background-position:center left !important;
	padding-left:10px;
	padding-top: 0px;
	line-height:28px;
	font-size:13px;
}

#header ul ul li a:hover, 
#header ul li.active ul li a:hover, 
#header ul ul li.firstchild a:hover, 
#header ul ul li.lastchild a:hover {
	background-image:url(../images/content-bullet.gif) !important;
	background-repeat:no-repeat !important;
	background-position:center left !important;
	color:#252525;
}

#header ul ul li a:hover span {
	color:#252525;	
}

#header ul li.lastchild a:hover, #header ul li.active.lastchild a {
	background-image:url(../images/nav-last-hover.gif);
	background-repeat:no-repeat;
	background-position:top right;
}	


#sidebar li.item130 a span {
	background-image:url(../images/new-window.png);
	background-repeat:no-repeat;
	background-position: 163px 3px;
}

#topnavnz li.item130 a span {
	background-image: url("../images/new-window.png");
    background-position: 150px 8px;
    background-repeat: no-repeat;
    display: block;
}