﻿/*
	CSS of American Society for Biochemistry and Molecular Biology 
	April, 2008
	(c) 2008 American Technology Services
	XHTML/CSS by Todor Iliev
*/

.leftnavslaveexpand {
	color: #36749f;
	font-size: 90%;
	}
	
.leftnavslaveexpand a:link, .leftnavslaveexpand a:visited {
	color: #36749f;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.leftnavslaveexpand a:hover {
	color: #96b635;
	}

.leftnavslaveexpand ul, .leftnavslaveexpand li  {
	margin: 0;
	padding: 0;
	}

.leftnavslaveexpand ul li {
	list-style-type: none;
	display: inline;
	}

/* First - Folder Level */
.leftnavslaveexpand ul li ul li ul {
	margin: 0 0 0 10px;
	}
.leftnavslaveexpand ul li ul li ul li {
	display: block;
	margin: 7px 0 7px 0;
	padding-left: 15px;
	background: url(/_design/images/dev/bulletBlue.gif) no-repeat 0 4px; 
	}
.leftnavslaveexpand ul li ul li ul li:hover {
	color: #96b635;
	background: url(/_design/images/dev/bulletGreen.gif) no-repeat 0 4px; 
	}
	
/* Second - Page in Folder Level */
.leftnavslaveexpand ul li ul li ul li ul li {
	background: url(/_design/images/dev/bulletBlue.gif) no-repeat 0 4px; 
	}
	
.leftnavslaveexpand li .ekflexmenu_submenu_items_hidden {
	display: none;
	}

.leftnavslaveexpand a.ekflexmenu_link_selected {
	color: #96b635;
	font-weight: bold;
}