#nav {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
	height:30px;
}
#nav a {
	height:100%;
	display:block;
	float:left;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:8px;
	padding-right:8px;
}
#nav a:hover {
	background-color:#FFFFFF;
	height:28px;
	color: #ec5502;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #737373;
}
#nav .active {
	color:#ec5502;
	background-color:#FFFFFF;
	background-image:none;
	border-top-width:2px;
	border-top-style: solid;
	border-top-color: #737373;
	line-height: 24px;
}
#nav .active:hover {
	background-color:#FFFFFF;
	height:28px;
}
#nav .no-child {
	height:28px;
}
#nav .no-child:hover {
	height:28px;
}

#subnav {
	z-index:9 !important;
	z-index:-10;
	margin-top:0px !important;
	margin-top:-1px;
	padding-top:2px;
	height:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ec5502;
}
#subnav .active {
	margin-top:-2px;
	background-color:#EC5502;
	color:#FFFFFF;
	border-left-width:1px;
	border-right-width:1px;
	height:25px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EC5502;
	border-right-color: #EC5502;
	border-bottom-color: #EC5502;
	border-left-color: #EC5502;
	/*color:#EC5502;*/
}
#subnav .last-active {
	border:0px;
  color:#EC5502;
  font-weight:bold;
}
#subnav a {
	display:block;
	float:left;
	line-height: 25px;
	color: #ec5502;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image: url(../images/nav-line.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
}
#subnav a:hover
{
	margin-top:-2px;
	background-color:#EC5502;
	color:#FFFFFF;
	height:25px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EC5502;
	border-bottom-color: #EC5502;
}
#subnav a.active:hover {
	color:#FFFFFF;
}

