#bpSideMenu {
	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%;}
/*-----------------------------*/

/* Begin CSS Popout Menu */

#bpTopMenu{
width:100%;
float:left;
}

#bpTopMenu a, #bpTopMenu 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 0 1px 3px;
}

#bpTopMenu h2{
color:#fff;
background:#ccc url(/css/plus.gif) no-repeat 100% 100%;
text-transform:uppercase
}

#bpTopMenu a{
background:#eee;
text-decoration:none;
}

#bpTopMenu a, #bpTopMenu a:visited{
color:#000;
}

#bpTopMenu a:hover{
color:#000;
background:#ddd;
}

#bpTopMenu a:active{
color:#060;
background:#ccc;
}

#bpTopMenu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:170px;
}

#bpTopMenu li{
position:relative;
}

#bpTopMenu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#bpTopMenu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#bpTopMenu h2:hover{
background:#ccc url(/css/plus.gif) no-repeat -999px -9999px;
}

div#bpTopMenu li:hover{
cursor:pointer;
z-index:100;
}

div#bpTopMenu li:hover ul ul,
div#bpTopMenu li li:hover ul ul,
div#bpTopMenu li li li:hover ul ul,
div#bpTopMenu li li li li:hover ul ul
{display:none;}

div#bpTopMenu li:hover ul,
div#bpTopMenu li li:hover ul,
div#bpTopMenu li li li:hover ul,
div#bpTopMenu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#bpTopMenu a.x, #bpTopMenu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#bpTopMenu a.x:hover{
color:#a00;
background:#ddd;
}

#bpTopMenu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

/* Begin Content Area - Not Part of CSS Popout Menu */

#content
{
	position:absolute;
	width:100%;
	top:10px;
	margin:0;
	padding:0;
	border:0px solid #000;
	clear:both;
}
/*#content a:link{color:#a00;}
#content a:visited{color:#a00;}
#content a:hover{color:#a00;background:#eee;}
#content a:active{color:#060;background:#ddd;}
#content h1, #content h2{font:bold 1.0em arial,sans-serif;margin:0.5em 0.25em;padding:0;}
#content img{border:none;}
#content p{font:normal 0.8em/1.5em verdana,sans-serif;margin:1.0em;}
#content ul, #content ul ul{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 4.0em 1.5em 4.0em;}
#content ul li{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 0;}
#content ul ul li{font:normal 1.1em/1.6em verdana,tahoma,arial,sans-serif;margin:0;}
#content .fr{float:right;margin:0 0 1.0em 1.0em;}
#content .mod{font:normal .6em arial,sans-serif;margin:.25em;}*/

/* End Content Area - Not Part of CSS Popout Menu */