.custom-padding{
	padding: 0px 60px 0px 60px;
}
					
.custom-left-nav{
	list-style-type: none;
	padding-top: 28px;
	padding-bottom: 17px;
	min-height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
				
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
				
				
}
			
			
.custom-left-nav > li > a:hover,
.custom-left-nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
	width: 100%;
				
}
			
.custom-left-nav > li > a.active {
	color: #ffffff;
	background-color: #0088cc;
	width: 100%;
	height: 100%;

}
			
.custom-left-nav > li > a {
	display: block;
	color: #004D7A;
	text-decoration: none;
	float: left;
	padding-left: 15px;
	padding-top: 3.75px;
	padding-bottom: 3.75px;
}
			
.custom-nav-header {
	padding-left: 15px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
			
.custom-left-nav li + .custom-nav-header{
	margin-top: 9px;
}
 
