/* derrived from http://www.cssplay.co.uk/menus/tutorial.html */


a.nav, a.nav:link, a.nav:visited 
		{display:block; 
		width: 157px; /* divide the navcontainer width by number of blocks */ 
		height: 45px; 
		background: #0000CC; 
		border-right: 1px solid #D7D7D7; 
		margin: none; 
		text-align: left; 
		text-decoration: none;
		text-indent: 5px; 
		font-size: 12px;
		font-weight: bold;
		color: #D7D7D7;
		line-height: 25px;
		overflow:hidden; float:left;
		}

a.nav:hover 	{color:#D7D7D7; 
		 background:#000000;}

a.nav:active	{color:#D7D7D7;
		 background:#000000;}

/* navrend 'Nav bar Right END' -- no border on right */
		 
a.navrend, a.navrend:link, a.navrend:visited 
		{display:block; 
		width: 157px; /* divide the navcontainer width by number of blocks */ 
		height: 45px; 
		background: #0000CC; 
		border-right: none; 
		margin: none; 
		text-align: left; 
		text-decoration: none;
		text-indent: 5px; 
		font-size: 12px;
		font-weight: bold;
		color: #D7D7D7;
		line-height: 25px;
		overflow:hidden; float:left;
		}

a.navrend:hover 	{color:#D7D7D7; 
		 background:#000000;}

a.navrend:active	{color:#D7D7D7;
		 background:#000000;}		 
