/* CSS Document */
 
/*********** #navBar link styles ***********/
.hidden-rolls{
	display:none;
}
.navBar {
	float:left;
	margin:32px 0 0 0;
	padding:0;
	position:absolute;
	width:226px; 
	text-align: left; 
	xborder: 1px dashed red;
	}
.navBar ul a:link, .navBar ul a:visited {display: block;}
.navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.navBar li {border-bottom: 1px dashed #EEE;}

/* fix for browsers that don't need the hack */
html>body .navBar li {border-bottom: none;}
	
.navBar h3{
	padding: 10px 0px 2px 10px;
}
.navBar p{
	padding: 2px 10px 2px 10px;
}
/***********  navbar/subnav #sectionLinks styles ***********/


.subnav{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
	font-size: 100%;
}

.subnav h3{
	padding: 10px 0px 2px 10px;
}
.subnav p{
	padding: 2px 10px 2px 10px;
}
.subnav ul{
	padding: 2px 10px 2px px;
}
.subnav ul ul{
	padding: 0 0 0 10px;
}

.subnav a {
	display: block;
	border-top: 1px dashed #cccccc;
	padding: 2px 0px 2px 10px;
}

.subnav a:hover{
	background-color: #DDE7EF;
	/* background-color: #DDE7EF;*/	
}
.subnav a:visited{
	color: #006699;
}
.navhighlight{background: #f5f2f2;}

.navhighlight ul{
background: #fff;	
}