	/* A few IE bug fixes */
	* { margin: 0; padding: 0; }
	* html ul ul li a { height: 100%; }
	* html ul li a { height: 100%; }
	* html ul ul li { margin-bottom: -1px; }
	
/* Some list and link styling */
#navigation ul li { 
	width: 213px; 
}
* { margin: 0; padding: 0; }
#navigation li { list-style-type: none; }

/* Header links styling */
#navigation a.head {
	background: url(../images/menu3a.gif) no-repeat;
	height: 22px;
	display: block; 
	padding: 5px 25px;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	cursor:pointer;
	text-decoration: none;
}
#navigation a.head:hover {
	color: #000;
	background: url(../images/menu3a.gif) 0 -32px no-repeat;
}
#navigation a.selected {
	background: url(../images/menu3a.gif) 0 -32px no-repeat;
		color: white;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	background: url(../images/menu3a.gif) no-repeat;
	#background: url() no-repeat;
	list-style:none outside none; display:inline;
	height: 32px;
}
#navigation li li a {
	padding: 5px 5px 0 5px;
	background-color: #eee; 
	width: 175px;
	margin-left: 20px;
	border-bottom: 1px solid #aaa;
	_border-bottom: 2px solid #aaa;
	height: 22px;
	display:block;
	font-weight: bold;
	font-size: 12px;
	text-indent:10px;
	text-decoration: none;
	color: #000;
}
#navigation li li a:hover {
	display:block; 
	color: #000; 
	padding: 5px 5px 0 5px;
	background-color: #aaa 
}
#navigation li li a.current {
	display:block; 
	color: #fff; 
	padding: 5px 5px 0 5px;
	background-color: #aaa 
}

