﻿div#navcontainer_site {
	padding:0; 
	margin:0; 
	background: url("navBarBg_01.gif") repeat-x 20px;
	display: block;
	height:20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;

}
#navcontainer_site ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height:20px;
}

#navcontainer_site ul li
{
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("navBarBg_01.gif") repeat-x;
	font: 11px/22px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	height:20px;
}

#navcontainer_site a
{
	color: #333;
	text-decoration: none;
	display: block;
	width: 120px;
	border-right: 1px solid #ccc;
	height:20px;
}

#navcontainer_site li#active {
	background: url("navBarBgHover_01.gif"); 
	color: #000;
	height:20px;
	}
#navcontainer_site a:hover { 
	background: url("navBarBgHover_01.gif"); 
	color: #000;
	height:20px;
	}