/* wrap */
div#menwrap {
width: 240px;
height: 240px;
margin: 0;
padding: 0;
background: #fff url('lemon1.png') no-repeat center 0;
}
div#ie_height_fix {
width: 1px;
height: 230px;
margin: 0;
padding: 0;
}
div#menwrap h2 {
position: absolute;
width: 150px;
height: 36px;
margin: 60px 0 0 30px;
padding: 5px 0 0 0;
text-align: left;
font-size: 1.5em;
z-index: 0;
text-indent: 40px;
}
div#menwrap h2 span {
display: block;
text-indent: 0;
font-size: .8em;
width: 90px;
border-top: 2px solid #abe9ab;
margin: 0px 0 0 10px;
padding: 0px 0 0 0;
color: #fff;
text-align: center;
}
/* Headers */
div#menwrap h2.home {

}
div#menwrap h2.tutos {
background: url('tutos.gif') no-repeat left -45px;
}
div#menwrap h2.files {
background: url('files.gif') no-repeat left -45px;
}
div#menwrap h2.search {
background: url('search.gif') no-repeat left -45px;
}
div#menwrap h2.mail {
background: url('mail.gif') no-repeat left -45px;
}
div#menwrap h2.id {
background: url('id.gif') no-repeat left -45px;
}
div#menwrap h2.write {
background: url('write.gif') no-repeat left -45px;
}
div#menwrap h2.logout {
background: url('logout.gif') no-repeat left -45px;
}
/* list style */
ul#menu {
margin: 0px auto;
height: 220px;
padding: 0;
width: 220px;
height: 220px;
list-style: none;
list-style-type: none;
position: relative;
}
ul#menu li {
width: 45px;
height: 45px;
margin: 0;
padding: 0;
display: block;
list-style: none;
list-style-type: none;
position: absolute;
z-index: 2;
font-size: 8pt;
font-family: verdana, arial, tahoma, serif;
}
/* :active and :hover background */
/* not active items */
ul#menu a.menitem:link, ul#menu a.menitem:visited {
background-position: left bottom;
opacity: .7;
}
ul#menu a.menitem:hover, ul#menu a.menitem:active {
background-position: left top;
background-color: transparent;
opacity: .9;
}
/* active items */
ul#menu li a.menactive {
background-position: left top;
background-color: transparent;
opacity: 1;
}
ul#menu li a.menactive:hover {
opacity: 1;
}
/* to hide info */
ul#menu li a.menitem span, ul#menu li a.menitem strong, ul#menu li a.menactive span, ul#menu li a.menactive strong 
{
display: none;
}
/* to show info :hover */
ul#menu li a.menitem:hover strong {
display: block;
text-align: left;
position: absolute;
width: 100px;
border-bottom: 1px solid #ffdb5e;
padding: 2px 0 2px 0;
margin: 0 0 0 5px;
color: #333;

left: 50px;
top: 0;
z-index: 2;
}
ul#menu li a.menitem:hover span {
display: block;
position: absolute;
width: 120px;
text-align: left;
border: 1px solid #ffe897;
background-color: #ffefb7;
padding: 20px 2px 2px 2px;
color: #333;
left: 50px;
top: 0;
z-index: 1;
opacity: .9;
}
/* anchors styles */
ul#menu a {
border: 0;
position: absolute;
width: 45px;
height: 45px;
}
#home {
top: 155px;
left: 50px;
text-decoration: underline, bold;
font-size: 1em;
color: #ffffff;
}
#tutos {
top: 75px;
left: 120px;
text-decoration: underline, bold;
font-size: 1em;
color: #ffffff;
}
#files {
top: 120px;
left: 150px;
text-decoration: underline, bold;
font-size: 1em;
color: #ffffff;
}

#mail {
top: 140px;
left: 120px;
text-decoration: underline, bold;
font-size: 1em;
color: #ffffff;
}
#id {
top: 170px;
left: 80px;
background-image: url('demo_img.jpg');
}
#write {
top: 70px;
left: 35px;
text-decoration: underline, bold;
font-size: 1em;
color: #ffffff;
}
