﻿/*** Mainmenu ***/

#mainmenu
{
    margin: 18px 0px 0px 19px;
    max-height:20px;
    width: 729px;
    float:left;
}
#mainmenu ul
{
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}

#mainmenu li
{
    list-style: none;
    float: left;
    margin: 0px 5px 10px 0px;
}

#mainmenu li a
{
 background-color: #61A521;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    height: 14px;
    padding: 4px 10px 3px;
    text-decoration: none;
    text-transform: uppercase;
}
#mainmenu ul li a:hover, #mainmenu ul li.selected a
{
    /*background-color: #a8cc8d;*/
	background-color: #828282;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.0em;
    padding: 4px 10px 3px;
    text-decoration: none;
    height: 14px;
    
}



/*** TreeMenu ***/

#treelist
{
    margin-top: 0px;
    margin-left: 52px;
}
#treelist li
{
    list-style: none;
  
    font-weight: bold;
    margin-bottom:5px;
}

#treelist a
{
    font-size: 1.1em;
    color:#333;
}
#treelist .selected
{
   font-weight:bold;
}

#treelist ul ul .containerclosed,#treelist ul ul  .containeropen
{
    margin-left: 10px;
  
}
#treelist ul .containerclosed a,#treelist ul .containeropen a
{
  /*  font-weight: normal;*/
}

#treelist ul .containeropen ul .closed,#treelist ul .containeropen ul .open
{
      font-weight: normal;
      font-style:italic;
      margin-left:10px;
}
.item
{
    text-transform: uppercase;
}
.tree li
{
    cursor: pointer;
}

.tree ul
{
    margin-left: 5px;
}


.tree li.open
{
    list-style: url(img/ul.gif);
}

.tree li.closed
{
    list-style: url(img/li.gif);
}

.tree li.item
{
}

.tree li.open ul
{
    display: block;
}
.open a
{
    font-weight:bold;
}
.closed a
{
    font-weight:normal !important;
}
.specialpagelist
{
   
    padding-bottom:4px;
}
.closespec
{
    font-size:1.1em;
       font-weight:normal;
}
.openspec
{
    font-size:1.1em;
   
  
}
