/* Start of CMSMS style sheet 'gdys-nav' */
/* CSS Document */


/* start sub mneu items */

#navlist {

margin: 10px 0 0 0;
}

#navcontainer { 
width: 229px; 
margin: 0 0 0 4px;
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;
	border-top: 1px solid #a1b6d6;
	
}


#navcontainer ul ul  /* turns off border above at child stage */
{
	border-top: 0;
}


#navcontainer li
{

}

#navcontainer a
{
display: block;
padding: 4px;
padding-left: 17px;
width: 208px; 
border-top: 0px;
border-bottom: 1px solid #b6c8e1;
}

#navcontainer a:link, #navlist a:visited
{
color: #af524f;
text-decoration: none;
border-top: 0px;
border-bottom: 1px solid #b6c8e1;
}

#navcontainer a:hover
{
background-color: #f9fbfe;
color: #ad271e;

}

/* 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 #b6c8e1;
background-image: url(images/bg-menu-in.gif);
background-repeat:no-repeat;
background-color: #f9efa1;
color: #9b0c13;
}
#menu-in a:hover
{

background-color: #fffbd8;
border-top: 0px;
background-image: url(images/bg-menu-in-on.gif);
background-repeat:no-repeat;
color: #ad271e;
}

/* 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 #b6c8e1;
background-image: url(images/bg-menu-parent.gif);
background-position: top left;
background-repeat:no-repeat;
color: #af524f;
}
#menu-parent a:hover
{
background-color: #f9fbfe;
border-top: 0px;
background-image: url(images/bg-menu-parent-on.gif);
background-position: top left;
background-repeat:no-repeat;
color: #ad271e;
}

/* 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 #e1d681;
background-image: url(images/bg-menu-parent-in.gif);
background-repeat:no-repeat;
background-color: #f9efa1;
color: #9b0c13;
}
#menu-parent-in a:hover
{

background-color: #fffbd8;
border-top: 0px;
background-image: url(images/bg-menu-parent-in-on.gif);
background-repeat:no-repeat;
color: #ad271e;
}



/* sub-menus */

#navcontainer ul ul {  /* submenu ul box */
background-color: #aeaf60;
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 #e1d681;
background-image: none;
font-weight: normal;
line-height: 18px;
color: #af524f;
background-color: #fbf6d0;

}
#navcontainer ul ul li a:hover
{
display: block;
padding: 0px 3px 0px 3px;
padding-left: 30px;
width: 196px;
border-top: 0px;
border-bottom: 1px solid #e1d681;
background-image: none;
font-weight: normal;
color: #ad271e;
background-color: #fffce4;
}

/* 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 #e1d681;
background-image: url(images/bg-submenu-in.gif);
background-position: top left;
background-repeat:no-repeat;
font-weight: normal;
line-height: 18px;
color: #9b0c13;
background-color: #f9efa1;

}
#navcontainer ul ul #menu-in  a:hover
{
display: block;
padding: 0px 3px 0px 3px;
padding-left: 30px;
width: 196px;
background-color: #fffdef;
border-top: 0px;
border-bottom: 1px solid #e1d681;
background-image: url(images/bg-submenu-in-on.gif);
background-position: top left;
background-repeat:no-repeat;
font-weight: normal;
color: #a94642;
}










/* End of 'gdys-nav' */

