

.menu-collapser {
    background-color: #cccccc;
    color: #000;
}


/* Left Embedded Menu */
ul.slimmenuleft > li 
{
/*
	this prevents the first item in the dropdown indenting by 1px
	border-left: 0 solid #999 
*/
	border-width:0;
}

ul.slimmenuleft li ul, ul.slimmenuleft li ul li ul, ul.slimmenuleft li ul li ul li ul
{
    left: 100%;
	z-index:999;
	padding:0;
	margin:0;
	/* This controls the amount of drop down the sub menus have */
	/* top:0; is level with parent element 100% is at the bottom of the parent and is unusable*/
	top:10%;
}


ul.slimmenuleft li , ul.slimmenuleft li ul li 
{
/*
    background-color: #9cc323;
*/
    background-color: #ffffff;
}

/* End Of Left Embedded Menu */



ul.slimmenu li 
{
	min-width:148px;
}

ul.slimmenu li {
/*
    This is the background color of the main button
	background-color: #9cc323;
*/
    background-color: transparent;
}

ul.slimmenu li a {
    color: #333;
    padding: 8px 52px 8px 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

ul.slimmenu li:first-child > a {
/*
	color:red;
	padding-left:12px;
*/
}
ul.slimmenu li:nth-child(1) > a {
/*
	color:red;
	padding-left:22px;
*/
}
ul.slimmenu li:nth-child(2) > a {
/*
	color:green;
*/
}
ul.slimmenu li:nth-child(3) > a {
/*
	color:blue;
*/
}
ul.slimmenu li:last-child > a {
/*
	color:yellow;
*/
}


ul.slimmenu li ul li 
{
/*
	This is the background colour of the drop down.
*/
	background-color: #cccccc;
}

ul.slimmenu li a:hover {
    background-color: transparent;
    text-decoration: none;
	color:#ffffff;
	opacity:.9;
}

/* This is the drop down arrow, if the font is not set to normal chrome assumes it is italic */
ul.slimmenu li .sub-collapser > i {
	font-style:normal;
}

ul
{
	padding: 0;
}

/*IE7 MODS */

/*
ul.slimmenu li
{
	max-width:160px;
}
*/









