

ul{
	margin:0;
	padding:0;
	
}

ul.container{
	/* The topmost UL */
	width:240px;
	float:left;
	padding:0px;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:3px 0 ;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	text-align:center;
	height:36px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:235px;
}

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:47px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{ background: url(../images/blue.png) repeat-x top left; color:#fff; }
li.button a.blue span{ background:url(../images/blue.png) repeat-x top right;}

li.button a.green{background:url(../images/blue.png) repeat-x top left; color:#fff;}
li.button a.green span{ background:url(../images/blue.png) repeat-x top right;}

li.button a.orange{background:url(../images/blue.png) repeat-x top left; color:#fff;}
li.button a.orange span{ background:url(../images/blue.png) repeat-x top right;}

li.button a.red{background:url(img/red.png) repeat-x top left; color:#fff;}
li.button a.red span{ background:url(img/red.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:274px;
}

.dropdown li{
	/* Each element in the expandable list */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#fee69f;
	border-top:solid #fff 1px;
	border-bottom:2px solid #fff ;
	border-left:1px solid #fff ;
	border-right:3px solid #fff ;
	color:#97813f;
	text-align:center;
	margin:0px 0;
	padding:5px 18px;
}


/* 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:15px;
}

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:15px;
}

.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}

a, a:visited {
	color:#97813f;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
	color:#e54d0e;
}

p{
	/* The tut info on the bottom of the page */
	padding:10px;
	text-align:center;
}
