/* navigation

	main colour : F4AF50 (orange background)
	hover colour: 7B001F ()
	

 */
#navigation {
	/*float: left;*/
	width: 212px;
	/* line-height: 25px; */
	/*margin-top: 30px;*/
}
#navigation h2 {
	/* color: #5A5A43; */
	/* font: bold 1em Arial, Tahoma, Sans-serif; */
	/* line-height: 30px; */
	/* margin: 0; */
	/* padding-left: 12px; */
}
#navigation ul {
	/* padding: 0; */
	
}
#navigation li {
	
}
#navigation a {
	/* font-size: 1em;
	color: #000;
	display: block;
	text-decoration: none;
	*/
}
#navigation a span {
	/* padding: 3px 10px 3px 10px; */
}
#navigation li a:hover {
	/* background: #f0f0eb; */
	/* color: #654; */
}



/* POPOUT MENU STYLES */
#navigation .ddmx {
	/* border-top: none;
	list-style: none;
	margin: 0;
	font-family: Arial,Tahoma, Sans-serif;
	text-align: left;
	text-transform: normal;
	background:#F4AF50;
	*/
}

#navigation.ddmx a {
	/* display: block; */
	line-height:25px;
	height:25px;
	
}

#navigation.ddmx #inner {
	/*
	font-size: 12px;
	padding: 5px 3px 10px 34px;
	*/
}
#navigation.ddmx a:link,
#navigation.ddmx a:hover,
#navigation.ddmx a:active,
#navigation.ddmx a:visited {
	display: block;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	padding-left:5px;
}
#navigation.ddmx a:hover {
	background: #7B001F;
	color: #654;	
}


/* Main Menu Item - Level 1 */
#navigation.ddmx .item1 {
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-bottom:1px solid #D85A05;
}

/* Main Menu Item Hover - Level 1 */
#navigation.ddmx .item1:hover,
#navigation.ddmx .item1-active,
#navigation.ddmx .item1-active:hover {
	background: #D85A05;
	color: #fff;
	/*font-weight: normal;*/
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-bottom:1px solid #fff;
}

/* Sub Menu Items Indicator Icon */
#navigation.ddmx .arrow {
	
}

#navigation.ddmx .arrow:hover {
	
}

/* Sub Menu Item Container - Level 2 */
#navigation.ddmx .section {
	border: 0px solid #fff; /* This MUST be border: not border-bottom or border-top etc */
	position: absolute;
	visibility: hidden;
	z-index: -1;
	border-left:1px solid #fff;
}
/* Sub Menu Items - Level 2 */
#navigation.ddmx .item2 , 
#navigation.ddmx .section .item2 {
	background: #D85A05;
	color: #fff;
	border-bottom:1px solid #D85A05;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	width: 212px;
}

/* Sub Menu Items Hover Level 2 */
#navigation.ddmx .item2:hover,
#navigation.ddmx .item2-active,
#navigation.ddmx .item2-active:hover {
	background: #F4AF50;
	color: #fff;
}

/* Using an image on the sub menu items */
#navigation.ddmx .item2 img,
#navigation.ddmx .item2-active img{
	/*position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
	*/
}

/* ie 5.0 fix */
* html #navigation.ddmx td { position: relative; } 