/* Start of CMSMS style sheet 'Menu' */
/* ---------
 LEVEL ONE
 ---------*/
 
#leftCol {
     height: 30px;
     left: 20px;
     position: absolute;
     top: 60px;
     width: 220px;

}
#leftCol ul {
     list-style: none;
     padding: 0;
     margin: 50px 0 0 0;
}
#leftCol a {
     display: block;
     font-weight: normal;
     text-decoration: none;
     font-size:1.1em;
     line-height: 1em;
     color:#b53365;
     padding: 5px 10px 4px;
}
#leftCol li {
     float: left;
     display: block;
     height:22px;
     width: 230px;
     padding: 5px 0 0 0;
}
#leftCol li a:hover {
     color: #6F2242;
     text-decoration: none;
}
#leftCol .currentpage h3 {
     font-weight: normal;
     padding: 5px 10px 4px;
     font-size: 1.1em;
     background-color: none;
     display: block;
     margin:0px;
     line-height:1em;
     color: #5F1D39;
}
/* ---------
LEVEL TWO
---------*/
#leftCol li ul {
     position: absolute;
     display: none;
     width:230px;
     left: 0px;
     top: 0px;
}
#leftCol li ul li {
     background-color: #f5f8e2;
}
#leftCol li ul li.currentpage h3 {
     padding: 5px 0px;
     font-weight: normal;
     font-size: 1.1em;
     background-color: #dbe39a;
     display: block;
     margin:0px;
     line-height:1em;
}
#leftCol li ul li a {padding: 5px 0px;}
#leftCol li ul li a:hover{color: #8A9A01;}
 
/* ---------
GLOBAL
---------*/
 
#leftCol li:hover ul, #leftCol li li:hover ul, #leftCol li.sfhover ul, #leftCol li li.sfhover ul {
     display: block;
}
#leftCol li:hover ul ul, #leftCol li.sfhover ul ul {
     display: none;
}

/*----------IMAGES----------*/

#primary-nav li a span {display:none;}

#menuwrapper ul {list-style-type:none;}
/* End of 'Menu' */

