.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:0px;
	/*text-transform:uppercase;*/
}


#subnav {
	width: 100%;
	padding:0;
	margin:0px;
	clear:both;
}

#subnav a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#414142;
	padding:5px 0px 5px 0px;

}

#subnav a:hover{
	color:#E96D1F;	
	padding:5px 0px 5px 0px;
}

#subnav ul.treeview2{ /*CSS for Simple Tree Menu*/
	list-style:none;
	padding:0;
	margin-left:0px;
	font-weight:bold;
	font-size:13px;
}

#subnav ul.treeview2 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/*background:white url(../images/arrow_orange.gif) no-repeat left 3px;*/
	vertical-align:top;
	padding:0;
	margin-top:10px;
}

#subnav ul.treeview2 li.selected a{
	color:#E96D1F;
}

#subnav ul.treeview2 li.selected ul li a{
	color: #414142;
}

#subnav ul.treeview2 li.selected ul li a:hover{
	color: #E96D1F;
}

#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: white url(../images/arrow_orange.gif) no-repeat left 3px;*/
	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-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:white url(../images/arrow_orange_small.gif) no-repeat left 3px;*/
	border-bottom:none;
	padding-left:10px;
	margin-top:2px;
}


/***FOR DROP DOWN MENU************************************/
ul.treeview-mainnav
{
	margin:0;
	padding:0;
	width:600px;
}

ul.treeview-mainnav li
{
	list-style:none;
	margin:0 1px;
	padding:0;
	float:left;
	display:block;
	width:114px;
	position:relative;
	z-index:500;
	text-align:center;
	/*background:#f00;*/
}

ul.treeview-mainnav li a
{
	margin:0;
	padding:0;
	display:block;
	text-align:center;
	height:26px;
}

ul.treeview-mainnav ul
{
 	margin:0 0 0 -1px;
 	padding:0;
 	position:absolute;
 	left:0;
 	list-style:none;
 	display:none;
}

ul.treeview-mainnav ul li
{
 	margin:0;
 	padding:0;
 	width:114px;
 	float:left;
}

ul.treeview-mainnav ul a
{
	display:block;
	
}

ul.treeview-mainnav ul ul
{
 	margin:-26px 0 0 115px;
 	padding:0;
 	position:absolute;
 	left:0;
 	list-style:none;
 	display:none;
}

ul.treeview-mainnav ul ul li
{
 	margin:0;
 	padding:0;
 	width:114px;
 	float:left;
}

ul.treeview-mainnav ul ul a
{
	display:block;
	
}

 *html ul.treeview-mainnav ul
 {
 		margin: 0 0 0 -2px;
 }
 
  *html ul.treeview-mainnav ul ul
 {
 		margin: 0 0 0 -2px;
 }
/***************************************/

















