ul#leftnav 
{
margin: 0;
padding: 0;
list-style: none;
/*width: 215px;*/
}

ul#leftnav li 
{
position: relative;
}

ul#leftnav li a 
{
font-weight: 400;
display: block;
text-decoration: none;
color: #FFFFEC;
background-color: #592A8A;
padding: 5px;
border-top: 1px solid #ccc;
border-bottom: 0;
}

ul#leftnav li a:hover
{
font-weight: 400;
display: block;
text-decoration: none;
color: #592A8A;
background-color: #FED967;
padding: 5px;
border-top: 1px solid #ccc;
border-bottom: 0;
}

/*	
/* Fix IE. Hide from IE Mac \*/
* html ul#leftnav li { float: left; }
* html ul#leftnav li a { height: 1%; }
/* End */


ul#leftnav 
{
margin: 0;
padding: 0;
list-style: none;
width: 215px;
border-bottom: 1px solid #ccc;
}

.leftnav
{
border-right: 1px solid #999999;
}

.span
{
background-color:#9966CC;
}
