	#leftMenu{
		float:left;
		width:200px;
		padding: 4px;
	}

	#leftMenuInner{	/* Menu object */
		margin:0px;
		padding:0px;
		width:195px;	/* Width of menu */
	}
	#leftMenuInner li{
		margin-top:2px;	/* Space between each menu item */
		background-color:#F1F1F1;
		list-style-type:none;
		clear:both;
		display:block;
		overflow:auto;
	}

	#leftMenuInner li a{	/* Text rules for the menu items */
		color:#000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:0.7em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */

	}
	#leftMenuInner li a:hover {
        color: red;
	}	
	#leftMenuInner li div{
		float:left;
	}
	
	h4, h5 {
		font-weight: bold;
		padding: 0;
		margin: 0;
	}

	h4 {
		font-size: 1.4em;
	}
	
	h5 {
		font-size: 1.3em;
	}
	
	.subheader1 {
	color: yellow;
		font-size: 16pt;
		#font-style: italic;
		text-align: left;
		padding: 0.1em;
		padding-left: 25px;
		background-color: #500000;
}
