.popMenu
{
	position: absolute;
    left: 0px;
    top: 0px;
	visibility: hidden;
}

.TopMen
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : white;
	/*background-color : #4C7395;*/
	font-weight : bold;
	/*
	padding : 1px 10px 1px 6px;
	*/
	text-align : center;
	height : 19px;
}

.TopMen a, .TopMen a:visited, .TopMen a:active, .TopMen a:link, .TopMen a:hover
{
	text-decoration : none;
	color : white;
}

.Active_TopMen
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : white;
	/*background-color : red;*/
	font-weight : bold;

	padding : 0px 10px 0px 6px;

	text-align : center;
	height : 19px;
	cursor:pointer;
	cursor:hand;
}

.TopMenParentEmpty
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #4883A7;
	/*background-color : #4C7395;*/
	font-weight : bold;

	padding : 2px 10px 0px 6px;

	text-align : center;
	vertical-align: top;
	height : 19px;
}
.Active_TopMenParentEmpty
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 11px;
	color : white;
	background-color : #407CA1;
	/*border: solid 1px red;*/

	padding : 2px 10px 0px 6px;

	text-align : center;
	vertical-align: top;
	height : 19px;
	cursor:pointer;
	cursor:hand;
}

.SubMen
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
  font-weight: bold;
	color : #255976;
	background-color : #E7F2FD;
	/*
	background-image : url(../img/menu/bgsubmenu.gif);
	background-repeat : no-repeat;
	*/
	padding : 0px 10px 0px 6px;
	height : 17px;
}

.SubMen a, .SubMen a:visited, .SubMen a:active, .SubMen a:link, .SubMen a:hover
{
	text-decoration : none;
	color : #255976;
}

.Active_SubMen
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
  font-weight: bold;
	color : #255976;
	/*background-color : #AACEE8;*/
	background-color : #BFD6E8;
	padding : 0px 10px 0px 6px;
	height : 17px;
}

.Active_SubMen a, .Active_SubMen a:visited, .Active_SubMen a:active, .Active_SubMen a:link, .Active_SubMen a:hover
{
	text-decoration : none;
	color : #255976;
}