#menuholder{
	width:170px;
	margin-top:20px;
	display:block;
}
/*
#mainmenu, #mainmenu a:link, #mainmenu li a:link, #mainmenu a:visited, #mainmenu li a:visited{color:#292929;text-decoration:none;}
#mainmenu,#mainmenu ul{list-style-type:none;font-family:Tahoma;font-size:12px;width:auto;margin:0;padding:0;}
#mainmenu ul{padding-left:10px;display:none;overflow:auto;}/*Second Level Indent 
#mainmenu li ul{margin:0 auto;}
#mainmenu li{display:block;width:100%;line-height:15px;}
#mainmenu li a{display:block;padding-left:20px;color:#292929;text-decoration:none;background:url(../images/style/bullet.gif) center left no-repeat;}
#mainmenu li a:hover{text-decoration:none;background-color:transparent;color:#D37406}
#mainmenu li ul.click{display:block}
#mainmenu li.click a{background:url(../images/style/bullet.gif) center left no-repeat}
#mainmenu ul li.click a{background:url(../images/style/bullet.gif) center left no-repeat}
#mainmenu li a.subMenu,#mainmenu ul li a.subMenu{background:url(../images/style/black_left_arrow.png) center left no-repeat;font-weight:bold;}
#mainmenu li a.click{background:url(../images/style/black_arow_down.png) center left no-repeat}
#mainmenu ul li a.click{background:url(../images/style/black_arow_down.png) center left no-repeat}
*/

ul {
	margin:0;
	padding:0;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
text-align:left;
list-style: none;
list-style-type:none;
width:auto;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: none;
list-style-type: none;
padding-left: 10px;
padding-top: -6px;
margin-bottom: 5px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/style/tree-plus7.png) 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;
}

A.treemenu:link {
	font: Tahoma;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
	font-weight:bold;
	font-style:normal;
}	
A.treemenu:visited {
	font: Tahoma;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
	font-weight:bold;
	font-style:normal;
}
A.treemenu:hover {
	font: Tahoma;
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
	font-weight:bold;
	font-style:normal;
}
A.treemenu:active {
	font: Tahoma;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
	font-weight:bold;
	font-style:normal;
}