/*******************************************************************/
/*** Menu styling - DarkShades theme 0.1 (sean@silverstripe.com) ***/
/*******************************************************************/

#Menu1 {
	margin-left: 20px;
}
	#Menu1 li {
		float: left;
		background: #2e2e2e /*url(../images/menu1_bg-left.gif) no-repeat bottom left;*/
		margin-right: 5px;
	}
		#Menu1 .current,
		#Menu1 .section {
			background: #425672  /*url(../images/menu1sel_bg-left.gif) no-repeat bottom left;*/
			position: relative;
			top: -1px;
		}
		#Menu1 li a,
		#Menu1 li span {
			float: left;
			display: block;
			padding: 0 15px;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
		}
			#Menu1 li a {
				/* background: url(../images/menu1_bg-right.gif) no-repeat bottom right; */
				color: #000;
				padding-top: 5px;
				padding-bottom: 7px;
			}
				#Menu1 li a:hover {
					color: #fff;
					text-decoration: none;
					background: #B4C1CF;
				}

				#Menu1 li span,
				#Menu1 .section a {
				/*	background: url(../images/menu1sel_bg-right.gif) no-repeat bottom right !important;*/
					color: #fff;
					padding-top: 5px;
					padding-bottom: 7px;
			                background: #425672;
				}
					/*#Menu1 .section a {
						color: #ccc;
					}*/
#Menu2 {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding-bottom: 20px;
}
	#Menu2 li {
		padding-top: 1px;
		padding-bottom: 1px;
		background: #fff;
		border-top: 1px solid #000;
	}
		#Menu2 li.last {
			background: #fff /*url(../images/menu2_bg-bottom.gif) no-repeat 0 100%*/;
			border-bottom: 1px solid #000;
		}
			#Menu2 li.last.current,
			#Menu2 li.last.section {
				background: /*url(../images/menu2sel_bg-bottom.gif) no-repeat 0 100%*/;
			}
		#Menu2 li .item {
			color: #000;
			font-size: 11px;
			text-decoration: none;
			display: block;
			padding: 5px 10px;
		}
		#Menu2 li.current,
		#Menu2 li.section {
			color: #FFF;
			background: #D9DDE3;
			font-weight: bold;
		}
		#Menu2 li .selected,
		#Menu2 li a:hover {
			color: #000;
			/*background: #B4C1CF;*/
			background: #F1F3F8;
		}
		#Menu2 li a:active {
			color: #000;
			background: #FFF;
		}
		#Menu3 {
			padding-top: 1px;
		}
		#Menu3 li {
			padding: 1px 0 1px 10px;
			background: none;
			border-top: 1px dotted #000;
		}
			#Menu3 li .item {
				font-weight: normal;
				font-size: 10px;
				background: url(../images/menu_bullet_normal.gif) no-repeat left center;
			}
			#Menu3 li .selected,
			#Menu3 li a:hover {
				color: #000;
				background: #F1F3F8 url(../images/menu_bullet_normal.gif) no-repeat left center;
			}
			#Menu3 li a:active {
				color: #000;
				background: #B4C1CF;
			}	
				#Menu3 li .selected {
					font-weight: bold;
				}
			#Menu3 li.last {
				background: none;
				border-bottom: none;
				padding-bottom: 0px;
			}

