@charset "utf-8";
/* CSS Document */

div.title{
          width:133px; 
          background-color:#90cff2; 
          border-color:#acdbf5; 
          border-style:solid; 
          border-width:1px; 
          height:19px; 
          padding-top:4px; 
          padding-left:17px; 
          color:#ffffff; 
          font-size: x-small; 
          font-weight: bold;
          font-family: Arial;
}

div.cat{
        margin-top: 1px;
	background-color: #bcbec0;
	border: 1px solid #cccccc;
	padding-top: 4px;
	padding-left: 17px;
	width:133px;
        height:19px;
        font-size: x-small; 
        font-weight: 900;
        color: #ffffff;
        font-weight: bold;
        font-family: Arial;
}

div.cat2{
        background-color: #ffffff;
        margin-top: 1px;
        border: 1px solid #cccccc;
        padding-top: 4px;
	padding-left: 17px;
	width:133px;
        height:19px;
        font-size: x-small; 
        font-weight: bold;
        font-family: Arial;
}

div.cat2 a{
        text-decoration: none;
        color: #bcbec0
}

div.cat2 a:hover{
        color: #00a0e4
}

span.menublock {
        width:150px;
        float:left; 
        margin-right:50px; 
        margin-top:20px
}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}
div.folder{cursor:pointer; cursor: hand;background-image:url(images/folder_open.gif);}
div.menu-sitemap-tree li.close div.folder{background-image:url(images/folder_close.gif);}
div.page{background-image:url(images/page.gif);}