/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#main_menu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


div#main_menu {
font-size:90%;
}

div#main_menu ul {
   margin: 0;
   padding: 0;
}

/* menu list items */
div#main_menu ul li {
   margin: 0;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
background:url(images/cms/menu_bg.png);
text-indent:-9999px;
}

/* the links, that is each list item */
div#main_menu a {
   height:41px;
   line-height:41px;
   width:112px;
   text-align:center;
   padding: 0 0px 0 0px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000000;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#main_menu li a:hover {
   background-color: #A21417;
}
div#main_menu a.activeparent:hover {
   background-color: #f3f3f5;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#main_menu li.activeparent a {
   color: #fff;
}

div#main_menu li h3 {
   height:43px;
   line-height:41px;
   width:112px;
   text-align:center;
   padding: 0 0px 0 0px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000000;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   font-weight:normal;
background-color: #E4E4E4;
}

/* Homepage */
li#i15 a {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:37px 13px;
}


li#i15 h3 {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:37px -19px;
}

/* The Workshop */
li#i34 a {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-78px 13px;
padding:0 2px 0 2px;
}

li#i34 h3 {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-78px -19px;
border-left:2px solid #E4E4E4;
border-right:2px solid #E4E4E4;
}


/* Parents Say */
li#i59 a {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-209px 13px;
}

li#i59 h3 {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-209px -19px;
}

/* Teen Say */
li#i60 a {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-328px 13px;
}

li#i60 h3 {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-328px -19px;
}


/* Workshop Calendar */
li#i61 a {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-458px 13px;
}

li#i61 h3 {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-458px -19px;
}

/* Blog */
li#i54 a {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-600px 13px;
}

li#i54 h3 {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-600px -19px;
}

/* About Us */
li#i62 a {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-690px 13px;
}

li#i62 h3 {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-690px -19px;
}

/* Contact Us */
li#i55 a {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-805px 13px;
}

li#i55 h3 {
background-image:url(images/cms/menu_image.png);
background-repeat:no-repeat;
background-position:-805px -19px;
}
/* End of 'Navigation: Simple - Horizontal' */

