/* CSS Document */

#navigation {
	float: right;
	height: 28px;
	margin-top: 169px;
	padding-right: 10px;
	font-size: 14px;
}

#navigation ul {
	list-style-type: none;
	height: 28px;
	background: transparent;
}

#navigation ul li {
	float:left;
	height: 28px;
	line-height: 28px;
	display:block;
}

#navigation ul li a {
	display: block;
	float: left;
	height: 100%;
	color: #474A7D;
	line-height: 28px;
	margin-right: 15px;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: transparent url(../images/navButtonBg.gif) bottom center no-repeat;
}

#navigation ul ul {
	width: 170px;
}

#navigation ul ul li {
	display:block;
	width: 170px;
	height:auto;
	line-height: 18px;
	border-bottom:1px solid #365324;
}

#navigation ul ul a, #navigation ul ul a:visited {
	display:block;
	background:#567A38;
	filter:alpha(opacity=95); 
	-moz-opacity: 0.95; 
	opacity: 0.95;
	color:#fff;
	width: 150px;
	height:100%;
	line-height: 18px;
	padding:3px 10px;
}

* html #navigation ul ul a, * html #navigation ul ul a:visited  {
	width: 170px;
	w\idth: 170px;
}

#navigation table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:1em;
	z-index:1;
}

* html .menu a:hover {
	background: transparent url(../images/navButtonBg.gif) bottom center no-repeat;
	position:relative;
	z-index:100;
}

#navigation li:hover {
	position:relative;
}

#navigation :hover > a {
	background: transparent url(../images/navButtonBg.gif) bottom center no-repeat;
}

* html #navigation ul ul a:hover{
	color:#000;
	background:#A5C888;
	position:relative;
	z-index:110;
}

#navigation ul ul li:hover {
	position:relative;
}

#navigation ul ul :hover > a {
	color:#000;
	background:#A5C888;
}

#navigation ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top: 28px;
	left:0;
	width: 170px;
	border: 1px solid #365324;
}

#navigation ul :hover ul{
	visibility:visible;
	height:auto;
	background:transparent url(images/trans.gif);
}