@charset "UTF-8";
/* CSS Document */


div#menubox {
	width: 220px;
	text-align: left;
	height:250px;
	font-size:0.9em;
	position:relative;
	float:left;
	padding: 0;
	padding-top: 10px;
	background: #fef6df;
	font: 12px Verdana, Garamond, Arial, Tahoma, sans-serif;
	font-weight:bold;
	}
	
#navigation {
			margin: 0;
			padding: 0;
			list-style: none;
			width: 200px;
			}
			
		#navigation a {
			display: block;
			text-decoration: none;
			width: 205px;
			line-height: 20px;
			padding: 6px 0 5px 15px;
			font:  12px Verdana, Garamond, Arial, Tahoma, sans-serif;
			font-weight:bold;
			background: url(../images/menu_arrow.gif) no-repeat left;
			border-bottom: 1px solid #666;
			color:#000;			
			}
			
			#navigation span {
			/*display: block;
			text-decoration: none;
			width: 205px;
			line-height: 20px;
			padding: 6px 0 5px 15px;
			font:  11px Verdana, Garamond, Arial, Tahoma, sans-serif;
			*/			
			}
			
		#navigation .toggleSubMenu span, #navigation .toggleSub span {			
			list-style: none;
			}
			
		#navigation .open a, #navigation .open span {
			
			}
		#navigation a:hover, #navigation a:focus, #navigation a:active {
			text-decoration: none;
			color: #b25a04;
			}
			
		#navigation .subMenu {
			text-align: left;
			list-style: none;
			margin: 0;
			padding: 0;
			margin-left: 5px;
			}
			
		#navigation .subMenu a {
			font: bold small-caps 12px Verdana, Geneva, sans-serif;
			}
			
		#navigation .sub, #navigation .sub2 {
			font: bold small-caps 12px Verdana, Geneva, sans-serif;
			text-align: left;
			list-style: none;
			margin: 0;
			padding: 0;
			}
		#navigation ul.subMenu a {
	
			}
	
