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

/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

BODY
{
	background-image:url(../images/bckgrd.gif);
	background-attachment:fixed;
	background-repeat: repeat-x;
	margin: 0; padding: 0;
}

#shell {
	position:relative;
	width:896px;
	height:auto;
	background-image:url(../images/page_bckgrd.gif);
}


#top {
	width:896px;
	height:auto;
}

#footer {
	width:896px;
	height:90px;
	background-image:url(../images/home_footer_bckgrd.gif);
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
	line-height:15px;
}

#footer A { text-decoration: underline; color: #006225; font-family:Arial, Helvetica, sans-serif; }
#footer A:hover { text-decoration: none; color: #174a7c; }

#nav_left {
	width:23px;
	height:auto;
	background-image:url(../images/nav_left.gif);
	background-repeat:repeat-y;
}

#links {	
	height:auto;
	width:896px;
	height:auto;
	float:left;
	background-image:url(../images/page_bckgrd.gif);
	background-repeat:repeat-y;
}

/* Begin CSS Popout Menu */

#menu {
position:relative;
z-index:2;
width:176px;
padding:0px;
}

#menu a, #menu h2{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
display:block;
white-space:nowrap;
margin:0px;
text-align:left;
}

#menu a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
background-image:url(../images/home_link_bckgrd.gif);

text-decoration:none;
padding-top:0px;
padding-bottom:0px;
width:161px;
}

#menu a:hover{
color:#6397bb;
background-image:url(../images/home_link_bckgrd.gif);
}

#menu a:active{
color:#060;
background-image:url(../images/home_link_bckgrd.gif);
}

#menu ul{
list-style:none;
margin:0px;
padding:0px;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

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

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

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}
