





a.dropdown
{
	cursor: pointer;
	border-bottom: 1px dotted black;
	font-size: 14px;
}
a.dropdown:hover
{
	color: #F5B41D;
	border-bottom: 1px dotted #F5B41D;
}
ul.dropdownitems
{
	display: none;
	list-style-type: none;
}