@charset "ISO-8859-1";
#container {
	width: 960px;
}
#header {
	background-image: url(images/background_hw.gif);
	background-repeat: none;
	height: 72px;
	text-indent: 20px;
}
#frame {
	background-image: url(images/shadow_right.gif);
	background-position: right top;
	background-repeat: repeat-y;
	width: 960px;
}
#page {
	width: 950px;
	background-image: url(images/R-gr-gb.gif);
	background-position: right;
	background-repeat: repeat-y;
}


#navigation {
	width: 950px;
}

#content {
	float: left;
	width: 750px;
}
#subnav {
	width: 175px;
	text-align: left;
	margin-left: 770px;
	margin-right: 0px;
	padding: 0px;
	border: none;
	height: 1%;
}
#subnav ul {
	margin: 0;
	margin-top: 0px;
}
#subnav ul li {
	list-style-type: none;
	display: block;
	height: 25px;
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	text-indent: 20px;
	vertical-align: middle;
	line-height: 25px;
}
/* Need a, not just a:link, for Safari */
#subnav a, #subnav a:link {
	display:block;
	width: 170px; 
	height: 25px;
	background-image: url(images/sidenav.gif);
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top left;
}

#subnav a:hover, #subnav a:link:hover {
	display:block;
	width: 170px;
	height: 25px;
	background-image: url(images/sidenav.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px -60px;
	color: #009;
}

#subnav ul li .subcurrent {
	display:block;
	width: 170px; 
	height: 25px;
	background-image: url(images/sidenav.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#subnav ul li .lev2, #subnav ul li .lev2current {
	font-size: 12px;
	font-weight: normal;
	text-indent: 30px;
}
#subnav ul li .lev2current {
	display:block;
	width: 170px; 
	height: 25px;
	background-image: url(images/sidenav.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#subnav ul li .lev3, #subnav ul li .lev3current {
	font-size: 11px;
	font-weight: normal;
	text-indent: 45px;
}
#subnav ul li .lev3current {
	display:block;
	width: 170px; 
	height: 25px;
	background-image: url(images/sidenav.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
