body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

p {
  line-height: 1.5em;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 180px;
}

ul.menu a { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; display: block; text-decoration: none; }

ul.menu li {
  
}

ul.menu li a { color: #fff; background: #9cf url(../images/buttons/mbutton.gif) no-repeat; padding: 3px 4px 6px 10px; }

ul.menu li a:hover { color: #000; background-image: url(../images/buttons/mbutton_f2.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }

ul.menu li ul li a { color: #06b; background: #ccddee; padding-top: 3px; padding-bottom: 3px; padding-left: 20px; border-bottom: 1px solid #b0c4de; }

ul.menu li ul li a:hover { color: #fff; background: #66ccff; padding-left: 20px; border-bottom-color: #b0c4de; border-bottom-width: 1px; }

a.green:link, a.green:visited { 
color: #fff ; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px; 
background-image: url(../images/buttons/ebutton.gif); 
background-repeat: repeat; 
background-attachment: scroll; 
background-position: 0 0; 
text-decoration: none; 
width: 170px; height: 27px; 
padding-top: 2px; padding-bottom: 5px; padding-left: 10px;
border-bottom: 1px solid #508f15; 
display: block; }

a.green:hover, a.green:active{ 
color: black ; 
font-weight: bold; 
background-image: url(../images/buttons/ebutton_f2.gif); 
background-repeat: repeat; 
background-attachment: scroll; 
background-position: 0 0; 
text-decoration: none;
border-bottom: 1px solid #50b515; }

img.hidden {display:none;}


/*
.code { border: solid 1px #f09; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: solid 1px #fef103; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }*/