.popMenu
{
	position: absolute;
	display:none;
	/*cursor:hand;*/
}
.menu {
	background-image:url(../img/menu_top_bg.jpg);
	position:0px 0px;
	background-repeat:repeat-x;
	background-color:#4476A1;
	cursor: pointer;
	padding: 2px;
	font-size: 8pt;
}
.menu a{
	color: White;
	text-decoration: none;
	font-weight: bold;
	display: block;
	}
.Active_menu {
	background-image:url(../img/menu_top_bg.jpg);
	position:0px 0px;
	background-repeat:repeat-x;
	background-color: #7CA5C9;
	padding: 2px;
	font-size: 8pt;
}
.Active_menu a{
	color: White;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.menu img{
	border: none;
}
.Active_menu img{
	border: none;
}

.menu_child
{
	height : 17px;
	font-size : 8pt;
	color : #ffffff;
	background-color :	#4476A1;
	padding : 0px 3px 0px 14px;
}
.menu_child a
{
	text-decoration : none;
	color : #ffffff;
	text-decoration : none;
}

.Active_menu_child
{
	height : 17px;
	font-size : 8pt;
	color : #ffffff;
	text-decoration : none;
	background-color : #7CA5C9;
	padding : 0px 3px 0px 14px;
}
.Active_menu_child a
{
	color : #ffffff;
	text-decoration : none;
}


