body {
	font: normal 12px arial;
	}

/* Begin CSS Popout Menu */

#bpSideMenu{
position:relative;
top:0;
left:0;
z-index:2;
padding-bottom:0em; /* To allow room for bottom dropdown */
}

#bpSideMenu a, #bpSideMenu h2{
font:bold 11px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:1px 3px;
}

#bpSideMenu h2{
color:#fff;
background:#8C9C9F;
text-transform:uppercase;
}

#bpSideMenu a{
color:#000;
background:#D8E1EB;
text-decoration:none;
}

/* #B7C7E8 */

#bpSideMenu a:hover{
color:#ffffff;
background:#8C9C9F;
}

#bpSideMenu a:active{
color:#ffffff;
background:#8C9C9F;
}

#bpSideMenu ul{
list-style:none;
margin:0;
padding:0;
width:170px;
}

/* 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#bpSideMenu li, div#bpSideMenu li:hover{
position:relative;
}

div#bpSideMenu li ul{
position:absolute;
top:0;
left:168px;
display:none;
}

div#bpSideMenu ul ul,
div#bpSideMenu ul ul ul,
div#bpSideMenu ul li:hover ul ul,
div#bpSideMenu ul li:hover ul ul ul
{display:none;}

div#bpSideMenu ul li:hover ul,
div#bpSideMenu ul ul li:hover ul,
div#bpSideMenu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#bpSideMenu a.bpSideSubMenu, #bpSideMenu a.bpSideSubMenu:visited{
background:#D8E1E8 url(/css/arrow.gif) no-repeat bottom right;
}

/*#8DA3CD*/

#bpSideMenu a.bpSideSubMenu:hover{
background:#8C9C9F;
}

#bpSideMenu a.bpSideSubMenu:active{
color:#FFFFFF;
background:#8C9C9F;
}

/* Strickly IE */
* html #bpSideMenu a, #bpSideMenu h2{font:bold 11px/16px arial,helvetica,sans-serif;}
* html #bpSideMenu ul li{float:left;height:1%;}
* html #bpSideMenu ul li a{height:1%;}
/*-----------------------------*/

