/* 
  --------------------------------------------------------------
  File:    sidemenu.css
  Purpose: Sid emenu style sheet
  Author:  Ax3soft

  Copyright (c) 2006 Ax3soft, All Rights Reserved.
  --------------------------------------------------------------
*/
  #sidemenu {
    width             : 150px;
    padding           : 5px 15px 0 0;
    }
  #sidemenu p {
    padding           : 2px 2px 0 4px;  /* --- top, right, bottom, left --- */
    margin-top        : 10px;
    margin-bottom     : 10px;
    }
  #sidemenu div.caption {
    background-color  : #f5f5f5;
    padding           : 4px;
    border-bottom     : 1px solid #ccc;
    width             : 100%;
    }
  #sidemenu div.menu {
    margin            : 5px 0 15px 0;
    padding           : 0;
    color             : #fd9f13;
    }
  #sidemenu div.underline {
    border-bottom     : 1px dotted #ccc;
    width             : 149px;
    height            : 15px;
    padding-left      : 5px;
    }
  #sidemenu a,
  #sidemenu a:visited {
    color             : #fd9f13;
    text-decoration   : none;
    }
  #sidemenu a:hover,
  #sidemenu a:active {
    color             : #b0974a;
    text-decoration   : none;
    }