/* ID Styles */

#navigation a {
	font:13px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.05em;
	}
	
#navigation a:hover {
	color: #ffffff;
	text-decoration:underline;
	}
	
#bnavigation a {
	color: #000000;
	letter-spacing:.01em;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	}
	
#bnavigation a:hover {
	color: #740000;
	text-decoration:underline;
	}
