body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0px;
	padding:0px;
}


ul{
	margin:0px;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:150px;
	margin:1px ;
	padding:0px;
}

li{
	list-style:none;
	text-align:left;
}


li.menu{
	/* The main list elements */
	padding:1px 0px;
	width:150px;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-style:none;
	height:14px;
	overflow:hidden;
	padding:10px 10px 5px;
	position:relative;
	width:100%;
}

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:12px;
	position:absolute;
	right:0;
	top:0;
	width:150px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.gray{background:url(img/gray.png) repeat-x top left; color:#333333;}
li.button a.gray span{ background:url(img/gray.png) repeat-x top right;}


/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:0px;
	width:170px;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#AAAAAA;
	border:0px solid #AA0000;
	color:#AA0000;
	margin:1px 0px;
	padding:5px 10px;
	text-decoration:none;
}


.clear{
	clear:both;
}



a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#aa0000;
	text-decoration:none;
	outline:none;
}


.clear{
	clear:both;
}


.opendropdown{
	/* The expandable lists */
	padding-top:0px;
	width:170px;
}

.opendropdown li{
	/* Each element in the expandable list */
	background-color:#AAAAAA;
	border:0px solid #AA0000;
	color:#AA0000;
	margin:1px 0px;
	padding:5px 10px;
	text-decoration:none;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#aa0000;
	text-decoration:none;
	outline:none;
}

p{
	/* The tut info on the bottom of the page */
	padding:0px;
	text-align:center;
}
