/* Left Panel */
div.panel {
    position:fixed;
    z-index:1000000;
    left:0;
    top:0;
    width: 250px;
    height: 100%;
    background: #1E3B67;
    margin: 0 0 0 -252px;
    font-size: 1.2em;
    text-align:left;
	-moz-box-shadow: 1px 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0px 1px rgba(0,0,0,0.3); }

div.panel .wrap{
    margin: 20px; }

div.panel h2 {
	color: #FFFFFF !important;
    font-size: 18px !important;
}

div.panel h4{
	color:#fff;
	letter-spacing:-1px;
	text-shadow:0 -1px 0px #689334;
    font-size: 1.5em; }

	div.panel ul {
		padding:10px 0 20px 0;
		margin:0; }

	div.panel ul li {
		border-bottom: 1px solid #2E5693;
		display:block;
		font-size:12px;
		line-height:1em;
		padding:0; }

		div.panel ul li:last-child {
			border-bottom:none; }

	div.panel ul li a {
		display:block;
		color:#fff;
		padding:10px;
		text-indent:5px;
		text-decoration:none; }

		div.panel ul li a:hover, div.panel ul li a:focus {
			font-weight:bold;
			text-decoration:none; }

div.panel .toggle {
    position: absolute;
    right: -34px;
    top: 105px;
    text-indent: -6000px;
    background: transparent url(../../images/slider_toggle.png) no-repeat 0 0;
    width: 34px;
    height :152px;
	outline: none; }   

div.panel .toggle_selected {
    background: transparent url(../../images/slider_toggle_selected.png) no-repeat 0 0; }

	div.panel #searchform input[type=text] {
		width:133px;
		border:1px solid #6b993a; }

		div.panel #searchform input[type=submit] {
			color: #fff;
			height: 37px;
			background:#678a1e; }

			div.panel #searchform  input[type=submit]:hover {
				color: #fff;
				background:#323232; }
