@charset "UTF-8";
/* CSS Document */

.sidebar-nav {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	
	padding: 4px 0 0 1.5em; /* top and bottom padding create visual space within this div */	
}

#sidebar-nav {
	background-color: #E0E0E0;
	
	font-size: 8pt;
	
}

#sidebar-nav ul {
	margin: 0;
	padding: 1em 1em 7em 1em;
}

#sidebar-nav li {
	height: 2em;
	list-style-type: none;	
}

#sidebar-nav .with-rtm {
	padding-bottom: .5em;
}

#sidebar-nav li img {
	vertical-align: middle;
	
	padding-left: .5em;
	padding-right: .5em;
}

#sidebar-nav li span {
	vertical-align: middle;	
	
	cursor: pointer;
}

#sidebar-nav a:link { color: #000; text-decoration: none;}
#sidebar-nav a:visited { color: #000; text-decoration: none;}
#sidebar-nav a:hover { color: #000; text-decoration: none;}

#green-bar {
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	
	background-color: #D9E021;
}

#blue-bar {
	height: 9px;
	line-height: 9px;
	font-size: 9px;
	
	background-color: #2E3192;
}










