#col1 {
    left: 0;
    position: absolute;
    top: 60px;
    width: 180px;
}

#col1 #col1_menu {
    background-color: #1e2329;
    padding: 20px 0;
}

#col1 li {  
    display: block;
    font-size: 130%;
    margin: 0px 0px;
}

#col1 li ul li{  
    display: block;
    font-size: 12px;
    margin: 0px 0px;
    background: #161616;
}
#col1 .current ul li a{  
    display: block;
    margin: 0px 0px;
    background: #161616;
}
#col1 .current ul li a:hover{  
    background: #333;
}
#col1 .current ul li a:before{  
    content: '- ';
}
#col1 ul.subnav1 {
    
}

div.subnav1_expand {
    display: none;
}

#col1 div.subnav1_expand_show {
    display: inline;
}


#col1 div.subnav1_expand li a {
    background-color: #161616;
    font-size: 90%;
}

#col1 div.subnav1_expand li a.selected {
    background-color: #4e5b6b;
}

#col1 div.subnav1_expand li a:hover {
    background-color: #333;
}

span.rightarrow {
    position: absolute;
    top: 6px;
    right: 16px;
    display: block;
    font-size: 0px; line-height: 0%; width: 0px;
    border-top: 6px solid #1E2329;
    border-left: 6px solid #f2f2f2;
    border-bottom: 6px solid #1E2329;
}

a:hover span.rightarrow {
    border-top: 6px solid #333;
    border-left: 6px solid #f2f2f2;
    border-bottom: 6px solid #333;
}

.subnav_selected {
    background-color: #2F363F;
}

.subnav_selected span.rightarrow {
        top: 9px;
        border-top: 6px solid #f2f2f2;
       border-left: 6px solid #2F363F;
       border-bottom: 0px solid #2F363F;
       border-right: 6px solid #2F363F;
}

a.subnav_selected:hover span.rightarrow {
        border-top: 6px solid #f2f2f2;
       border-left: 6px solid #333;
       border-bottom: 0px solid #333;
       border-right: 6px solid #333;
}


a.subnav1 {
    position: relative;
}

#col1 li.last a{ border-bottom: 1px #3c434b solid;}

#col1 a { 
    border-top: 1px #3c434b solid;
    color: #e2e2e2; 
    display: block; 
    padding: 5px 10px;
    margin: 0 0px;
}

#col1 .current a { background-color: #4e5b6b;}
#col1 .subnav2 a.selected { background-color: #4e5b6b;}
#col1 .subnav1 a.selected { background-color: #4e5b6b;}

#col1 a:hover {background-color: #333;}

#col1 .selected_subnav a { background-color: #161616;}

#col1_techpart {
    width: 100%;
    height: 150px;
    margin-top: 30px;
}