
#navcontainer /*use width to set width if div that content goes into!*/
{
width:600px; 
margin-bottom: 1em; 
padding: 10px;
}

#navbar
{
	margin-bottom:25px;
	margin-left:-1px;
}
#navbar ul li {
	display: inline; /* Fix IE Step Down */

}

	#navbar ul li a:link, #navbar ul li a:visited{
		display: block;
		height: 25px;
		float: left;
		background: url(fulltab_02.jpg) top right no-repeat; 
		margin: 0  1px /*0px for ie*/0px 1px;
			
			
			font-weight: bold;
			text-decoration: none;
			color: #fff;
	}

		#navbar ul li a span {
			display: block;
			height: 17px;
			float: left; /* IE 6 Fix */
			padding: 8px 10px 0px 10px;
			background: url(fulltab_01.jpg) top left no-repeat;
		}
		
		#navbar ul li a:hover, #navbar ul li a:active{
			/*background-position: bottom right;*/
			color:#0e61a2;

		}
		
		#navbar ul li a:hover span{
			/*background-position: bottom left;
			
			color:#c8e8fd;*/
color:#0e61a2;
			cursor: pointer; /* Remind IE which cursor to use! */
		}
		
		 #navbar ul li a.selected
		 {
		 	color:#0e61a2;
		 }


