#navigation {
	display: inline;
	
	font-size: 1em;
	
	margin: 0;
	padding: 0;
	
	border: 0;
}

#navigation #active {
	background: url(http://www.csueastbay.edu/includes/template2007/images/menu_bg2.jpg);
}

#navigation li{
	font-size: 1em;
	
	margin: 0;
	padding: 0;
	display:block;
	border: 0px solid #00f;
	float: left; /* Applied to fix the white space appearing on IE5.5,IE6,IE7 */
}

#navigation li a{
	display: block;
	margin: 0;
	padding: 0.6em 0.2em 0.6em 0.7em;	
	width: 15em; /* IE5.5 gets this values, overridden for other browsers on the next line */
	width/**/:/**/ 14.1em; /* All browsers except IE5.5 get this value */
	font-size: 1em;
	
	text-decoration: none;
	color: white;
	border: 0px solid #0f0;
	line-height: 1.2em;
}

#navigation li a:hover{
	background: url(http://www.csueastbay.edu/includes/template2007/images/menu_bg2.jpg);
}

#navigation li a.no_link:hover {
	background: 0;
}

#navigation li ul {
	/*list-style: none;*/
	margin: 0;
	padding: 0;
	border: 0;
	
	clear: left; /* Applied to fix the white space appearing on IE5.5,IE6,IE7 */
	font-size: 1em;
	line-height: 1em;
}
#navigation li ul li{
	padding: 0em 0em 0em 0em;
	border: 0px solid #0f0;
	line-height: 1em;
}

#navigation li ul li a{
	display: block;

	border: 0px solid #00f;

	width: 15em; /* IE5.5 gets this values, overridden for other browsers on the next line */
	width/**/:/**/ 12.3em; /* All browsers except IE5.5 get this value */
	padding: 0.3em 0.2em 0.3em 2.5em;
}

#navigation li ul a:hover {
	background: url(http://www.csueastbay.edu/includes/template2007/images/menu_bg2.jpg);
}

#navigation li ul li a.no_link:hover {
	background: 0;
}
