@CHARSET "UTF-8";

/*----------------------------

 Second Level Navigation

----------------------------*/
#sidebar{
	/*background-color: #f5f5f5;*/
	padding:0 0 0 10px;
	vertical-align:top;
}

h4 {
	background:url("/home/media/blt-sidenav_lvl1.gif") 0px 3px no-repeat;
	padding-left:12px;
	
}

.subnav ul{
	margin:6px 0 10px 0;
	padding:10px;
	vertical-align:top;
}


.subnav ul li a {
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	vertical-align:top;
	
}

.subnav ul li a:hover{
	text-decoration:underline;
}

.subnav ul li.selected a {
	color:#000000;
}
.subnav ul li  
{
	/*/*list-style-image: url("/home/media/blt-sidenav_lvl2.gif");*/
	list-style-type: none;
	background:url("/home/media/blt-sidenav_lvl2.gif") 0px 5px no-repeat;
	/*background-position: left top; left center;*/
	margin: 0 0 0 10px;
	padding:0 0 5px 8px;
	/*vertical-align: top;*/
}
.subnav h4, .subnav h4 a, .related h4, .related h4 a{
	font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#379225;
	text-decoration:none;
	margin:5px 0 0 0;
	
  	/*width: 200px;*/
}

.subnav h4 a:hover, .related h4 a:hover {
	text-decoration:underline;
}

