


ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:207px;
	margin:0 0 0 0;
	padding:0;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:1px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block; text-align:left;
	font-family:Arial; color:#0066CC;
	font-size:15px;
	height:28px;
	overflow:hidden;
	padding:6px 10px 0 30px;
	position:relative;
	width:207px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:28px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{background:url(leftnavbg1.jpg) no-repeat top left;}



.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:1px;
	width:207px;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#333333;
	color:#000000;font-family:Arial; font-size:12px;
	margin:1px 0;
	padding:4px 18px;
}



#main{
	/* The main container */
	margin:0 1px 0 0;
	text-align:left;
	width:207px;
	position:relative;
}

 a:visited {
	color:#fff; 
	text-decoration:none;
	
}

a:hover{
	 color:#fff; 
}

p{
	/* The tut info on the bottom of the page */
	padding:10px;
	text-align:center;
}
