/* ======================================================================
MENU CODE ::: BEGIN
====================================================================== */
#dropmenudiv{
	position:absolute;
	border:3px solid #FFFFFF;
	border-bottom-width: 3;
	font:normal 11px Arial;
	line-height:20px;
	z-index:100;
	text-align: left;
	background-image: url(res/nav_bg.jpg); 
	background-repeat:no-repeat;
	background-position:
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #FFFFFF;
	padding:0px 0;
	text-decoration: none;
	color:white;
	background-position : left;
	background-repeat : no-repeat;
}

#dropmenudiv a:hover{ 
	background-color: #005EC2;
	color:#FFFFFF ;
	background-position : left;
	background-repeat : no-repeat;
}

/* ======================================================================
MENU CODE ::: END
====================================================================== */
