* {
	margin:0;
	padding:0;
}
body, html {
	background-image: url(menu_bg.png);
	background-repeat: no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	color: #FFF;
	background-attachment: fixed;
}

img {
	border: 0;
}

a:link, a:active, a:visited {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold; 
}

a:hover {
        background-color:#DEDACF;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold; 
}

a {
	color: #A7A666;
}
/* MENU */

#menu_box {
	width:170px;
	height:160px;
	background-image: url(menu_box1.png);
	background-repeat: no-repeat;
	margin-top: 100px;
	padding-top: 15px; 
	padding-bottom: 9px;
	padding-left: 10px;
}
#menu {
	width:180px;
	height:600px;
	position:absolute;
	margin:0 0 0 10px;
}
#menu_box ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 9px;
}
#menu_box ul li a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #AAA69B;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 9px;

}
#menu_box ul {
	list-style-type: none;
	padding:0; 
	margin:0;
/*	color: #CCC;*/
}