/* Global Styles */

/* ID Styles */

#navigation a {
	font:9pt verdana;
	color: green;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.0em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 0pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:red;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}