/**
*   @version $Id$
*/
div.clearMenuDiv {
	clear: both;
	font-size: 1px;
	height: 5px;
}

div.mainDrop {
	display: block;
	position: relative;
	padding-left: 2px;
	padding-right: 5px;
	z-index: 4;
}

div.dropElem {
	clear: both;
	display: none;
	width: 140px;
	text-align: left;
	padding: 5px;
	padding-bottom: 0px;
	border: 1px solid #142a3b;
}

div.dropChild {
	position: absolute;
	display: block;
	width: 152px;
	cursor: pointer;
	background-color: #ffffff;
}

