@CHARSET "UTF-8";

body {
	
	font-family:Arial;
	font-size:12px;
	
	color:#003a6d;
	background-color:white;
	
	padding:0px;
	margin:0px;

}

div.navItems {
	width:180px;
	display:none;
	border-bottom:1px solid #b5ccdb;
}

div.snLevel1 {
	padding-top:4px;
	padding-left:32px;
	padding-bottom:4px;
	border-top:1px solid #b5ccdb;
	line-height:20px;
	cursor:pointer;
}

div.snLevel1Selected {
	background-repeat:no-repeat;
	background-image:url(images/selectedSubNavItem.jpg);
	font-weight:bold;
}

div.snLevel1Items {
	padding-top:6px;
	padding-bottom:20px;
	padding-left:32px;
	display:none;
}

div.snLevel2 {
	font-size:11px;
	line-height:20px;
	cursor:pointer;
}

div.snLevel2Selected {
	font-weight:bold;
}

div.snLevel2Items {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0px;	
	display:none;
}

div.snLevel3 {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	line-height:11px;
	cursor:pointer;
	
	xbackground-image:url(images/subSubSubNavBullet.jpg);
	xbackground-repeat:no-repeat;
	
	background-color:#f3f6f9;
	border-bottom:2px solid white;
}

div.snLevel3Selected {
	xbackground-image:url(images/selectedSubSubSubNavBullet.jpg);
	
	background-color:#d8e0e8;
}