
/* 
WEBSITE dropdown menu CSS
*/



/*#popitmenu{
	position: absolute; 
	background-color: white;
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	BORDER: #cccccc 1px solid;
	z-index: 100;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 12px;
	color: #ffffff;
	background-color: #ffffff;
	display: block;
	padding-left:7px;	
	padding-top:3px;	
	padding-bottom:3px;	
}

#popitmenu a:hover{ hover background color
	FONT-SIZE: 10px;
    FONT-FAMILY: Arial;
	font-weight: bold;	
	text-decoration: none;
	text-transform: uppercase;
	background-color: #99CC66;
	padding-left:1px;	
	padding-top:3px;	
	padding-bottom:3px;	
	padding-top:10px;
}
*/

#dropmenudiv{
	position:absolute;
	font-family: Tahoma;
	font-size: 10px;
	z-index:100;
	text-align:left;
	border-top: #E6E6E6 0px solid;
	border-left: #E6E6E6 0px solid;
	padding-right:30px;
	padding-left:10px;
	padding-bottom:4px;
	background:url(../images/shadowAlpha02.png) no-repeat bottom right !important;
  	background:url(../images/shadow.gif) no-repeat bottom right;
	}
	
#dropmenudiv a{
	height: 19px;
	width: 100%;
	display: block;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 7px;
	line-height:14px;
	color: #02619B;
	border-bottom: #CCCCCC 1px solid;
	}
	
#dropmenudiv a:hover{ /*hover background color*/
	background-color:#FFFFFF;
	height: 19px;
	width: 100%;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 7px;
	line-height:14px;
	color: #078ED1;
	border-bottom: #CCCCCC 1px solid;
	}
	





