body{
	margin:0;
	padding:0;
	font-family:Tahoma,Arial,Helvetica;
}

.sp{
	display:none;
	}

.x{
	padding:0 0 10px 17px;
	}


.toc/* this just gives the size of the box for the navigation to sit in */{
	/*border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-left-color: #AAAAAA;
	margin-top: 20px;
	padding: 0;
	width: 260px;
}

#subNav ul {
}

.toc1{
	margin: 0;
	padding: 0;
	/*float: left;*/
	border-bottom:solid 1px #FFF;
	position:relative;
	list-style-type: none;
}

.toc1 a {
margin: 0;
display: block;
color: #777777;
font-size:12px;
padding: 10px 12px 10px 8px;
text-decoration: none;
border-top:1px #999999 solid;
background-image: url(../images/subnav_bgnormal.gif);
background-repeat: repeat-x;
}            

.toc1 a:hover {
background-image: url(../images/subnav_bgover.gif);
background-repeat: repeat-x;
color: #333333;
}

.toc2{
	text-indent: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.toc3{
	text-indent: 24px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

p.toc2 a {
	color:#9b7924;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
	background-color: #FFFFFF;
	background-image: none;
}

.current{
	margin:10px 0 0 0;
}	

.current a{
	color:#9b7924;
	font-weight: normal;
	font-size:11px;
	background-color: #FFFFFF;
	background-image: none;
	text-decoration:underline;
}

.toc2 a:hover
{
	background-color: #FFFFFF;
	background-image: none;
	text-decoration: underline;
	color:#9b7924;
	font-weight: normal;
}

.toc1parent a
{
    background-image: url(../images/subnav_hightlight_arrow.gif);
    display: block;    
    color: #777777;    
    text-decoration: none;    
    background-repeat: no-repeat;
}

.toc1parent a:hover
{    
    background-image: url(../images/subnav_hightlight_arrow_over.gif);    
    background-repeat: no-repeat;    
    display: block;    
    color: #333333;    
    text-decoration: none; 
}

.active{
	text-decoration:underline;
}

.subNavHighlight  a {
	background-image: url(../images/subnav_hightlight.gif);
	background-repeat: repeat-x;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.subNavHighlight  a:hover {
	background-image: url(../images/subnav_hightlight.gif);
	background-repeat: repeat-x;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.subNavHighlight  ul {
	padding: 11px 2px 11px 0px;
	background-color: #FFFFFF;
}
.subNavHighlight li a {
	border-top:1px #fff solid;
	margin:0px;
	padding: 0px;
	background-image: url(../images/subnav_bgnormal.gif);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
}

.subNavShadow {
	height:5px;
	width:262px;
	background-image: url(../images/nav_shadow.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

img[src='plus.gif'], img[src='minus.gif']{
	position:absolute;
	top:15px;
	left:242px;
	}
