	
/* Menu */
#treeview {
		margin-top:1em;
		margin-left: 2em;
		padding-bottom: 1em;
}
#treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	text-align:left;
	margin-left: 1.3em;
}

#treeview ul li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.95em;
	text-align:left;
	margin-bottom:.5em;
	margin-top:1em;
}

#treeview ul li a{ /*main items links(submenu) */
color:#39444C;
text-decoration:none;
}

#treeview ul li a:hover{ /*main items links(submenu) */
color:#D3DEC9;
}

#treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
text-transform:none;
margin-bottom: .1em;
margin-top:.1em;
}

#treeview ul.submenu { /*Style for ULs that are children of LIs (submenu) */
margin-bottom: .5em;
margin-top: .5em;
padding-left: .2em;
text-decoration:none;
text-transform:none;
cursor: hand !important;
cursor: pointer !important;
}


#treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: hand !important;
cursor: pointer !important;
text-transform:none;
text-decoration:none;
}

#treeview .submenu  a{ /*Style for LIs of ULs that are children of LIs (submenu) */
color: #3A554B;
text-decoration:none;
}

#treeview .submenu  a:hover{ /*Style for LIs of ULs that are children of LIs (submenu) */
color:#D3DEC9;
text-decoration:none;
}

#verticaltext{
	writing-mode: tb-rl;
	text-transform:uppercase;
	font-family: Arial;
	font-size: 2.2em;
	font-weight:bold;
	color:#808BA7;
	text-align:left;
	left:0px;
	margin-left:-4px;
	position:relative;
}

#firefoxtext{
	text-transform:uppercase;
	font-family: Arial;
	font-size: 1.5em;
	font-weight:bold;
	color:#808BA7;
	text-align:center;
	width:22px;
	left:0px;
	position:relative;
}

.beige {color:#EEF3D4}
