/* Add here all your css styles (customizations) */

#nav2 .caret {
	
	border-left: 4px solid #555;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	float:right;
	top:5px;
	position:relative;
}

/* left nav menu */

	.leftnav {
		background-color:white;
		float:none;
	}

	.leftnav .dropdown {
	width:100%;
	border:1px solid  #dddddd;
	margin-bottom:-1px;
	padding:0px;
	}

	.leftnav .dropdown a, .leftnav .dropdownon a {
		padding: 8px 10px 8px 10px;
	}

		.leftnav .dropdown-menu, .leftnav .dropdown-menuon {
		left:100%;
		top:0px;
		border:none;
		padding:0px;
		margin:0px;
		}

		.leftnav li ul {
		min-width:200px;
		}

		.leftnav li ul li a {
		font-size:13px;
		}


		.leftnav li ul li a:hover {
		color:#72c02c;
		}

	.leftnav li a.toggleon {
	background-color:#f5f5f5 !important;
	}

	
#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

.leftnav .dropdown > a:after {
content: "";
display:none;
}