@charset "utf-8";
/* CSS Document */

        .drawers-wrapper {
            position: relative;
            width: 160px;
			margin-left:70px;
            padding:0;
			float: left;
			display:inline;
        }

        .drawer {
            color:#76797C;
            font-size:11px;
        }

        .boxcap {
            height:5px;
            left:0pt;
            position:absolute;
            width:100%;
            z-index:100;
            background:transparent url(http://images.apple.com/downloads/images/sidenav_capbottom.png) no-repeat scroll 0%;
            margin-top:-5px;
        }

        .captop {
            background-image:url(http://images.apple.com/downloads/images/box_188captop.png);
            bottom:auto;
            top:0pt;
            margin-top:0;
        }

        .drawers {
            margin-bottom:15px;
			margin-left:0;
            color:#76797C;
            font-size:11px;
            line-height: 18px;
        }

        .drawers A {
            text-decoration:none;
            font-size-adjust:none;
            font-style:normal;
            font-variant:normal;
            font-weight:normal;
			background: #EEE;
			text-align:left;
			width:129px;
			height:25px;
			display:block;
			padding:0px 0px 0px 32px;
			line-height:24px;
			color:#1992D4;
        }
		
		.drawers a:hover {
			background: url(images/hover.png) #F8F8F8;
		}

        .drawer li {
			width:160px;
        }

        UL {
            list-style: none;
            padding: 0;
        }

        UL.drawers {
            margin: 0;
        }

        .drawer-handle {
            background:url(images/button3.png) no-repeat;
            color:#FFF;
            cursor:default;
            font:12px/22px Tahoma, Verdana, Arial, Helvetica, sans-serif;
            font-weight:normal;
            height:25px;
            margin-bottom:0;
            text-align:center;
			padding-bottom:0;
        }

        .drawer UL {
            padding: 0;
        }




.li_top {
	background:url(images/li_top.png) top no-repeat;
	height:6px;
	padding:0px;
}

.li_bottom {
	background:url(images/li_bottom.png) top no-repeat;
	height:12px;
}

