#learn .night a:hover {
background-color: #a9d9af;
color: #fff;
}

#learn .natures a:hover {
background-color: #9583b6;
color: #fff;
}

#learn .meno a:hover {
background-color: #8da1c9;
color: #fff;
}

#learn .cotton a:hover {
background-color: #9fcac5;
color: #fff;
}

#learn .latex a:hover {
background-color: #a1b2d3;
color: #fff;
}

#learn .faq a:hover {
background-color: #cf828a;
color: #fff;
}

#learn .testimonials a:hover {
background-color: #ddaf84;
color: #fff;
}

#learn {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
width: 204px;
background: #bed38e;
text-align: right;
margin: 0px;
padding: 0px;
border-collapse: collapse;
border-bottom: 1px solid #777777;
}

#learn ul{
margin: 0px;
padding: 0px;
list-style-type: none;
width: 204px; /* Width of Menu Items */
background: #777777;
border-collapse: collapse;

}

#learn ul li{
position: relative;
margin: 0px;
padding: 0px;
border-collapse: collapse;

}

/* Sub level menu links style */
#learn ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
background: #bed38e;
padding: 6px 18px 6px 10px;
margin: 0px 0px 1px 0px;
font-weight: bold;
text-transform: none;
border-collapse: collapse;

}

#learn ul li a:visited{
}

#learn ul li a:hover {
background: #9fc7d2;
color: #fff;
}

/*Sub level menu items */
#learn ul li ul {
position: absolute;
top: -1px;
margin-left: 0px;
width: 180px; /*sub menu width*/
visibility: hidden;
}

#learn ul li ul li a {
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
text-align: left;
padding: 6px 18px 7px 10px;
margin: 1px;
color: #333333;
background: #ffffff;
}

#learn ul li ul li a:hover {
background: #e0e9eb;
color: #246273;
}

#learn .subfolderstyle{
background: #bed38e;
}

#secondary { 
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 20px 10px 0px;
	background: #dfebeb;
	border-bottom: 1px solid #777777;
	}

/* Holly Hack for IE \*/
* html #learn ul li { float: left; height: 1%; }
* html #learn ul li a { height: 1%; }
/* End */




