/* CSS Document */

ol { list-style-type: upper-roman; 
     list-style-position: inside;}
ol.normal { list-style-type:decimal; 
     list-style-position:outside;}
li { border: 0px ; margin: 2px;
     line-height: 120%; }
ul { list-style-type: square;
	 list-style-image: url("../gfx/blue_arrow.gif"); 
	 list-style-position: outside;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-style: normal;
	 line-height: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 color: none;
	 text-decoration: none;}
a.ul {list-style-type: square;
	 list-style-image: url("../gfx/blue_arrow.gif"); 
	 list-style-position: outside;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #2E6A8C;
	 text-decoration: underline;}
a.ul:hover {list-style-type: square;
	 list-style-image: url("../gfx/red_arrow.gif"); 
	 list-style-position: outside;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #cc0000;
	 text-decoration: underline;}
	
ul ul { list-style-type: circle;
        list-style-position: inside;}
	
#nav a { display: list-item;
         list-style-position: inside;
         margin-left: 2em;
	     list-style-type: square;
	     list-style-image: url("../gfx/blue_arrow.gif"); }