/* Global Styles */

#navigation a {
	color: #000000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:0 0 0 26px;
	background: url(../IMAGES/mm_arrow.jpg) 14px 45% no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#navigation a:hover {
	background: #C0CFD4 url(../IMAGES/mm_arrow.jpg) 14px 45% no-repeat;
	color:#FF6600;
	}
	

