
#menuwindow1, #menuwindow2, #menuwindow3, #menuwindow4{
	position:		absolute;
	left:			7px;
	width:			349px;
	height:			40px;
	background-repeat:	no-repeat;
	z-index:		10;
	display:		none;
	background-image:	url("../images/menu-win.gif");
}
#menuwindow1{
	top:			193px;
}
#menuwindow2{
	top:			222px;
}
#menuwindow3{
	top:			251px;
}
#menuwindow4{
	top:			280px;
}


.menuwindow-content{
	position:		relative;
	display:		block;
	left:			182px;
	top:			10px;
	width:			161px;
	height:			216px;
}

.menuwindow-content a:link, .menuwindow-content a:visited, .menuwindow-content a:active, .menuwindow-content a:hover{
	display:		block;
	width:			167px;
	height:			17px;
	line-height:		17px;
	font-weight:		bold;
	text-decoration:	none;
	text-indent:		10px;
	background-image:	url("../images/menu-row.gif");
}

.menuwindow-content a:hover{
	background-image:	url("../images/menu-over.gif");
}


.menuwindow-content .menufirst a:link, .menuwindow-content .menufirst a:visited, .menuwindow-content .menufirst a:active, .menuwindow-content .menufirst a:hover{
	display:		block;
	width:			167px;
	height:			17px;
	line-height:		17px;
	font-weight:		bold;
	text-decoration:	none;
	text-indent:		10px;
	background-image:	url("../images/menu-row-f.gif");
}

.menuwindow-content .menufirst a:hover{
	background-image:	url("../images/menu-over-f.gif");
}

.menuwindow-content .menufirst-act a:link, .menuwindow-content .menufirst-act a:visited, .menuwindow-content .menufirst-act a:active, .menuwindow-content .menufirst-act a:hover{
	display:		block;
	width:			167px;
	height:			17px;
	line-height:		17px;
	font-weight:		bold;
	text-decoration:	none;
	text-indent:		10px;
	background-image:	url("../images/menu-over-f.gif");
}


.menuwindow-content .menu-act a:link, .menuwindow-content .menu-act a:visited, .menuwindow-content .menu-act a:active, .menuwindow-content .menu-act a:hover{
	display:		block;
	width:			167px;
	height:			17px;
	line-height:		17px;
	font-weight:		bold;
	text-decoration:	none;
	text-indent:		10px;
	background-image:	url("../images/menu-over.gif");
}

