#servicesMenu ul{
	margin:0;
	padding:0;
}
#servicesMenu ul.container{
	/* The topmost UL */
	width: 590px;
	margin: 0 auto;
}
#servicesMenu li{
	list-style:none;
	text-align:left;
}
#servicesMenu li.menu{
	/* The main list elements */
	padding:5px 0;
	width:550px;
}
#servicesMenu li.button a{
	/* The section titles */
	background: url(../images/bg-accordian.jpg) no-repeat 0 0;
	color: #545454;
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	height:60px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	text-decoration: none;
}
#servicesMenu li.button a:hover{
	/* Removing the inherited underline from the titles */
	background-position: 0 -72px;
	text-decoration:none;
}
#servicesMenu li.button a .filler{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}
#servicesMenu li.button img {
	border: none;
	margin: 0;
	padding: 0 10px 6px 0;
	vertical-align: middle;
}
#servicesMenu .dropdown{
	/* The expandable lists */
	background: #f2f1e9;
	display:none;
	font-size: 9px;
	margin: 10px 0 0 2px;
	padding: 20px 20px 10px 20px;
	width: 506px;
}
#servicesMenu .name {
	margin: 2px 0 0 60px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #639e34;
	display: block;
}
#servicesMenu .brief {
	width: 450px;
	margin: 0px 0 0 0;
	float: right;
	font: normal 11px  "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Setting up different styles for each section color */

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

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

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

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

/* The hover effects */

/*#servicesMenu li.button a:hover{ background-position:bottom left;}
#servicesMenu li.button a:hover span{ background-position:bottom right;}
*/
