/* Start of CMSMS style sheet 'cc_sub_nav' */
/* CSS Document */

/* start sub mneu items */

#navcontainer { 
width: 225px; 
margin: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.1em;

}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-weight: bold;
line-height: 18px;
margin-top: 0;
}


#navcontainer li
{

}

#navcontainer a
{
display: block;
padding: 4px;
padding-left: 17px;
width: 208px; 
border-top: 0px;
border-bottom: 1px solid #2b2f0a;
}

#navcontainer a:link, #navlist a:visited
{
color: #edef83;
text-decoration: none;
border-top: 0px;
border-bottom: 1px solid #cdcf80;
background-image: url(images/nav.gif);
background-repeat:no-repeat;
}

#navcontainer a:hover
{
background-color: #d1d371;
color: #edef83;
background-image: url(images/nav_on.gif);
background-repeat:no-repeat;
color: #fff;
}

/* sub menu IN */

#menu-in a:link, #menu-in a:visited
{
display: block;
padding: 4px;
padding-left: 17px;
width: 208px; 
border-top: 0px;
border-bottom: 1px solid #cdcf80;
background-image: url(images/bg-menu-in.gif);
background-repeat:no-repeat;
color: #fff;
}
#menu-in a:hover
{

background-color: #d1d371;
border-top: 0px;
background-image: url(images/bg-menu-in-on.gif);
background-repeat:no-repeat;
color: #fff;
}

/* if menu item is a parent */

#menu-parent a:link, #menu-parent a:visited
{
display: block;
padding: 4px;
padding-left: 17px;
width: 208px; 
border-top: 0px;
border-bottom: 1px solid #cdcf80;
background-image: url(images/bg-menu-parent.gif);
background-position: top left;
background-repeat:no-repeat;
color: #edef83;
}
#menu-parent a:hover
{
background-color: #d1d371
border-top: 0px;
background-image: url(images/bg-menu-parent-on.gif);
background-position: top left;
background-repeat:no-repeat;
color: #fff;
}

/* if CURRENT menu item is a parent */

#menu-parent-in a:link, #menu-parent-in a:visited
{
display: block;
padding: 4px;
padding-left: 17px;
width: 208px; 
border-top: 0px;
border-bottom: 1px solid #cdcf80;
background-image: url(images/bg-menu-parent-in.gif);
background-repeat:no-repeat;
color: #edef83;
}
#menu-parent-in a:hover
{

background-color: #d1d371;
border-top: 0px;
background-image: url(images/bg-menu-parent-in-on.gif);
background-repeat:no-repeat;
color: #f3f3c5;
}



/* sub-menus */

#navcontainer ul ul {  /* submenu ul box */
background-color: #ccce57;
margin: 0;
padding: 0;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
display: block;
padding: 0px 3px 0px 3px;
padding-left: 30px;
width: 196px;
border-top: 0px;
border-bottom: 1px solid #dfe09b;
background-image: none;
font-weight: normal;
line-height: 18px;
color: #edef83;

}
#navcontainer ul ul li a:hover
{
display: block;
padding: 0px 3px 0px 3px;
padding-left: 30px;
width: 196px;
background-color: #d1d371;
border-top: 0px;
border-bottom: 1px solid #dfe09b;
background-image: none;
font-weight: normal;
color: #f3f3c5;
}

/* sub menus IN */

#navcontainer ul ul #menu-in a:link, #navcontainer ul ul #menu-in  a:visited
{
display: block;
padding: 0px 3px 0px 3px;
padding-left: 30px;
width: 196px;
border-top: 0px;
border-bottom: 1px solid #dfe09b;
background-image: url(images/bg-submenu-in.gif);
background-position: top left;
background-repeat:no-repeat;
font-weight: normal;
line-height: 18px;
color: #edef83;

}
#navcontainer ul ul #menu-in  a:hover
{
display: block;
padding: 0px 3px 0px 3px;
padding-left: 30px;
width: 196px;
background-color: #d1d371;
border-top: 0px;
border-bottom: 1px solid #dfe09b;
background-image: url(images/bg-submenu-in-on.gif);
background-position: top left;
background-repeat:no-repeat;
font-weight: normal;
color: #f3f3c5;
}










/* End of 'cc_sub_nav' */

