/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin:0px;
   width:165px;
padding-top:5px;
font-size:15px;
}

#menu_vert ul{
margin:0px;
padding:0px;
}


/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
   height:38px;
   background: url(http://www.shamrockcurling.ca/myimages/btn.jpg);
   background-repeat:no-repeat;

padding-bottom:8px;
}



/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display:block;
   height:28px;
   padding-top:10px;
   padding-left:10px;
   padding-right:25px;
   padding-bottom:4px;
   color: #69c44f; /* this will be link color for all levels */
   font-weight:bold;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}


/* hover state for all links */
div#menu_vert a:hover {
text-decoration:underline;
background: url(http://www.shamrockcurling.ca/myimages/hovericon.gif) no-repeat 8.8em bottom;

}


div#menu_vert a.activeparent:hover {

}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(http://www.shamrockcurling.ca/myimages/btn_current.jpg);
   background-repeat:no-repeat;
   text-align:center;
padding-top:10px;
width:145px;
   display: block; 
   height:28px;
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 15px;
   margin: 0;                                  /* as <h3> normally has some margin by default */
}





/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(http://www.shamrockcurling.ca/myimages/btn_current.jpg);
   background-repeat:no-repeat;
   text-align:center;
padding-top:10px;
   display: block; 
   height:28px;
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 15px;
   margin: 0;                                  /* as <h3> normally has some margin by default */
}





/* End of 'Navigation: Simple - Vertical' */

