﻿#horizontal_navigation {
        background: url(../images/nav-background.gif) no-repeat; 
		  height: 41px;
}

ul#horizontal_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Georgia;
}

#horizontal_nav li {
	float: left;
	text-align: center;
}

#horizontal_nav li a {
	height: 36px;
	display: block;
	font-weight: bold;
	color: #887250;
	text-decoration: none;
	padding-top: 5px;
    width: 100px;
}

#horizontal_nav li a:hover {
	color: #c3282c;
}

#horizontal_nav li a:hover {
	color: #c3282c;
}  