body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
body {
	background-color: #dcd3ce;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9F45;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9F45;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 28px;
	color: #bfb7ae;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #FF9F45;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #FF9F45;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* HORIZONTAL NAV MENU */

.nav.horizontal {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-nav.gif) top left repeat-x;
}
.nav.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-nav-button.gif) top left no-repeat;
}

.nav.horizontal ul li a {
	display: block;
	height: 30px;
	padding-left: 20px;
	float: left;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.nav.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 7px;
	padding-right: 20px;
	background: transparent url(images/bg-nav-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END HORIZONTAL NAV MENU */


/* NAV HOVER */
.nav.beige ul li a:hover,
.nav.beige ul li.highlight a {
	background: transparent url(images/bg-nav-h.gif) top left no-repeat;
}
.nav.beige ul li a:hover span.menu_ar,
.nav.beige ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-nav-h.gif) top right no-repeat;
	color: #ffffff;
}

#test li {
	display: block;
	border: solid 1px red;
}