@charset "utf-8";
/* CSS Document */

ul {
	list-style-type: none;
	padding-left: 0px;
}
li {
	width: 190px;
	height: 34px;
}
li a {
	font-family: Arial, Helvetica, "Myriad Pro", Verdana;
	font-size: 16px;
	display: block;
	padding-left: 14px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../Image/Buttons/Nav.jpg);
	text-decoration: none;
	height: 34px;
	width: 176px;
	background-repeat: no-repeat;
	background-position: 2px;
}
li a:hover {
	font-family: Arial, Helvetica, "Myriad Pro", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #E2D7B1;
	text-decoration: none;
	background-image: url(../Image/Buttons/Nav.jpg);
	height: 34px;
	width: 176px;
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 14px;
}
