@charset "utf-8";
#menu-left
{
    margin-bottom: 10px;
    width: 237px;
}
/* Menu cap' 2 */
#menu-left ul li li
{
    border: 0 none;
}
#menu_tree
{
    padding-bottom: 15px;
    padding-left: 5px;
}
#menutree *
{
	position:relative;/* peek-a-boo bug fix for IE6 */
	min-width:0;/* peek-a-boo bug fix for IE7 */
}

#menutree li
{
	width:180px;
	cursor:pointer;
    list-style:none;
	margin:0;
}
#menutree a:link, #menutree a:visited
{
    background: url("images/line3.jpg") repeat-x scroll left bottom transparent;
    display: block;
    margin-left: 5px;
    padding: 7px 10px 7px 11px;
    text-decoration: none;
    color: #fe0000;
    font-size: 12px;
    font-family:Verdana;
    font-weight: bold;
    text-transform: uppercase;
}
#menutree li
{ 
    background: url("images/minus3.jpg") no-repeat scroll 0 11px transparent !important;
}
#menutree ul
{
    display:none;
    margin:0;
    padding:0;
	zoom:1;/*fixes ie6 bug (list will disappear after slideDown)*/
}
#menutree ul li
{
	padding-left:0
}
#menutree .Current
{
    color:#0069ab !important;
}