@charset "UTF-8";
/* CSS Document */

#menu_navigation {
	margin-top:20px;
	width:300px;
	float:right;
	}
#menu_navigation h3 {
	color:#4A5A69;
	text-align:left;
	margin:10px 0 0 20px;
	}
#menu_navigation h4 {
	color:#4A5A69;
	margin:5px 0 0 20px;
	}
#menu_navigation a {
	font-size:14px;
	font-weight:bold;
	color:#695D4A;

	}
#menu_navigation a:hover {
	font-weight:bold;
	color:#B5AB81;
	}
#menu_navigation ul {
	list-style:none;
		
	}
#menu_navigation li {
	background: url(../../images/arrowbullet.png) no-repeat center left;
	margin:5px;
	padding-left:20px;
	}
input.white {
	background-color:#fff;
	}
#menu_navigation img {
	float:left;
	height:150px;
	width:200px;
	margin:20px 0 20px 40px;
	}