@CHARSET "UTF-8";

/* Multilevel Drop-down Menu */

.dropdown-submenu > a{
	width:100%;
}

.dropdown-submenu > .dropdown-menu {
	top:inherit;
	left:100%;
}

.dropdown-submenu > a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}