#menu ul, #menu ul ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#menu li {
	list-style-type:none;
	float:left;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li.selected a {
	background-color:#CCCCCC;
}
#menu a {
	width:165px;
	height:22px;
	padding: 8px 8px 7px 8px;
	color:#666666;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	text-transform: uppercase;
}
#menu a:hover {
	color:#000000;
}
/* -------------------------------*/
.leftbox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.leftbox a {
	text-decoration: none;
	color: #000000;
	font-size: 7pt;
	display: block;
	padding-left: 10px;
	background-image: url(/gfx/bullet_leftmenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
}
.leftbox ul ul a {
	text-decoration: none;
	color: #000000;
	font-size: 7pt;
	display: block;
	padding-left: 20px;
	background-image: url(/gfx/bullet_leftmenu_level1.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: normal;
}
.leftbox ul ul ul a {
	text-decoration: none;
	color: #000000;
	font-size: 7pt;
	display: block;
	padding-left: 30px;
	background-image: url(/gfx/bullet_leftmenu_level2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: normal;	
}
.leftbox a:hover {
	color: #6A5F5F;

}
.leftbox li.selected a {
	background-color:#CCCCCC;
	font-weight:bold;
}
