body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */

}



ul.container{
	/* The topmost UL */
	float:right;
	width:119px;
	padding-top:7px;
	padding-left:50px;
	padding-right:50px;
	
	
	font-family:Sans-Serif;
	  font-weight: bold;
}

li{
	list-style:none;
	text-align:left;
    width: 146px;
}

li.menu{
	/* The main list elements */
	padding:2px 0;
	width:87%;
}

li.button a{
	/* The section titles */
	text-align:center;
	display:block;
font-family:Sans-Serif;
	  font-weight: bold;
	font-size:18px;
	height:35px;
	overflow:hidden;
	padding:5px 10px 0;
	position:relative;
	width:151px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	font-size:20px;
	

}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:5px;
	display:block;
}

/* Setting up different styles for each section color */



li.button a.green{background:url('img/green.png') repeat-x left top; 
color:#000000;
    top: -5px;
    left: -6px;
}
li.button a.green span{ background:url('img/green.png') repeat-x right top;
    left: 179px;
}


li.button a.greenn{background:url('img/greenn.png') repeat-x left top; 
color:#000000;
    top: -5px;
    left: -6px;
}
li.button a.greenn span{ background:url('img/greenn.png') repeat-x right top;
    left: 179px;
}




/* 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:160px;
	font-size:15px;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#d4e9c4;
	border:1px solid #40392C;	
	margin:5px 0;
	padding:4px 18px;
	text-align:center;
}


/* The styles below are only necessary for the demo page */

.dropdownn{
	/* The expandable lists */
	padding-top:5px;
	width:160px;
	font-size:15px;
}

.dropdownn li{
	/* Each element in the expandable list */
	background-color:#d4e9c4;
	border:1px solid #40392C;
	
	margin:2px 0;
	padding:4px 6px;
	text-align:center;
}


.dropdownnn{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:160px;
	font-size:15px;
}

.dropdownnn li{
	/* Each element in the expandable list */
	background-color:#d4e9c4;
	border:1px solid #40392C;	
	margin:5px 0;
	padding:4px 18px;
	text-align:center;
}


.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}

a, a:visited {
	color:#000000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
	font-size:17px;
}

p{
	/* The tut info on the bottom of the page */
	padding:5px;
	text-align:center;
}



li.buttonn a{
	/* The section titles */
	
	text-align:center;

	display:block;
	font-family:Times New Roman;
	  font-weight: bold;
	font-size:18px;
	height:35px;
	overflow:hidden;
	padding:5px 10px 0;
	
	width:151px;
}

li.buttonn a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	font-size:18px;
text-decoration:underline;
	

}

li.buttonn a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:5px;
	display:block;
}

/* Setting up different styles for each section color */



li.buttonn a.green{background:url('img/green.png') repeat-x left top; 
color:#000000;
    top: -5px;
    left: -6px;
}
li.buttonn a.green span{ background:url('img/green.png') repeat-x right top;
    left: 179px;
}





/* The hover effects */

li.buttonn a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}
