.menu{ width:500px; padding-top:30px;}
ul.container{
	/* The topmost UL */
	width:500px;
	margin:0 auto;
	padding:0px;
}


li.menu{
	/* The main list elements */
	padding:0px 0;
	width:100%;
 margin-bottom:10px;
}

li.menu .li1{ font-size:24px; font-weight:bold; display:block; padding-bottom:10px;}

li.button {
	
}
li.buttonno { font-size:18px;
}
li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:18px;
	
	overflow:hidden;
	position:relative;
	line-height:32px;
	color:#FFFFFF;
	width:500px;
}

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:44px;
	position:absolute;
	right:-75px;
	top:0;
	width:0px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{background:url(../images/blue.png) repeat-x top left; color:#074384;}

li.button a.blue span{ background:url(../images/blue.png) repeat-x top right;}

li.button a.green{filter: Alpha(Opacity=100);}
li.button a:hover.green{filter: Alpha(Opacity=80);}
li.button a.green span{ background:url(../images/green.png) repeat-x top right;}

li.button a.orange{filter: Alpha(Opacity=100);}
li.button a:hover.orange{filter: Alpha(Opacity=80);}
li.button a.orange span{ background:url(../images/orange.png) repeat-x top right;}

li.button a.red{filter: Alpha(Opacity=100);}
li.button a:hover.red{filter: Alpha(Opacity=80);}
li.button a.red span{ background:url(../images/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:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	
	margin:0px;
	padding:0px 0px 0px 0px;
	background-position: 0px bottom;
	height:30px;
	line-height:30px;
	font-weight: normal;
	letter-spacing:1px;
	padding-left:20px;
	font-size:16px;
}
.dropdown a{
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.dropdown a:hover{
	color:#FFFF00;
}
.clear{
	clear:both;
}
