.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 20px;
margin-bottom: 1px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


/*
#subnav ul {
	list-style:none;
	padding:0px;
	margin-left:20px;
}

#subnav ul li {
	list-style:url(../images/arrow_orange.gif);
	vertical-align:top;
	margin-left:10px;
	margin-top:10px;
	border-bottom:#cccccc 1px solid;

}

#subnav ul ul{
	list-style:none;
	margin-left:5px;
	margin-top:10px;
	border-bottom:none;
}

#subnav ul ul li{
	list-style:url(../images/arrow_orange_small.gif);
	border-bottom:none;
	padding:0px;
	margin-top:2px;
	margin-left:5px;
}


#subnav #lnk_edit {
	color: #FF0000;
	text-decoration: none;
	text-transform: lowercase;
}
#subnav #lnk_edit:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
*/

#subnav *{
	padding:0px;
	margin:0;
/*	text-transform:uppercase; */
}


html > body #subnav {
	width: 201px;
	padding:1px 0 12px 15px;
	margin:0;
	clear:both;
	background:url(../images/subnav-bg.png) 0 0 repeat-y;
}

* html #subnav {
	width: 201px;
	padding:1px 0 12px 15px;
	margin:0;
	clear:both;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/subnav-bg.png');
}
/*#subnav {
	width: 175px;
	padding:0px;
	margin:0 0 0 15px;
	clear:both;
	
}*/

#subnav a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#231F20;
	padding:5px 0px 5px 0px;

}

#subnav a:hover{
	color:#666;	
	padding:5px 0px 5px 0px;
}

#subnav ul.treeview2{ /*CSS for Simple Tree Menu*/
	list-style:none;
	margin-left:0px;
}

#subnav ul.treeview2 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background:url(../images/dot_black.gif) no-repeat left 5px ;
	vertical-align:top;
	padding-left:12px;
	margin-top:10px;
	font-size:12px;
}

/*
#subnav ul.treeview2 div.textborder{ 
	border-bottom:#cccccc 1px solid;
}
*/

#subnav ul.treeview2 li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background:url(../images/dot_black.gif) no-repeat left 5px;
	cursor: hand !important;
	cursor: pointer !important;
}

#subnav ul.treeview2 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	list-style:none;
	margin-left:-3px;
	margin-top:10px;
	border-bottom:none;
}

#subnav ul.treeview2 li.submenu ul.emptyul { /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	list-style:none;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#subnav ul.treeview2 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	background:url(../images/dot_black.gif) no-repeat left 5px;
	border-bottom:none;
	padding-left:12px;
	margin-top:2px;
	margin-left:5px;
}

#subnav ul.treeview2 .submenu ul li.selected a
{
	color:#666;
}

/*****mobile************************************************/


#subnav_mobile *{
	padding:0px;
	margin:0px;
/*	text-transform:uppercase; */
}


#subnav_mobile {
	width: 100%;
	padding:0px;
	margin:10px 0 0;
	clear:both;
}

#subnav_mobile a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#127fc3;
	padding:5px 0px 5px 0px;
}

#subnav_mobile a:hover{
	color:#127fc3;	
	padding:5px 0px 5px 0px;
	text-decoration:underline;
}

#subnav_mobile ul.treeview2{ /*CSS for Simple Tree Menu*/
	list-style:none;
	margin-left:0px;
	float:left;
}

#subnav_mobile ul.treeview2 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background:url(../images/dot_black.gif) no-repeat left 5px #fff ;
	vertical-align:top;
	padding-left:12px;
	margin:5px 0 0 10px;
	font-size:12px;
	float:left;
}

#subnav_mobile ul.treeview2 li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: #fff url(../images/dot_black.gif) no-repeat left 5px;
	cursor: hand !important;
	cursor: pointer !important;
}


#subnav_mobile ul.treeview2 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	list-style:none;
	margin-left:-3px;
	margin-top:5px;
	border-bottom:none;
}

#subnav_mobile ul.treeview2 li.submenu ul.emptyul { /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	list-style:none;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#subnav_mobile ul.treeview2 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	background:#fff url(../images/dot_black.gif) no-repeat left 5px;
	border-bottom:none;
	padding-left:12px;
	margin-top:0px;
	margin-left:5px;
}

#subnav_mobile ul.treeview2 .submenu ul li a{
	color:#666;
}



