﻿#nav-temp                             { position: relative; float: left; padding-top: 10px; margin: 0 0 0 0; list-style: none; font-size: 12px; line-height: 15px; font-weight: bold; z-index: 10; }
#nav-temp li                          { position: relative; float: left; padding: 0px 0 0px 0; margin: 0px 0 0 0px; }
#nav-temp li a                        { padding: 0; }
#nav-temp li.on                       { border-left: 1px solid #dae2e8; border-top: 1px solid #dae2e8; border-right: 2px solid #bac6cf; }
#nav-temp li span                     { display: block; float: left; }
                                      
#nav-temp li span img                 { margin-left: 2px; margin-bottom: -6px; width: 19px; height: 20px; }
#nav-temp li span .menu-button img    { background: url(../images/menu.gif) 0 0 no-repeat; }
#nav-temp li span .menu-button:hover img { background: url(../images/menu.gif) 0 -20px no-repeat; }
#nav-temp li span .menu-button-on img { background: url(../images/menu.gif) 0 -40px no-repeat; }

#nav-temp li span .menu-button1 img    { background: url(../images/menu1.gif) 0 0 no-repeat; }
#nav-temp li span .menu-button1:hover img { background: url(../images/menu1.gif) 0 -20px no-repeat; }
#nav-temp li span .menu-button-on1 img { background: url(../images/menu1.gif) 0 -40px no-repeat; }

                                      
#nav-temp .dropdown                   { position: absolute; padding: 8px 8px; top: 22px; right: 0; width: 160px; background: #f2f6f9; border-bottom: 1px solid #bac6cf; border-right: 1px solid #bac6cf; font-size: 12px; line-height: 21px; }
#nav-temp .dropdown a                 { float: none; display: block; padding: 0 !important; font-weight: normal !important; height: 20px; }
#nav-temp .dropdown a:hover           { color: #cc0000; }
#nav-temp .off                        { display: none; }