/*
#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 13px/22px Helvetica;
	margin-top: 5px;
	z-index:100;
	
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ 
	background-color: #00349a;
	color: #FFFFFF;
}

*/

/*
.popup_menu .item {
	background: #CCCCCC;
	padding: 5px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.popup_menu #first {
	border-top: 1px solid #ffffff;
}
*/

.popup_menu {
	/*
	border:1px solid white;
	border-bottom-width: 0;
	*/
	font:normal 13px/22px Helvetica;
	margin-top: 5px;
}

.popup_menu a {
	width: 180px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background: #CCCCCC;
	color: #003399;
}

.popup_menu #first a {
	border-top: 1px solid white;
}

.popup_menu a:hover{ /*hover background color*/
	background-color: #00349a;
	color: #FFFFFF;
}
