/* Standard
------------------------------ */
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #403e3b;
}

a:hover {
	text-decoration: none;
	color: #b4ac89;
}

li.grey {
list-style:none;
background: url(../images/triangle.gif) no-repeat;
padding-left:10px;

}
