/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- MENU ------------------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
ul#menu{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	font-size: 9pt;
	position: relative;
	/*background-color: #4c4c4c;*/
}
	ul#menu li.main_link{display: inline; float: left; margin: 0px 1px 0px 0px; height: 38px; width: 80px; padding: 0px 0px;}
	ul#menu li.main_link a.parent_link{display: block; text-align:left; font-weight: lighter; color: #4c4c4c; position: relative; top: 0px;}
	ul#menu li.main_link a.parent_link:hover{color: #4c4c4c;}

/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- SUB_MENU --------------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
.sub_menu ul{list-style: none; margin: 0px; padding: 0px; position: absolute; z-index: -1; /* z-index: 2000; */ cursor: pointer;}
	.sub_menu ul li{margin: 0px; padding: 0px; clear: both; text-align: left; font-variant:small-caps;}
	.sub_menu ul li a{
		display: block; overflow:hidden; text-decoration: none; text-align: left; font-variant:small-caps;
		background-color: #6C6C6C; padding: 5px 10px 5px 20px; color: #fff; width: 140px; position: relative; top: 0px; left: -12px;}
	.sub_menu ul li a:hover{background-color: #515151; color:#CDC131; font-variant:small-caps;}
	

/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- CLEARFIX ------------------------------------------------------------------------------------------------------ -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
.clearfix:after{content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; text-align:left;}
.clearfix{display: inline-block;}
html[xmlns] .clearfix{display: block;}
* html .clearfix{height: 1%;}


	
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- RESETS --------- **** This must always stay at the bottom of the style sheet **** -------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
#menu li.last_column, li.last_column{background-image: none;}


