
#bottomnav 							{ position:relative; margin-top:10px;}
#bottomnav ul.dropdown 				{ height:40px;}
#bottomnav ul.dropdown li 			{ height:40px;}
#bottomnav ul.dropdown li a			{ padding:10px 0 28px 0;}
#bottomnav ul.dropdown li a span 	{ height:30%;}

#bn-home		{width:80px;}
#bn-specials	{width:90px;}
#bn-brochure	{width:80px;}
#bn-about		{width:80px;}
#bn-contact		{width:90px;}
#bn-gear		{width:70px;}
#bn-terms		{width:120px;}
#bn-privacy		{width:120px;}
#bn-dealer		{width:240px; position:relative;}

#bn-dealer #dsText {position:absolute; left:10px;}

/*  MENU Dealer Search Input  */
#bottomnav .dealersearch					{ height:18px; position:absolute; top:8px; left:857px; background:#fff;  z-index:2001;
											border-top:1px solid #555; border-right:1px solid #ccc; border-bottom:1px solid #fff; border-left:1px solid #888; 
											border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;
											}
#bottomnav .dealersearch input.searchText	{ width:90px; height: 18px; border:none;  margin:0 0 0 2px; color:#888; font:normal 12px Tahoma, Helvetica, Arial, sans-serif; background: none;}
#bottomnav .dealersearch .searchButton		{ width:25px; height:16px; margin:1px 0 0 0; border:1px outset #aaa; cursor:pointer; background:url(/images/searchBtnBkg.gif) -2px -9px no-repeat #ddd;
											border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;
											}


/*  MENU Rounding LI corners  */
#bn-home				{ border:none;
						border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px;
						border-bottom-left-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomleft:8px;
						}
#bn-home-btn 			{ border:none;
						border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px;
						border-bottom-left-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomleft:8px;
						}


#bn-dealer				{ border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px;
						border-bottom-right-radius:8px; -webkit-border-bottom-right-radius:8px; -moz-border-radius-bottomright:8px;
						}
												
/*  MENU Rounding shine corners  */
#bn-home a span 		{ border-top-left-radius:16px; -webkit-border-top-left-radius:16px; -moz-border-radius-topleft:16px;
						border-bottom-left-radius:30px; -webkit-border-bottom-left-radius:30px; -moz-border-radius-bottomleft:30px;
						
						}

#bn-dealer a span 		{ border-top-right-radius:16px; -webkit-border-top-right-radius:16px; -moz-border-radius-topright:16px;
						border-bottom-right-radius:30px; -webkit-border-bottom-right-radius:30px; -moz-border-radius-bottomright:30px;
						
						}


