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