/* block top links */
#header_topMenu { display: block; width: 100%; /*float: right; padding-bottom: 10px;*/ }

ul#header_links {
	margin-top: -5px;
	margin-bottom: 0;
	list-style-type: none;
	display: table;
	float: right;
/*	float: right;
	margin-top: 3px;*/
}

#header_links li {
	display: table-cell;
	float: left;
	line-height: 25px;
	color: #505050;
	font-size: 15px;
	font-family: Arial;
}

#header_links a { text-decoration: none; color: #e0e0e0; padding: 0 15px; /*border-left: 1px solid #e0e0e0; text-transform: uppercase;*/ }
#header_links a:hover { text-decoration: underline; }

/*
#header_links a:after {
    border-right: 1px solid #777;
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    height: 9px;
    width: 0;
    opacity: 0.7;
}
*/

#header_links li:last-child a { padding-top: 3px; }
#header_links li:first-child a { /*padding-right: 0;*/ }

#header_links a { display: block; text-decoration: none; color: #505050; text-transform: lowercase; padding: 5px 10px; border-top: 5px solid #ff4d21; }

#header_links a:hover { text-decoration: none; color: #116688; border-color: #116688; }

/*block permanent links right and left columns*/
#permanent_links div { border-bottom: 1px dotted #eee; }
#permanent_links div a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background: url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links {
	clear: both;
	text-align: center;
	padding-bottom: 6px;
}

ul#footer_links li{
	display: inline;
	padding: 0 10px;
}

#header_links #header_link_home { font-size: 24px; line-height: none; }

/**/
.navbar-topAST {
	display: block;
	width: 100%;
/*    background-color: #444;*/
}

.navbar-topAST .navbar-toggle:hover, .navbar-topAST .navbar-toggle:focus {
    background-color: #333;
}

.navbar-topAST .navbar-toggle {
    border-color: #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navbar-topAST .navbar-toggle .icon-bar {
    background-color: #ccd9dc;
}

@media (min-width: 768px) {
	.navbar-header { display: none; }
}

@media (max-width: 767px) {
	.navbar-text {
		float: left;
		margin: 0;
		padding: 16px 15px;
		color: #ccc;
		font-weight: bold;
		font-size: 17px;
		line-height: 18px;
	}

	ul#header_links {
		display: block;
		float: none;
	}
	
	#header_links li {
		float: none;
		list-style: none;
		display: block;
	}
	
	#header_links li { margin: 5px 0; }
	
	#header_links li a {
		font-size: 16px;
		text-align: center;
		background-color: #333333 !important;
		color: #ccd9dc !important;
	}
	
	#header_links li:first-child a { padding-left: 0px; }
	
	#header_links a:after { border-right: none; }

	#header_links li a, #header_links li a:hover, #header_links li a:focus {
		display: block;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		text-decoration: none !important;
		border: 1px solid #565656;
/*		background-color: #4f4f4f;*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	#header_links li a:hover, #header_links li a:focus { background-color: #565656 !important; }
	
	.navbar-collapse { padding: 0; }
}