﻿
	#nav 
	{
		height:500px;
	}
	#nav a
	{
		 text-decoration:none; 
		 color: Gray; width: auto;
         height: auto;
         font-weight:bold;
	}
	#nav a:hover
	{
		 text-decoration: underline; 
		 color: MenuText; width: auto;
         height: auto;
         font-weight:bold;
	}
	#nav li {
	    padding:2px;
	    padding-left:10px;
	    background-image:url(images/bullet.gif);
	    background-position: -3px 6px;
	    background-repeat: no-repeat;
	    font-size:8pt;
	    display: block;
	    height:25px;
    }
    