@charset "utf-8";
/* CSS Document */

#menu {
width: 168px; /* set width of menu */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu li.mainmenu a {
display: block;
border-width: 0px;
margin: 0;
}

/* style, color and size links and headings to suit */
#menu li a.submenu {
font: bold 12px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-color: #ffffff #ffffff #ffffff #ffffff;
border-style: solid;
background: #C7CEE8;
color: #5772A1;
text-decoration: none;
margin: 0;
padding: 2px 3px;
width: 250px;
}

#menu a.submenu:hover {
color: #ffffff;
background: #5772A1;
}

#menu li a.home {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/home_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.home:hover {
background: url(menu_images/home_on.jpg);
}

#menu li a.about {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/about_sswd_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.about:hover {
background: url(menu_images/about_sswd_on.jpg);
}

#menu li a.employment {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/employment_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.employment:hover {
background: url(menu_images/employment_on.jpg);
}

#menu li a.rates {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/rates_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.rates:hover {
background: url(menu_images/rates_on.jpg);
}

#menu li a.finances {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/finances_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.finances:hover {
background: url(menu_images/finances_on.jpg);
}

#menu li a.services {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/programs_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.services:hover {
background: url(menu_images/programs_on.jpg);
}

#menu li a.capital {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/capital_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.capital:hover {
background: url(menu_images/capital_on.jpg);
}

#menu li a.meetings {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/meetings_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.meetings:hover {
background: url(menu_images/meetings_on.jpg);
}

#menu li a.calendar {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/calendar_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.calendar:hover {
background: url(menu_images/calendar_on.jpg);
}

#menu li a.publications {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/publications_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.publications:hover {
background: url(menu_images/publications_on.jpg);
}

#menu li a.reports {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/reports_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.reports:hover {
background: url(menu_images/reports_on.jpg);
}

#menu li a.water {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/water_ed_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 30px; /* set height of menu */
}

#menu a.water:hover {
background: url(menu_images/water_ed_on.jpg);
}

#menu li a.sites {
/* make the list elements a containing block for the nested lists */
position: relative;
background: url(menu_images/sites_off.jpg);
border-width: 0px;
width: 168px; /* set width of menu */
height: 36px; /* set height of menu */
}

#menu a.sites:hover {
background: url(menu_images/sites_on.jpg);
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul {
position: absolute;
top: 0;
left: 400;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul,
div#menu ul li:hover ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->