a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: white;
}

#menu_middle a {
	color: white;
	text-decoration: none;
    	font-size: 14px; 
	font-family: Arial;
	font-style: none;
    
}

#menu_middle a:hover {
	color: yellow;
}

#menu_b {
	color: rgb(239,156,44);
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
}

#menu_b a {
	color: white;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
}

#menu_b a:hover {
	color: white;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;

}


#menu_outer {width: 170px; height: 550px; position: absolute; left: 0px;
	border 1px solid red; 
    	background: url("menu_hatter.jpg");
}

#menu_middle {width: 150px; text-align: left;
	border 1px solid red; 
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	line-height: 19px;
}
