#navigate {
	margin: 0; 
	padding: 0;
	}
#navigate li {
	list-style: none;
	float: left;
	margin-left: 1px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 20px;
	padding-left: 16px;
	background-color: #CCCCFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6666FF;
	border-bottom-color: #6666FF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: 6666FF;
	border-left-color: 6666FF;
	}
#navigate a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 0 16px 0 0;
	width: 0.1em;
	background-color: #CCCCFF;
	}

html>body #navigate a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigate a {float: none;}            /* End IE5-Mac hack */

/*#navigate li:hover, #nav li:hover a {
	background: #CCCCFF;
	} */
	
#navigate a:hover {
	color: #FFFFFF;
	}

#nav2 #current, #nav2 #current a {
	color: #6666FF; 
  }
