/* 
    Document   : index
    Created on : 01.10.2008, 21:22:37
    Author     : mbiastoch
    Description:
        Purpose of the stylesheet follows.
*/

/***** MENU *****/
div#menu ul {
  background-color:#cedef2;
  border-top: 1px solid #234A7D;
  border-bottom: 1px solid #234A7D;
  padding: 3px;
  margin-bottom: 10px;
  color:#234A7D;
}

div#menu a {
  font-family:    Verdana,Arial,sans-serif;
  font-size:      smaller;
  font-weight:    normal;
  text-decoration:none;
}
