﻿#nav_green_left {
	width: 10px;
	height: 22px;
	background: #000000 url('images/nav_background_green_left.gif') bottom right;
	background-repeat: no-repeat;	
}

#nav_green_right {
	width: 10px;
	height: 22px;
	background: #000000 url('images/nav_background_green_right.gif') bottom left;	
	background-repeat: no-repeat;
}

#nav_green {
	width: 520px;
	height: 22px;
	/*OTHER*/
	background: #000000 url('images/nav_background_green.gif') bottom left;
	background-repeat: repeat-x;
}

#nav_green ul {
	/*POSITIONING*/
	height: 22px;
	list-style: none;
	color: #ffffff;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#nav_green li {
	/*POSITIONING*/
	height: 22px;
	list-style: none;
	color: #ffffee;
	float: left;
	padding: 2px 2.5px 0 8px;
	margin: 0 0 0 0;
	/*TEXT*/
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1.25px;	
}

#nav_green a {
	color: #ffffee;	
	text-decoration: none;
}

#nav_green a:hover {
	color: #aaaaaa/*008A5F*/;	
	text-decoration: none;
}

#nav_green a:visited {
	color: #ffffee;	
	text-decoration: none;
}

#nav_green li.sep {	color: #999999;	}

#nav_gray li.sep {	color: #999999; }

#nav_gray {
	width: 200px;
	height: 20px;
	background: #000000 url('images/nav_background_gray.gif') bottom left;
	background-repeat: repeat-x;
}
/*
#nav_gray_left {
	width: 10px;
	height: 22px;
	background: #000000 url('images/nav_background_gray_left.gif') bottom right;
	background-repeat: no-repeat;	
}

#nav_gray_right {
	width: 10px;
	height: 22px;
	background: #000000 url('images/nav_background_gray_right.gif') bottom right;
	background-repeat: no-repeat;	
}
*/
#nav_gray ul {
	/*POSITIONING*/
	height: 20px;
	list-style: none;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*TEXT*/
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1.5px;	
}

#nav_gray li {
	/*POSITIONING*/
	list-style: none;
	color: #dddddd;
	float: left;
	padding: 2px 8px 0 8px;
	margin: 0 0 0 0;
	/*TEXT*/
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1.5px;	
}

#nav_gray ul li a {
	color: #dddddd;	
	text-decoration: none;
}

#nav_gray ul li a:hover {
	color: #aaaaaa;	
	text-decoration: none;
}

#nav_gray ul li a:visited {
	color: #dddddd;	
	text-decoration: none;
}