﻿/*************************************/
 /**

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
**/

/* Blueprint: reset.css      */        
div.drawers-wrapper, 
.drawers-wrapper div, 
.drawers-wrapper span, 
.drawers-wrapper h1, 
.drawers-wrapper h2, 
.drawers-wrapper h3, 
.drawers-wrapper h4, 
.drawers-wrapper h5, 
.drawers-wrapper h6, 
.drawers-wrapper p, 
.drawers-wrapper ul, 
.drawers-wrapper li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* Remember to define focus styles! */
:focus {
	outline: 0;
}

.drawers-wrapper ol, 
.drawers-wrapper ul {
	list-style: none;
}
/* Tables still need 'cellspacing="0"' in the markup. 
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
*/
/*  Menu Styles                      */
    .drawers-wrapper {
        position: relative;
        width: 188px;
        float:left;
    }
        .drawers {
            margin-bottom:15px;
            color:#76797C;
            font-size:11px;
            line-height: 18px;
        }
            .drawer {
                background:transparent url(../../images/sideboxlight_bg.gif) repeat-y scroll 0pt;
                color:#76797C;
                font-size:11px;
                line-height:1.3em;
            }
                .drawer-handle {
                    background:#fff url(../../images/slider_handlebg.png) no-repeat scroll 0pt;
                    color:#333333;
                    cursor:default;
                    height:25px;
                    line-height:25px;
                    /*text-indent:15px;*/
                    font-size:12px;
                    width:100%;
                }
                
                    h2.drawer-handle span a {
                        text-decoration:none;
                        color:#999966;
                    }                     
                
                    .drawer-handle.open {
                        background-color:#fff;
                        background-position:-188px 0pt;
                        color:#008000;
                    }
                    h2.drawer-handle.open span a {
                        text-decoration:none;
                        color:#008000;
                    }                     

                /* nasty, but it fixes the indent on the first one. */
                    h2.drawer-handle span {
                        
                    }               
                    
                .drawer ul {
                    padding: 0 12px;
                    padding-bottom:0pt;
                }
                .drawer li {
                    border-top:1px solid #E5E5E5;
                    line-height:16px;
                    padding:2px 0pt;
                }
                    .drawer-content ul {
                        padding-top: 7px;
                    }
                    .drawer-content li a {
                        display:block;
                        overflow:hidden;
                    }
            .drawers a {
                color:#666666; 
                text-decoration:none;
            }
            .drawers-wrapper a:hover {
                /* color:#00C100; */
                color:#ff9900;                
                text-decoration:none;
            }
            .drawers-wrapper  a.current {
                /* color:#008000; */
                color:#00cc00;
                text-decoration:none;
            }            
/*************************************/
/*  End Menu Styles                      */
