﻿

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:760px;
	margin:0 auto;
	padding:0px;  
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:760px;
}

li.button a{
	/* The section titles */
	display:block;
	/* font-family:BPreplay,Arial,Helvetica,sans-serif; */
	font-size:16px;
	height:28px;
	overflow:hidden;
	padding:10px 10px 0px 10px;
	position:relative;
	width:760px;
	text-decoration:none;
}

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:0px;
	position:absolute;
	right:0;
	top:0;
	width:0px;
	display:block;
}

/* Setting up different styles for each section color */


li.button a.terry{background-color: #c9c9c9; color:#074384;}
li.button a.terry span{ background-color: #c9c9c9;}


li.button a.blue{background:url('../demo/img/blue.png') repeat-x left top; 
color:#074384;
}
li.button a.blue span{ background:url('../demo/img/blue.png') repeat-x right top;
}

li.button a.blue{background-color: #FFFF00; color:#fff;}
li.button a.blue span{ background-color: #FFFF00;}

li.button a.green{background:url('../demo/img/green.png') repeat-x left top; 
color:#436800;
}
li.button a.green span{ background:url('../demo/img/green.png') repeat-x right top;
}

li.button a.orange{background:url('../demo/img/orange.png') repeat-x left top; 
color:#882e02;
}
li.button a.orange span{ background:url('../demo/img/orange.png') repeat-x right top;
}

li.button a.red{background:url('../demo/img/red.png') repeat-x left top; 
color:#641603;
}
li.button a.red span{ background:url('../demo/img/red.png') repeat-x right 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:0px;
	padding-bottom:20px;
	width:780px;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#eeeeee;
	border:0px solid #c9c9c9;
	color:#000;
	margin:0px 0px 0px 0px;
	padding:10px 10px;
}


/* The styles below are only necessary for the demo page */


.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:0 auto;
	text-align:center;
	position:relative;
}

