@charset "utf-8";
/* CSS Document */

.header_menu{
	width:940px;
	height:60px;
	background:#3d454d;
}

.header_menu ul{
	list-style:none;
}
/*
.header_menu ul li{
	width:156px;
	height:60px;
	float:left;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-family:"ubuntu_condensedregular","ubunturegular","abelregular";
}

.header_menu ul li.first, .header_menu ul li.last{
	width:158px;
}

.header_menu ul li a{
	line-height:60px;
	color:#ffffff;
	display:block;
	text-decoration:none;
}

.header_menu ul li a.active{
	background:#004b96;
}

.header_menu ul li a:hover{
	background:#e1cd00;
	text-decoration:none;
}
*/
/****************************** DROPDOWN MENU *********************************/

.header_menu ul ul, .header_menu ul ul ul {
	display: none;
}

	.header_menu ul li:hover > ul, .header_menu ul li:hover > ul li:hover > ul {
		display: block;
	}


.header_menu ul {
	list-style: none;
	position: relative;
	display: inline-table;
        width: 100%;
}
	.header_menu ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}

	.header_menu ul li {
		float: left;
		/*width:188px;*/
		width:20%;
		height:60px;
		color:#ffffff;
		font-size:18px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
		font-family:"ubuntu_condensedregular","ubunturegular","abelregular";
		position:relative;
	}
	
	.header_menu ul li.first, .header_menu ul li.last{
		/*width:158px;*/
	}
		.header_menu ul li:hover {
			background: #004b96;
		}
			.header_menu ul li:hover a {
				color: #fffffff;
			}
		
		.header_menu ul li a {
			line-height:60px;
			color:#ffffff;
			display:block;
			text-decoration:none;
		}
			
		
	.header_menu ul ul {
		background:none;
		border-radius: 0px; 
		padding:2px 0px 0px 0px;
		position: absolute; 
		top: 100%;
		background:#ffffff;
	}
		.header_menu ul ul li {
			/*min-height:39px;
			line-height:39px;*/
			text-align:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			text-transform:none;
			float: none; 
			position: relative;
			background: #3d454d;
			margin-bottom: 2px;
			min-width:200px;
			height:auto;
		}
			.header_menu ul ul li a {
				line-height:39px;
				color: #fffffff;
				padding:5px 15px 5px 15px;
			}	
				.header_menu ul ul ul{
					padding:0px 0px 0px 2px;
				}
				
				.header_menu ul ul li a:hover {
					background: #004b96;
				}
		
	.header_menu ul ul ul {
		position: absolute; left: 100%; top:0;
	}
	
	.header_menu ul li a.active{
		background:#e1cd00;
	}	

/**************************** DROPDOWN MENU END *******************************/

.header_top_menu{
	position:absolute;
	top:78px;
	right:30px;
	z-index:120;
}

.header_top_menu ul{
	list-style:none;
}

.header_top_menu ul li{
	float:left;
	padding-left:10px;
	color:#dce1e6;
	font-weight:bold;
}

.header_top_menu ul li a{
	color:#004b96;
	text-decoration:none;
}

.header_top_menu ul li a:hover{
	color:#e1cd00;
	text-decoration:none;
}