
#footer a { 	color: #000000;  text-decoration:none; }
#footer a:hover { text-decoration: underline; color: #990000;}



.bar { 
	clear: both;
	font: 12 arial; 
	margin: 0 0 0 0px; 
}

	.bar li { 
                          text-align: center; 
	             font: 12 arial; 
	   	 padding: 4px 0px 0px 0;
                          height: 26;
                          border-right: 1px solid #cccccc;
                          border-bottom: 1px solid #cccccc; 
		background: #F7F7F7;
		float: left; 
	}
	
             .bar ul li a:hover { 
             
             background: #FFFFFF; 
	     font-weight: bold; 
                  color: #000; 
                          border-right: 2px solid #000000;
                          border-bottom: 2px solid #000000; 

 }
	.bar li.active { 
                          background: #232423; 
		font-weight: bold; 
		padding-bottom: 0px; 

	}

	.bar a{ 
                          padding: 15px 15px ; 
		color: #000000; 
		background: #fffff;	
	} 

              .bar  li.menu {  
		color: #00000;
		font-weight: bold; 

	} 