#MenuColumn{
	/*position : fixed;*/
}

#menu{
	width : 100%;
	border-bottom : 3px solid #FED297;
}

#menu li{
	display : block;
	border-top : 3px solid #FED297;	
}

#menu li a{
	color : #EA6124;
	font-size : 12px;
	padding:8px 0 6px 29px;
	text-decoration : none;
	display : block;
	font-family : Arial;
}

#menu li a:hover{
	text-decoration : underline;
}

#menu li a.activepage{
	background : #EA6124;
	font-weight : bold;
	color : #fff;
}
