/* CSS Document */
#EI_menu {
border: solid black 0px;
	height: 40px;
	width: 729px;
	margin-top: -45px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#EI_menu ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	height: 25px;
	width: 705px;
	list-style: none;
	overflow: hidden;
	color: #642B00;

}

#EI_menu ul li {
	margin: 0; 
	padding: 0;
    list-style: none;
	float: left;
	height: 15px;
	font-size:15px;
	padding-right: 0px;
	display:block;

}

#EI_menu ul li a {
	height:15px;
	display:block;
	text-indent:-9999px;
	margin-right:10px;
	overflow:hidden;
}

#EI_menu ul li#hom a {
	width: 52px;
	background: url('../images/menu/home.gif') no-repeat 0px 0px;
}
#EI_menu ul li#hom a:hover {
	width: 52px;
	background: url('../images/menu/home.gif') no-repeat 0px -15px;
}
#EI_menu ul li#bthings a {
	width: 121px;
	background: url('../images/menu/beautiful_things.gif') no-repeat 0px 0px;
}
#EI_menu ul li#bthings a:hover {
	width: 121px;
	background: url('../images/menu/beautiful_things.gif') no-repeat 0px -15px;
}
#EI_menu ul li#mplaces a {
	width: 114px;
	background: url('../images/menu/magical_places.gif') no-repeat 0px 0px;
}
#EI_menu ul li#mplaces a:hover {
	width: 114px;
	background: url('../images/menu/magical_places.gif') no-repeat 0px -15px;
}
#EI_menu ul li#dresources a {
	width: 128px;
	background: url('../images/menu/design_resources.gif') no-repeat 0px 0px;
}
#EI_menu ul li#dresources a:hover {
	width: 128px;
	background: url('../images/menu/design_resources.gif') no-repeat 0px -15px;
}
#EI_menu ul li#fessays a {
	width: 123px;
	background: url('../images/menu/features_essays.gif') no-repeat 0px 0px;
}
#EI_menu ul li#fessays a:hover {
	width: 123px;
	background: url('../images/menu/features_essays.gif') no-repeat 0px -15px;
}

#EI_menu ul li#fwine a {
	width: 82px;
	background: url('../images/menu/food_wine.gif') no-repeat 0px 0px;
}
#EI_menu ul li#fwine a:hover {
	width: 82px;
	background: url('../images/menu/food_wine.gif') no-repeat 0px -15px;
}




#BottomMenu {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 35px;
}

#BottomMenu ul {
	list-style-type: none;
	color: #843700;
	float: right;
	width: 500px;
	/*margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 20px;*/
	font-size: 9px;
	padding-left:10px;
}
#BottomMenu ul li {
	display: inline;
}

#BottomMenu ul li a:link,
#BottomMenu ul li a:visited {
	color: #843700;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}
#BottomMenu ul li a:hover {
	text-decoration: underline;
	color: #843700;
}


