@charset "utf-8";
#navigation {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-color: #55432F;
	display: block;
	height: 400px;
	width: 235px;
}

ul#menu {
	list-style-type:none;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	width: 235px;
	display: block;
	margin-left: 30px;
	padding: 0;
}
ul#menu li {
	pading:0;
	display: block;

}
ul#menu li a {
	color:#FFF;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	line-height: 25px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #61513e;
}

ul#menu li a:hover {
	color: #A8B50A;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom-color: #A8B50A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;

}

ul { list-style: none; }

/* 
	LEVEL ONE
*/
ul.menu                         {
	position: relative;
	width: 200px;
	margin-left: 30px;
}
ul.menu li                      {
	font-weight: bold;
	float: left;
	zoom: 1;
}
ul.menu a:hover		            {
	color: #FFF;
}
ul.menu a:active                { color: #ffa500; }
ul.menu li a                    { color:#FFF; text-decoration:none; padding-top: 3px; padding-right: 0px; padding-bottom: 3; padding-left: 15px; text-align: left; line-height: normal; display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #61513e; width: 200px; 
}
ul.menu li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.menu li.hover,
ul.menu li:hover                { color: #55432F; position: relative; background-color: #A8B50A; z-index: 2; 
}
ul.menu li.hover a              { color: #55432F; background-color: #A8B50A; ; 
}


/* 
	LEVEL TWO
*/
ul.menu ul 						{
	width: 200px;
	visibility: hidden;
	display: inline-block;
	position: absolute;
	left: 100%;
	top: 0px;
}
ul.menu ul li 					{
	font-weight: normal;
	background: #A8B50A;
	color: #55432F;
	float: none;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.menu ul li a					{ border-right: none; display: inline-block; color: #55432F; z-index: 2; position: relative; background-color: #A8B50A; padding-top: 3px; padding-bottom: 3px; } 

/* 
	LEVEL THREE
*/
ul.menu ul ul 					{ left: 100%; top: 0; }
ul.menu li:hover > ul 			{ visibility: visible; }
