@charset "UTF-8";
#topnav {
	float: right;
	width: 650px;
	height: 90px;
	background-image: url(../img/topnav_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topnav ul {
	list-style-type: none;
	padding: 0px;
	background-image: url(../img/topnav_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#topnav li {
	display: inline;
}
#topnav li a {
	font-family: "Gill Sans", "Gisha", arial, sans-serif;
	font-size: 12px;
	color: #6E0D10;
	float: left;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../img/topnav_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 35px;
	padding-bottom: 40px;
	line-height: 18px;
}
#topnav li a:hover {
	color: #484538;
	background-image: url(../img/topnav_lineHover.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#subnav {
	width: 180px;
	float: left;
	padding-bottom: 15px;
}
#subnav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 17px;
	margin-left: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#subnav li a {
	color: #6E0D10;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 3px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D9CA0;
	display: block;
}
/* CSS Document */

#subnav li a:hover {
	color: #3B392E;
	
}
#subnav Img {
	margin-left: 18px;
	margin-top: 15px;
}
