/* ======================================================================
MENU CODE ::: BEGIN
====================================================================== */
#dropmenudiv{
	position:absolute;
	border:1px solid #FFFFFF;
	border-bottom-width: 6;
	font:normal 12px Arial;
	line-height:21px;
	z-index:100;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid #BED2ED;
	padding: 1px 0;
	text-decoration: none;
	color:#BED2ED;
	background-image : url(res/arrow.gif);
	background-position : right;
	background-repeat : no-repeat;
}

#dropmenudiv a:hover{ 
	background-color: #BED2ED;
	color:#146CB6;
	background-image : url(res/arrow.gif);
	background-position : right;
	background-repeat : no-repeat;
}

/* ======================================================================
MENU CODE ::: END
====================================================================== */
