/******  header ******/
#header-region ul{
	margin-left: 12px;
	height:1.1em;
	padding-left:0;
	font-size:1em;
	}
#header-region ul li{
	background-image:none;
	float:left;
	position:relative;
	padding:8px 0 0 0;
	margin:0;
	list-style:none;
	font-size:1em;
	height:25px;
	}
#header-region  a{font-size:1em;}
#header-region ul li a{
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-right: 1px solid #fff;
    padding:0px 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#header-region ul li:first-child a{
	border-left: 1px solid #fff;
	}
#header-region ul ul li:first-child a{
	border:0;
	}
#header-region ul li a:hover,
#header-region ul li a.active{
	color:#2ca4da;
	}
/******  style links with siblings  ******/
#header-region li.expanded{
	position:relative;
	z-index:1000;
	}
#header-region li.expanded:hover{
	color: #fff;
	background: url(../images/nav-hover-tab.png) no-repeat 5px 0;
	
	}
#header-region li.expanded ul a{
	color:#fff;
	background:none;
	}
#header-region li.expanded ul *,#header-region ul ul{
	border:0;
	text-transform:none;
	}
#header-region li.expanded ul{
	position:absolute;
	left:-999em;
	top:28px;
	font-size:1em;
	padding: 12px 0 10px 0;
	height:auto;
	z-index:1000;
	background: url(../images/nav-dropdown-footer.png) no-repeat bottom left;
	}
#header-region li.expanded ul li{
	display:block;
	float:none;
	font-size:1em;
	width:163px;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	height:20px;
	list-style-image:none!important;
	}
#header-region li.expanded ul li a{
	display:block;
	width:153px;
	padding: 3px 0 2px 10px;
	height: 15px;
	margin:0 0 0 0;
	background: url(../images/nav-dropdown-link.png) repeat-x bottom left;
	}
#header-region li.expanded ul li a:hover{
	color:#fff;
	background:  url(../images/nav-dropdown-link.png) repeat-x top left;
	}
#header-region li.expanded:hover ul{
	left:auto;
	left:-7px;
	z-index:1000!important;
	}
	
.block ul.menu li.leaf{
	list-style-type:none;
	list-style:none;
}

/****** end header - jdg******/