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



ul{
	margin:0;
	padding:0;
}

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

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

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:30px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	position:relative;
	width:180px;
}

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

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

li.button a.blue{background:url(../img/grey1.png) no-repeat left top;}
li.button a.blue span{ background:url(../img/grey1.png) no-repeat left top;}

li.button a.green{background:url(../img/grey2.png) no-repeat left top;}
li.button a.green span{ background:url(../img/grey2.png) no-repeat left top;}

li.button a.orange{background:url(../img/grey3.png) no-repeat left top;}
li.button a.orange span{ background:url(../img/grey3.png) no-repeat left top;}

li.button a.red{background:url(../img/grey4.png)  no-repeat left top;}
li.button a.red span{ background:url(../img/grey4.png)  no-repeat left top;}

li.button a.orange2{background:url(../img/grey5.png) no-repeat left top;}
li.button a.orange2 span{ background:url(../img/grey5.png) no-repeat left top;}

li.button a.red2{background:url(../img/grey6.png)  no-repeat left top;}
li.button a.red2 span{ background:url(../img/grey6.png)  no-repeat left top;}

li.button a.red3{background:url(../img/grey7.png)  no-repeat left top;}
li.button a.red3 span{ background:url(../img/grey7.png)  no-repeat left top;}

li.button a.butt1{background:url(../img/butt1.html)  no-repeat left top;}
li.button a.butt1 span{ background:url(../img/butt1.html)  no-repeat left top;}

li.button a.butt2{background:url(../img/butt2.html)  no-repeat left top;}
li.button a.butt2 span{ background:url(../img/butt2.html)  no-repeat left top;}

li.button a.butt3{background:url(../img/butt3.html)  no-repeat left top;}
li.button a.butt3 span{ background:url(../img/butt3.html)  no-repeat left top;}

li.button a.butt4{background:url(../img/butt4.html)  no-repeat left top;}
li.button a.butt4 span{ background:url(../img/butt4.html)  no-repeat left top;}

li.button a.butt5{background:url(../img/butt5.html)  no-repeat left top;}
li.button a.butt5 span{ background:url(../img/butt5.html)  no-repeat left top;}

li.button a.butt6{background:url(../img/butt6.html)  no-repeat left top;}
li.button a.butt6 span{ background:url(../img/butt6.html)  no-repeat left top;}

/* 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:5px;
	width:180px;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#eaeff3;
	border:1px solid #d0dbe5;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 5px;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:0px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-right:140px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:0px;
}

.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:0px auto;
	text-align:center;
	width:163px;
	position:relative;
	float:left;
}
#main2{
	/* The main container */
	margin:0px auto;
	text-align:center;
	width:163px;
	position:relative;
	float:left;
}
#main a, a:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#85777e;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

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