<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
-->

<!--
<title>Left Verticle Navigation Bar w/Rollover Effect</title> 
<style type="text/css"> -->


<!--put the next group in CSS sheet -->



 #navbar ul { 
	height: auto; 
	padding:8px 0px;
        margin: 0px; 
           
 } 
 #navbar ul li { 
         list-style-type:none;
 
       
}
 
#navbar ul li a { 
        font-size: 15px;
        font-weight:bold;
        text-align:center;
         text-decoration: none;
        /* text-shadow: 2px 2px 2px #333333; */
   
        
/* control padding between text and box */ 
	padding-top:5px; 
        padding-bottom:5px;
        padding-left:15px;
        padding-right:15px; 
	color:#0000FF;  /* text color */
	
} 
 
#navbar ul li a:hover { 
	color: #000; 
	 
	} 
 

