@CHARSET "UTF-8";







#navi .topline {
	/*background-color: rgb(60, 60, 60);*/
	z-index: 5000;
	border-top: 1px solid #FFFFFF;
	overflow: hidden !important;
}

#navi .table {
	display: table;
	width: 100%;
	
	height: auto;
	line-height: normal;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	/*border-top: 5px solid #FFFFFF;*/
}
#navi .table a {
	width: 100% !important;
	height: auto;
	line-height: 20px;
	text-align: left;
	padding: 0;
}
#navi .table a:hover {
	width: 100%;
	color: #032F42;
	/*background: none;*/
}
#navi .table_row {
	display: table-row;
}
#navi .table_cell_head {
	border: none;
	/*border: 1px solid #FFFFFF;*/
	display: table-cell;
	/*padding: 3px 10px;*/
	margin: 0;
	padding: 0;
	width: 95%;
	
	font-weight: bold;
	border-bottom: 1px dashed #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	cursor: default;
}
#navi .table_cell {
	border: none;
	/*border: 1px solid #FFFFFF;*/
	display: table-cell;
	/*padding: 3px 10px;*/
	margin: 0;
	padding: 0;
	width: 25%;
}
#navi .table_cell:first-child {
	width: 1% !important;
	padding-right: 12px;
}
#navi .table_cell:last-child {
	width: 1% !important;
}
#navi .table_cell div.nav_header {
	width: 90%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	cursor: default;
}
#navi .table_cell div.nav_points {
	width: 90%;
}
#navi .table_cell div.nav_points a:before {
	font-family: FontAwesome;
	content: "\f101" " ";
}
#navi .table_foot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
#navi .table_body {
	display: table-row-group;
}
#navi .table_spacer {
	height: 50px;
}



/*** EOF ***/