/**** NAVIGATION STYLES ****/

* { margin: 0px; padding: 0px; }


/* header */
                                                                    
#header { width: 800px;
          height: 79px;
          background-color: #FFFFFF; }

#header .ash-logo { float: left; 
                    margin: 10px 0px 0px 8px; }

#header .ash-logo img { border: 0; }    

#header .shopline {
	float: left;
	margin: 10px 0px 0px 6px;
	background-image: url(../pix/layout/shoppingcart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}                
#header .phone {
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	background-color: #FDE63E;
	font-size: 12pt;
}

#header .shopline a {
	color: #CC0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#header .shopline p {
	margin-left: 42px;
	line-height: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-top: 2px;
}

#header .shopline a:hover {
	color: #000000;
	text-decoration: none;
}

                    
#header .fisher-logo { float: right; margin: 0px; 
                       border: 0; }


/* navigation */                         

#nav a { text-decoration: none; 
         font-weight: bold;
         color: #000000; 
         font-size: 8px; }

#nav a:link { color: #000000; }

#nav a:visited { color: #000000; }

#nav a:active { color: #FFFFFF; }

ul { list-style: none;
     padding: 0; margin: 0; }   
     
#nav li li a { display: block;
               width: 120px; 
               font-weight: normal;
               font-size: .8em;
               color: #000000;
               padding: 0.2em 5px;
               border: 1px solid #000000; 
               border-top: 1px solid #000000; }
               
#nav .snowplows_nav li a { width: 109px; }               
               
#nav .spreaders_nav li a { width: 101px; }         

#nav .snowplow_accessories_nav li a { width: 125px; }
               
#nav li li a:hover { background-color: #fef4b2;
                     display: block; }
                     
li { float: left;
     position: relative;
     text-align: left;
     background-color: #fbd900;
     border: 1px solid #000000;
     border-width: 1px 0; 
     z-index: 5; }
     
li ul { display: none;
        position: absolute;
        top: 29px; left: 0px; 
        font-weight: normal;
        padding: 0 0; }
        
li>ul { top: auto; left: auto; }

li li { display: block;
        float: none;
        border: 0; }
        
li:hover ul, li.over ul { display: block }

#nav li img { border: 0; }


/* fix for IE6 bug */

li a { background-color: #fbd900; }


/* NEW splash */

#splash {
   float: left;
   position: relative;
   top: -51px; left: 406px;
   z-index: 30;
   margin-bottom: -39px;
   border: 0;
   }
                    
