a.menu{
	color : #663a0a;
	background-color : #fdcd6f;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	width : 150px;
	text-align : left;
	margin-bottom : 4px;
	margin-top : 4px;
	font-weight : bolder;
	padding-top : 6px;
	padding-left : 3px;
	padding-bottom : 6px;
	vertical-align : middle;
	margin-left : 5px;
	display: block;
}

a.menu:hover{
	color : #663a0a;
	background-color : #fc8502;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	width : 150px;
	text-align : left;
	margin-bottom : 4px;
	margin-top : 4px;
	font-weight : bolder;
	padding-top : 6px;
	padding-left : 3px;
	padding-bottom : 6px;
	vertical-align : middle;
	margin-left : 5px;
	display: block;
}

a.footer{
	text-decoration : none;
	color : #663a0a;
}

a.footer:hover{
	text-decoration : none;
	color : #a6723b;
}

a.submenu{
	text-decoration : none;
	color : #663a0a;
	font-size:13px;
	margin-left:7px;
}

a.submenu:hover{
	text-decoration : none;
	color : #a6723b;
	font-size:13px;
	margin-left:7px;
}