@charset "utf-8";
/* CSS Document */

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	left: 2px;
}

ul,
ul li,
ul ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #acaea1;
	position: relative;
	z-index: 597;
	float: left;
	text-align: left;
	
}

ul ul {
	 visibility: hidden;
	 position: absolute;
	 left: 0;
	 z-index: 598;
	 width: 150px;
	 margin-top: 1px;
	 
}

ul li {
	padding: 7px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #acaea1;
	border-bottom-color: #acaea1;
	background-color: #4a4a4a;
}

ul li.hover,
ul li:hover {
	position: relative;
	z-index: 599;
	cursor: auto;
	background-color: #5f5f5f;
}

ul li ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acaea1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #acaea1;	
	
	
}

ul li:hover > ul {	
	position: absolute;
	left: 169px;
	top: -2px;
	visibility: visible;
}

ul li ul li:hover > ul  {
	position: absolute;
	left: 149px;
	top: -2px;
	visibility: visible;
	width: 200px;
}

ul a:link,
ul a:visited { color: #acaea1; text-decoration: none; }
ul a:hover	{ color: #ffffff; }
ul a:active	{ color: #acaea1; }
