/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

/* Style DirectEdit */

.left_coll_menu ul{
			list-style-type: none;
}
		
.left_nav_verticle_menu h4 {
		font-size: 130%;
		font-weight: 700;
		letter-spacing: 1px;
		margin: 0px 0px 5px 0px;
		padding: 12px;
		color: #235940;
		background-color: #ebd9a0;
		-webkit-box-shadow: 0px -4px 6px rgba(37,52,45,0.3);
		-moz-box-shadow: 0px -4px 6px rgba(37,52,45,0.3);
		box-shadow: 0px -4px 6px rgba(37,52,45,0.3);
}
