.anylinkcss{
position:absolute;
visibility: hidden;
line-height: 130%;
z-index: 1000;
width:150px;
font-size:14px;
}

div#album{
	z-index:0;
}

div.inforow{
	z-index:0;
}

.anylinkcss a{
display: block;
text-indent: 3px;
padding: 1px 0;
text-indent: 5px;
margin-right:5px;
}

.anylinkcss a:hover{ /*hover background color*/
}

div#command{
	z-index:10;
}

table{
	z-index:0;
}

div.cmdtab{
	position:relative;
	display:inline;
	z-index:100;
	margin-left:10px;
	margin-right:10px;
}

div.cmdtabright{
	position:relative;
	display:inline;
	z-index:100;
	margin-left:10px;
	margin-right:10px;
	float:right;
}

div.tabmenucenter{
        background-color: black;
}

div.tabmenubottom{
	position:relative;
	height:10px;
	z-index: 1000;
	margin-top:0px;
	margin-bottom:0px;
	font-size:0px;
}


div.tabmenubottom div.tabmenu-bc{
        background-color: black;
	height:10px;
	margin:0px 10px 0px 10px;
}
div.tabmenubottom div.tabmenu-bl{
	float:left;
	width:10px;
	height:10px;
	background-image: url(img/tab-bl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0px 0px 0px 0px;
}

div.tabmenubottom div.tabmenu-br{
	float:right;
	width:10px;
	height:10px;
	background-image: url(img/tab-br.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px 0px 0px 0px;
}
