@charset "utf-8";
/* CSS Document */
#sidebar {
	width:270px; margin:-6px 5px 0 15px; height:85px; padding-top:50px; background:url(../images/attach.png) no-repeat; overflow:hidden; color:#000000}

#sidebar ul { }


#sidebar li {
    height: 72px;
    overflow: hidden;
	margin-top:-5px;
	text-decoration:none;
	list-style:none
}

#sidebar li img {
    float:left;
    margin-right:3px;
}


#sidebar .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}


a img {
    border: 0;
}

