/* Navigation */

	#navcontainer {
		position:relative;
		margin:0px; 
		border-bottom: 1px solid #7AA9D9;		
		padding:0px; 
		font-family: arial, helvetica, sans-serif;
		text-align: right;
		}

	#navcontainer p	{
		padding: 0px 7px 0px 0px;
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}

 /* to stretch the container div to contain floated list */ 
	#navcontainer:after {
		content: "."; 
		display: block; 
		line-height: 1px; 
		font-size: 1px;
		/*color: transparent; */
		clear: both; 
		} 

	#navcontainer	img	{
		margin: 0px;
		padding: 0px 0px 1px 0px;
		}

	ul#navlist {
		list-style: none; 
		padding:0px; 
		margin: 0px; 
		background-color: #000;
		font-size: 12px;
		}

	ul#navlist li {
		text-align: left;
		float: left; 
		height: 25px; 
		margin:0px; 
		border-left: 1px solid #fff;
		padding:0px; 
		background-color:#7AA9D9;
		font-weight: bold;
		}

	ul#navlist li { width: 65px; voice-family: "\"}\""; voice-family:inherit; width: 64px;} 
	html>body ul#navlist li { width: 64px; } 
		

	ul#navlist li a {
		display: block; 
		padding: 7px 5px 6px 7px; 
		color: #fff; 
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		height: 1%;
		}

	#navcontainer>ul#navlist li a { width: auto; height: auto; } 

	ul#navlist li#active a {
		background: #f0e7d7; 
		color: #C30; 
		}

	ul#navlist li a:hover,
	ul#navlist li#active a:hover {
		color: #FFF;
		background-color:#99CC66;
		}
		
	ul#navlist li.home	{
		border-left: none;
		}

	ul#navlist li#empty	{
		width: 100px;
		}