﻿/* Horizontal navigation menu */

#navigation {
	clear: both;
	background:  url(graphics/00000001/bg_head_bottom_nav.jpg) no-repeat top left;
	height: 40px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0px;
	height: 40px;
	float: left;
	list-style: none;
	border-right: 1px solid #AFAFAF;
}

#navigation li a {
	font-family:"trebuchet ms",arial,sans-serif;
	display: block;
	padding: 11px 14px 11px 14px;
	color: #7d7d7d;
	font-weight: bold;
	font-size: 1.105em;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #d2d2d2;
	color: #000;
}
.links1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A5906;
	line-height: normal;
	font-weight: bolder;
}
.links1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: normal;
	color: #BFBA6D;
}
.links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0AD1C;
	font-weight: bolder;
	line-height: normal;
}
.links2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: normal;
}
.links3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: normal;
	text-decoration: none;
}
.links3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0AD1C;
	font-weight: bolder;
	line-height: normal;
}
.links4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: normal;
	text-decoration: none;
}
.links4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F0AD1C;
	font-weight: bolder;
	line-height: normal;
}


