	
	
	.menu_static   {
	
		padding: 0px 0px 0px 0px;
		width: 166px;
		position:absolute;
	
		z-index: 255;
		margin-right: 25px;
		margin-top: 0px;
		
		border-top: solid 1px #dbd6d3;
		
		font-family:Arial;
		font-size:11px;
		text-decoration: none;
		text-transform:uppercase;
		font-weight:bold;
	}
	
	.menu_static li {
	
		list-style: none;
		padding: 5px 0px 5px 3px;
		border-bottom: solid 1px #dbd6d3;
		color: #e0530e;
	}
	
	
	.menu_static ul {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	
	.menu_static a {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		margin-bottom: 5px;
		
		margin: 0px 0px 0px 0px;
		
		color:#3C3C3C;
			
		list-style: none;
	}
	
	.menu_static a:hover {
		color: #e0530e;
		
		}
		
	.menu_staticHighlight {
		color: #e0530e;
		list-style: none;
	}
	
	
	/* Hack for first line */
	.menu_static em {
		color: #e0530e;
		list-style: none;
		text-decoration:none;
		font-style:normal;
	}
	
	
	