
a.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#ffffff;
	text-decoration: none;
	text-transform:uppercase;
	padding-left: 10px;
	
}
a.leftmenu:link, visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color:#ffffff;
	text-decoration: none;
	text-transform:uppercase;
	padding-left: 10px;
}
a.leftmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color:#000000;
	text-decoration: none;
	text-transform:uppercase;
	padding-left: 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:170px;
	color:#ffffff;
}

ul li {
	width:170px;
}

/* keep folowing styles together..........................*/

* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:170px;	
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	display:none;
	BACKGROUND: url(images/lin_bg.gif);
}	

li ul li{border:none;
		height:25px;
}

ul li a {
	display:block;
	text-decoration: none;
	color: #ffffff;
	padding:0 0px
}

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #ff0000;
   background-color: #F6DC83;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #ffffff;
   background-color: #F6DC83;
}
li ul li a {  } /* Sub Menu Styles */
li:hover ul, li.over ul { 	display:block  } /* The magic */


.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)*/
	list-style-type: none;
	padding-left: 0px;
	padding: 10px 0px 0px 1px;
	
	
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	
	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;
}
