span.navigation_item_folder {

	background-image: url("../images/folder_menu_open.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:20px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom: 5px;
	height:15px;
	font-weight:bold;
	font-size:12px;
	color: #000000;
	
}

a.navigation_item_folder_closed {

	background-image: url("../images/folder_menu_closed.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:20px;
	margin-left:15px;
	margin-top:1 px;
	margin-bottom: 1px;
	height:10px;
	font-weight:bold;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	
}

a.navigation_folder_open {

	background-image: url("../images/folder_menu_open.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:20px;
	margin-left:15px;
	margin-top:1px;
	margin-bottom: 1px;
	height:15px;
	font-weight:bold;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	
}



a.windings_image {
	font-family: Wingdings;
	font-weight:normal;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

a.navigation_section {

	background-image: url("../images/site_item.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:13px;
	height:10px;
	font-weight:normal;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	
}

a.navigation_sub_section {

	background-image: url("../images/section_item.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:13px;
	height:10px;
	font-weight:normal;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	
}

a.navigation_sub_item {

	background-image: url("../images/site_item.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:13px;
	height:10px;
	font-weight:normal;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	
}

a.navigation_minus_item {

	background-image: url("../images/minus.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:13px;
	margin-bottom: 2px;
	height:10px;
	font-weight:normal;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	
}

a.navigation_new_item {

	background-image: url("../images/new_item.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:13px;
	margin-left:35px;
	height:10px;
	font-weight:normal;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	
}

a.navigation_send_item {

	background-image: url("../images/send_icon.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:13px;
	margin-left:35px;
	height:10px;
	font-weight:normal;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	
}

a:hover {
	color: #797979;
}

span.hspacer {
	height: 5px;
	font-size: 8px;
}