	
/* SIDEBAR
-------------------------------------- */
#Sidebar {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #E1D6E6;
	padding: 0;
	width: 100%;	
	}

	#Sidebar ul {
	padding: 0px;
	text-align: left;
	margin: 0;
		}
	#Sidebar li {
	list-style: none;
	margin:0;
	padding: 0px;
			}
	#Sidebar h3 {
	clear: both;
	color: #fff;
	padding:5px 0 10px 40px;
	margin-bottom:0;
	background-color: #662275;
	background-image: url(../images/openArrow2.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	font-weight: normal;
	text-align: left;
		}
		#Sidebar h3 a {
	color:#FFF;
	text-decoration:none;
			}
			#Sidebar h3 a:hover {
				}
	
	#Sidebar p {
		font-size: 14px;
	 	clear: both;
	}
	
	/* MENU2 */
	#Menu2 {
	margin-top: 0px;
	}
    ul#Menu2 li { 
    	font-size: 1.0em; 
        list-style: none;
		padding:0;
		background:none;
    	}
    ul#Menu2 li a {
	display: block;
	font-size: 1em;
	padding:11px 0;
	color: #662275;
	padding-left:20px;
	border-top:1px solid #fff;
	text-decoration: none;
      		}

     ul#Menu2 li a:hover,
     ul#Menu2 li a.current,
     ul#Menu2 li a.current:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	text-indent: 25px;
	background-color: #FF9900;
	background-image: url(../images/arrowRight.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
      	}
	  	
			
