/* LSQF sub menu styles */

div.menu-spacer
{
	position: absolute;
	width: 108px;
	height: 2px;
	background-color: #97d4ff;
}

div.menu-item-normal
{
	position: absolute;
	width: 210px;
	height: 15px;
	border-top: 1px solid #108cd6;
	border-bottom: 1px solid #108cd6; 
	background-color: #97d4ff;
}

div.menu-item-normal a
{
	margin-left: 5px;
	color: black;
	text-decoration: none;
}

div.menu-item-highlight
{
	position: absolute;
	width: 210px;
	height: 15px;
	border-top: 1px solid #108cd6;
	border-bottom: 1px solid #108cd6; 
	background-color: #f88b32;
}

div.menu-item-highlight a
{
	margin-left: 5px;
	color: white;
	text-decoration: none;
}

div.menu-item-highlight a:hover
{
	color: white;
	text-decoration: none;
}

