
ul.containerl{
	/* The topmost UL */
	width:240px;
	margin:0 auto;
	padding:0 0 20px 12px;
}

li{
	
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:1px 0;

}

li.button a{
	/* The section titles */
	display:block;
	font:italic 20px Tahoma;
	text-decoration:none;
	height:60px;
	overflow:hidden;
	padding:20px 20px 0 -20px;
	position:relative;text-align:center;
	width:200px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:underline;
}

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:4px;
	display:block;
}

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

li.button a.blue{background:url(img/blue.png) repeat-x top left; color:#074384;}
li.button a.blue span{ background:url(img/blue.png) repeat-x top right;}

li.button a.green{background:url(/img/catmenubg1.png) no-repeat; color:#fff; width:225px ;height:52px;padding-top:16px}


li.button a.orange{background:url(img/orange.png) repeat-x top left; color:#882e02;}
li.button a.orange span{ background:url(img/orange.png) repeat-x top right;}

li.button a.red{background:url(img/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(img/red.png) repeat-x top right;}

/* The hover effects */


li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}





