@charset "utf-8";

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
/*	width:180px;*/
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	font-weight: bold;
	font-size: 14px;
	line-height: 145%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#navigation li a{
	display: block;
	text-decoration: none;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 5px;
}

#navigation li a:link {
	background-color: #169513;
	color: #FFFFFF;
	border-left-color:#000000;
	text-decoration: none;
}
#navigation li a:visited  {
	background-color: #169513;
	color: #FFFFFF;
	border-left-color:#000000;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #FFFF00;
	color: #000000;
	border-left-color: #FF6600;
}
#navigation li a:active {
	background-color: #169513;
	color: #FFFFFF;
	border-left-color:#FF0000;
	font-style: normal;
}


#navigation ul ul {
	margin-left: 10px;
	font-weight: normal;
}
#navigation ul ul li {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E9E9E9;
}

#navigation ul ul a {
 	border-right-width: 1px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
}

#navigation ul ul a:link {
	background-color: #82EF7E;
	color: #000000;
	border-left-color: #000000;
}
#navigation ul ul a:visited {
	background-color: #82EF7E;
	color: #000000;
	border-left-color: #000000;
}
#navigation ul ul a:hover {
	background-color: #FFFF00;
	color: #000000;
	border-left-color: #FF6600;
}
#navigation ul ul a:active {
	background-color: #FFFF00;
	color: #CC0000;
	border-left-color: #CC0000;
}
