/* CSS Document */

/* LE MENU */ 
#menuleft{
position:absolute;
width:150px;/*
height:200px;*/
top:95px;
left:0px;/*
border: 2px solid green;*//*
z-index:100px;*//*
background-image:url('img/menu.gif');
background-repeat:no-repeat;
background-position:top left;*/
z-index:100;
}
#menuleft dt {
cursor: pointer;
margin: 1px 0;
height: 20px;
line-height: 20px;
text-align: right;/*
font-weight: bold;*/
/*border: 1px solid gray;
background: #ccc;*/
}
#menuleft dd {
position:absolute;
width:85px;
left:156px;
margin-top:-20px;
padding-right:5px;
background-color:#3E282B;
border-left:1px solid #c00000;
border-bottom:1px solid #c00000;
/*border: 1px solid gray;*/
background-image:url('img/menu/coin_ssmenu.gif');
background-repeat:no-repeat;
background-position:top right;
display:none;
}
#menuleft li {
height:100%;
text-align:left;
padding: 3px 5px 2px 5px;
/*background: #fff;*/
}
#menuleft li a, #menuleft dt a {
font-family:arial,helvetica;
color: white;
font-size:11px;
font-weight:bold;
text-decoration: none;
display: block;
border: 0 none;
}

#menuleft li a:hover, #menuleft dt a:hover {
text-decoration: underline;
}
#cache_menu{
position:absolute;
top:0;
left:0;
width:300px;
height:300px;
border:1px solid green;
}



