/* Start of CMSMS style sheet 'Daughters_Menu_CSS' */
#menu {width:150px; height:auto; float:left; padding-left:23px; border:none;}

#menu ul {
   margin-bottom: 20px;margin-left:0px;
}

#menu li {
   list-style: none;
   margin-bottom: 2px;
   border: none;
   display: block;
   width: 149px;
   height: 40px;
   text-align:center;
   font: normal normal bold 14px/39px Times Serif !important;
}

#menu li, #menu a {
   color: #007B0C;
}

#menu li.currentpage {
   background: url(images/site/button.jpg) top left no-repeat;
}

/** fixing stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

div#menu a {
   text-decoration:none;
   display: block; /* IE has problems with this, fixed above */
   width: 149px;
   height: 40px;
   background: url(images/site/button.jpg) top left no-repeat;
   padding: 0;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

div#menu a:hover {
   background: url(images/site/button-hover.jpg) top left no-repeat;
}

div#menu ul ul, div#menu ul ul ul {
   display: none;
}
/* End of 'Daughters_Menu_CSS' */

