A:link {
        color: #358471;
		text-decoration: none;
}

A:visited {
           color: #358471;
		   text-decoration: none;
}

A:hover {
         color: #358471;
		 text-decoration: underline;
				 border-bottom-style:none;
}

a.submenu:link {
                color: #cccccc;
				text-decoration: none;
}

a.submenu:visited {
                   color: #cccccc;
				   text-decoration: none;
}

a.submenu:hover {
                 color: #cccccc;
				 text-decoration: underline;
				 border-bottom-style:none;
}


