/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #006699;
	font-weight:regular;
	text-decoration:none;
	}
	
a:hover {
	color:#007faa;
	}
	
	
/* ID Styles */


#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:6px 6px 10px 10px;
	background: url("mm_arrow.gif") 14px 30% no-repeat;
	}
	
#navigation a:hover {
	background: #0099cc url("mm_arrow.jpg") 12px 30% no-repeat;
	color:#ffffff;
	}

