#header-menu {
	height: 72px;
	margin-top: 4px;
}
#header-menu >ul{
	height: 72px;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 999;
	float: right;
	margin-top: 0px;
}
#header-menu >ul >li{
	list-style-type: none;
	float: right;
	position: relative;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#header-menu a{
	font-size: 15px;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	white-space: nowrap;
}
#header-menu>ul>li >a{
	height: 70px;
	display: block;
	width: 148px;
	line-height: 70px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	color: #333;
}
#header-menu>ul>li:last-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcfcf;
}

#header-menu>ul>li> a.active{
	color: #fff;
	background-image: url(../../images/menu_active.png);
	background-repeat: repeat-y;
	background-position: right;
}
#header-menu>ul>li>a:hover ,nav>ul>li:hover{
	color: #FFC;
	background-color: #5F5F5F;
}
#header-menu>ul>li:hover >*{
	display: block;
	list-style-type: none;
	color: #FFC;
}
#header-menu > ul ul{
	margin: 0px;
	position: absolute;
	top: 70px;
	z-index: 999;
	display: none;
	background-color: #666;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	list-style-type: none;
	right: 2px;
	width: 180px;
	overflow: visible;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#header-menu > ul ul li{
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 2px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#header-menu > ul ul li a {
	color: #fff;
	font-weight: normal;
}

#header-menu > ul ul li:hover {
	background-color: #333;
	color: #FF9;
	list-style-type: none;
}
#header-menu > ul ul li a.active {
	color: #FF0;
}

#header-menu li.hidden {
	display:none;
}
