@charset "utf-8";
/* CSS Document */

.navigation {
	background-color:	#669966;
	width:				185px;
}

#navigation {
	position:			relative;
	float:				left;
	width:				185px;
}

#navigation ul {
	margin:				15px 0px 0px 0px;
	padding:			0;
	list-style: 		none;
	border-top:			#9DBE9D solid 1px;
}

#navigation ul li {
	list-style:			none;
	border-bottom:		#9DBE9D solid 1px;
	margin:				0;
	padding:			6px 10px;
	width:				165px;
	float:				left; 
	position:			relative;
}

#navigation ul li a {
	display:			block;
	width:				100%;
	text-decoration:	none;
	font-size:			11px;
	color:				#FFF;
	font-weight:		bold;
}

#navigation ul li a.hide { 
	background: url(img/arrow.gif) center right no-repeat;
}


#navigation li:hover {
	background-color:	#9DBE9D;
}

#navigation ul li ul {
	display:		none;
	position:		relative;
}

/* specific to non IE browsers */
#navigation ul li:hover ul {
	display:		block; 
	position:		absolute; 
	top:			-12px; 
	left:			184px; 
	width:			150px;
	border:			1px #9DBE9D solid;
	border-bottom:	0;
	background:		#669966;
}

#navigation ul li:hover ul li {
	border:			0;
	width:			150px;
	border-bottom:	1px #9DBE9D solid;
}

#navigation ul li:hover ul li:hover {
	width:			130px; 
	background:		#9DBE9D;
}

#navigation ul li:hover ul li a {
	display:		block; 
	color:			#FFF; 
	width:			150px; 
	border-bottom:	0;
	font-size:		11px;
	padding:		0px;
}
