

ul
{
    margin:0;
    padding:0;
    list-style-type: none;
    /*text-align: left;*/
}
li
{
        padding-left:0px;
}




   /* =link control */
a 
{
    color: green;
    text-decoration: none;
    text-align:right;
}
    
a:hover 
{
    color: White;
    background-color: green;
    text-align:right;
} 

a:active
{
    font-weight: bolder;
    text-align:right;
}
    
   
#home #mainNav .home a,
#about #mainNav .about a,
#recommend #mainNav .recommend a,
#jobs #mainNav .jobs a,
#services #mainNav .services a,
#prices #mainNav .prices a,
#gallery #mainNav .gallery a,
#links #mainNav .links a,
#ambulance #mainNav .ambulance a,
#areas #mainNav .areas a,
#fun #mainNav .fun a,

	{
	font-size: larger;	
	font-weight: bold;    	
	text-decoration: underline;
	}

