﻿/*menu*/

.leftnav {
	background-color:none;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	
	}
        h2 {
            margin: 0;
        }

        .drawers-wrapper {
			position:relative;
            width:120px;
			
            background-color:none;
        }

        .drawer {
           margin:0px;
		   padding:0px;
            color:#76797C;
            font-size:12px;
            line-height:1.3em;
        }

        .boxcap {
			display:block;
            height:12px;
			width:120px;
			float:left;
			clear:both;
			background:url(../images/left_navB.gif) no-repeat scroll 0pt;
			
			
			
        }
		.boxcap2 {
			display:block;
            height:20px;
			width:120px;
			float:left;
			clear:both;
			margin-top:-20px;
			background:url(../images/left_navB.gif) no-repeat scroll 0pt;
			background-color:white;
			background-position:top;
			z-index:2;
			position:relative;
			
        }
		.boxcap3 {
			display:block;
            height:12px;
			width:120px;
			float:left;
			clear:both;
			margin-top:-12px;
			background:url(../images/left_navB.gif) no-repeat scroll 0pt;
			background-color:none;
			background-position:top;
			z-index:2;
			position:relative;
			
        }

        .drawers {
			
            margin-bottom:16px;
			height:405px;
            color:#76797C;
            font-size:11px;
            line-height: 18px;
			width:120px;
			
        }

        .drawers A {
            color:#fff;
            text-decoration:none;
			cursor:pointer;
			font-style:normal;
            font-variant:normal;
            font-weight:normal;
        }
		A:hover {
  color: #ff0000;
}

        .drawer li {
            line-height:8px;
            padding:6px 0pt;
        }

        UL {
            list-style: none;
            padding: 0;
        }

        UL.drawers {
            margin: 0;
        }
		.drawer-static {
		margin:0px;

		font-size:11px;
		font-weight:bold;
        background:url(../images/left_navT.gif) no-repeat scroll 0pt;
		background-repeat:no-repeat;

        color:#333333;
       	cursor:default;

            
            height:29px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:8px;
            width:120px;
			text-align:center;
        }
		.drawer-static A{
		

		font-size:11px;
		font-weight:bold;
        color:#333333;
       	cursor:pointer;            
            
        }
        .drawer-handle {
		margin:0px;

		font-size:11px;
		font-weight:bold;
            background:url(../images/left_navT.gif) no-repeat scroll 0pt;
            color:#333333;
            cursor:default;
           height:29px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:8px;
            width:120px;
			text-align:center;
        }
		

        .drawer-handle.open {
		margin:0px;
		

		font-size:11px;
		font-weight:bold;
            /*background-position:-188px 0pt;
            color:#FFFFFF;
			*/
			   background:url(../images/left_navT.gif) no-repeat scroll 0pt;
            color:#333333;
            cursor:default;

           height:29px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:8px;
            width:120px;
			text-align:center;
        }

        .drawer UL {
           padding:0px;
		   margin:0px;
		   margin-left:4px;
            padding-bottom:0pt;
			text-align:center;
        }

        .drawer-content UL {
            padding-top: 7px;
        }

        .drawer-content LI A {
            display:block;
            overflow:hidden;
        }

        .alldownloads li {
            border:0pt none;
            line-height:18px;
            padding:0pt;
        }
/*end sexy menu*/