/*******************************************************************/
/*** sactobirth - Forked from DarkShades (sean@silverstripe.com) ***/
/*******************************************************************/

#Menu1 {
	margin-left: 5px;
}
	#Menu1 li {
		float: left;
		background: #2e2e2e url(../images/menu1_bg-left.gif) no-repeat bottom left;
		margin-right: 5px;
	}
		#Menu1 .current,
		#Menu1 .section {
			background: #fffffa 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;
				padding-top: 4px;
				padding-bottom: 5px;
			}
				#Menu1 li a:hover {
					color: #959595;
					text-decoration: underline;
				}
				#Menu1 li span,
				#Menu1 .section a {
					background: url(../images/menu1sel_bg-right.gif) no-repeat bottom right !important;
					padding-top: 11px;
					padding-bottom: 8px;
				}
					#Menu1 .section a {
						color: #ccc;
					}
#Menu2 {
	border-top: 5px solid #ffd5ff;
}
	#Menu2 li {
		padding: 1px 0;
		background: #2f2f2f;
	}
		#Menu2 li.last {
			background: #2f2f2f url(../images/menu2_bg-bottom.gif) no-repeat 0 100%;
		}
			#Menu2 li.last.current,
			#Menu2 li.last.section {
				background: url(../images/menu2sel_bg-bottom.gif) no-repeat 0 100%;
			}
		#Menu2 li .item {
			color: #ccc;
			font-size: 11px;
			text-decoration: none;
			display: block;
			padding: 5px 10px;
		}
		#Menu2 li.current,
		#Menu2 li.section {
			background: #454545;
			font-weight: bold;
		}
		#Menu2 li .selected,
		#Menu2 li a:hover {
			color:#2F2F2F;
		}
		#Menu3 {
			padding: 0;
		}
		#Menu3 li {
			padding: 0 0 0 10px;
			background: none;
		}
			#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 {
				background: url(../images/menu_bullet_current.gif) no-repeat left center;				
			}
				#Menu3 li .selected {
					font-weight: bold;
				}
			#Menu3 li.last {
				background: none;
			}
