@charset "utf-8";
/* CSS Document */

* html #navigation {
	behavior: url(csshover.htc);
}

#navigation {
	clear: both;
	width: 884px;
	background: #FFFFFF url(images/nav_bg.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 40px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	text-align: left;
	text-align: left;
}

#navigation ul li {
	float: left;
	width: 125px;
	font-size:14px;
	padding: 0;
}

#navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	padding: 5px 10px;
	font-weight: bold;
}

#navigation a:hover {
	background: url(images/nav_hover.gif) left 4px repeat-x; 
}

#subnavigation {
	clear: both;
	width: 900px;
	background: #FFFFFF url(images/nav_sub_bg.gif) top left no-repeat;
	height: 30px;
	padding: 0;
	/*margin-top: 10px;*/
}

#subnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#subnavigation ul li {
	float: left;
	font-size:12px;
}


#subnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	font-weight: normal;
}

#subnavigation a:hover {
	background-color: #f0b73d;
}

#subsubnavigation {
	background: url(images/nav_sub_sub_bg.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 100%;
	text-align: center;
}

#subsubnavigation ul {
	list-style: none;
	margin:0;
	margin-left: 70px;
	padding: 0;
	padding-top: 5px;
	text-align: center;
}

#subsubnavigation ul li {
	float: left;
	font-size:12px;
}

#subsubnavigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: normal;
}

#subsubnavigation a:hover {
	text-decoration: underline;
}
