@charset "utf-8";
@import url("../webfonts/Roboto_Bold/stylesheet.css");

.dropdown-large {
	position: static !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.dropdown-menu-large {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	width: auto;
	padding-right: 10px;
}

.dropdown-menu-large ul{
	list-style-type: none;

}
.largeDropdownitems {
	color: #104295;
	padding-left: 0px;
}
.largeDropdownitems li {


}
.largeDropdownitems a {
	color: #333;
	cursor: pointer;
	margin-left: -10px;
}
.largeDropdownitems-nochildren {
	color: #104295;
}
.largeDropdownitems-nochildren a {
	margin-left: -10px;
	color: #104295;
}





.dropdown-menu-large .close-button{
	font-size: large;
	color: #104295;
	cursor: pointer;
}
