#navigation ul {
	margin: 0; padding: 0;
	list-style-type: none;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation li {
	float: left;
	width: 145px;
	text-align: center;
	border-right: 8px solid #D6D6D6;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
#navigation table {
	position: absolute; 
	top: 0; left: 0; 
	border-collapse: collapse;
	}

/* style the first level links */
#navigation ul a.link {
	margin: 0; padding: 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic; 
	color: #717171; 
	line-height: 32px; 
	text-decoration: none;
	}

#navigation ul a.red {
	margin: 0; padding: 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic; 
	color: #FF0000; 
	line-height: 32px; 
	text-decoration: none;
	}

#navigation ul a:hover {
	color: #E22725;
	}

#leftcol ul {
	width: 190px;
	list-style-type: none;
	margin: 43px 0px 0px 15px; 
	color: #2d2d2d; font-size: 1em; 
	height: 100%;
	}

#leftcol li {
	border-bottom: 1px solid #ced3d8;
	padding: 5px 0px 8px 17px;
	background: url(../images/left-marker.gif) no-repeat 0 9px; 
	}

#leftcol li a {
	color: #2b465b; 
	text-decoration: none; 
	font-weight: normal;  
	display: block; 
	height: 100%;
	}

#leftcol li a.red {
	color: #FF0000; 
	text-decoration: none; 
	font-weight: bold;  
	display: block; 
	height: 100%;
	}