/* DynaMan css version .4 feb 13,2005
copyright (c) 2005 Henrik Bechmann, Bechmann Software Services, Toronto Canada
www.bechmannsoftware.com. Creative Commons Licence.
Summary: Give attribution, retain licence display, use work in any way. */
/*==============MenuMan==============*/
div.menuplatform {
 position:relative;
 font-size:10pt;
}
div.menublock {
 position:absolute;
 z-index:20;
}
div.tabstrip-frame {
 position:absolute;
}
div.tabstrip {
 position:relative;
}
div.tabitem-frame {
 position:absolute;
 width:120px;
 height:20px;
 margin:0;
 padding:0;
}
div.tabitem {
 position:relative;
 background-color:#fff;
 border-color: #ccc #333 #333 #ccc;
 border-width: 2px;
 border-style: solid;
}
.open-right {
 background:#fff url(images/menu_openright.gif) right no-repeat;
}
.open-down {
 background:#fff url(images/menu_opendown.gif) right no-repeat;
}
div.tabcolumn-frame {
 position:absolute;
 display:none;
 top:20px;
 left:0;
 width:120px;
}
div.tabcolumn {
 position:relative;
 border-color: #ccc #333 #333 #ccc;
 border-width: 2px;
 border-style: solid;
 background-color:#fff;
}
div.menuitem-frame {
 position:relative;
}
div.menuitem {
 position:relative;
 background-color:#fff
}
div.menucolumn-frame {
 position:absolute;
 display:none;
 top:0;
 left:118px;
 width:120px;
}
div.menucolumn {
 position:relative;
 border-color: #ccc #333 #333 #ccc;
 border-width: 2px;
 border-style: solid;
 background-color:#fff;
}
div.tabstrip a,
div.tabcolumn a {
 display:block;
 width:116px;
}
div.tabstrip a:hover,
div.tabcolumn a:hover {
 background-color:yellow;
}
div.menu-divider {
 clear:both;
}
/*\*/
* html div.tabitem,
* html div.tabcolumn,
* html div.menuitem,
* html div.menucolumn {
 he\ight:0;
 width:100%;
 w\idth:auto;
}
* html div.menuitem-frame {
 float:left;
 width:116px;
}
/**/
/*========== TreeMan =========*/
div.treeblock {
 min-height:1600px;
}
* html div.treeblock {
 height:1600px;
}
div.treeblock ul {
 font-size:96%;
 padding:0;
 margin:0;
 background:url(images/branch_span.gif) repeat-y 6px 0;
}
div.treeblock li {
 display:block;
 list-style:none;
 padding:0 0 0 13px;
 margin:0;
}
div.treeblock li.closed {
 background:url(images/branch_closed.gif) no-repeat 2px .2em;
}
div.treeblock li.open {
 background:url(images/branch_open.gif) no-repeat 2px .2em;
}
div.treeblock li.leaf {
 background:url(images/branch_leaf.gif) no-repeat 2px .2em;
}
div.treeblock li.closed ul {
 display:none;
}
div.treeblock li.banner {
 display:block;
 list-style-image:none;
 list-style:none;
}
span.branchtoggle {
 text-decoration:underline;
 cursor:default;
 font-style:italic;
}
span.treecommands {
 font-size:7pt;
 color:#999;
 font-weight:bold;
 cursor:default;
}

