/* CSS Document */
:link {
	TEXT-DECORATION:none; COLOR:#FFFFFF
}
:visited {
	TEXT-DECORATION: none; COLOR: #FFFFFF
}
:hover {
	COLOR: #c00
}
:active {
	COLOR: #c00
}
BODY {
	MARGIN-TOP: 0px; FONT-SIZE: 12px; MARGIN-LEFT: 0px; COLOR: #333; FONT-FAMILY: Arial, Helvetica, sans-serif; background-image:url('http://www.avenuetire/images/background.jpg');
}
TABLE {
 border-collapse:collapse;
}
TR{border-collapse:collapse;}
TD{border-collapse:collapse;}
	
}
BODY#wheelsearch {
	MARGIN-TOP: 0px; MARGIN-LEFT: 0px
}
.tiresubmenulinks {	
	FONT-SIZE: 11px; COLOR: white; TEXT-DECORATION: none; font-weight:bold; font-family:Arial, Helvetica, sans-serif;text-align:right;
}

.blacktiresubmenulinks {	FONT-SIZE: 11px; COLOR: black; TEXT-DECORATION:none; font-weight:bold; } 

a.black:link {color: #000; background: ; font-style:normal; FONT-SIZE: 12px; font-weight:bold;}
a.black:visited {color: #000; background: ; font-style: normal;FONT-SIZE: 12px;font-weight:bold;}
a.black:active {color: #fff; background: ; font-style: normal;FONT-SIZE: 12px;font-weight:bold;}
a.black:hover {color: #fff; background: ; font-style: normal;FONT-SIZE: 12px;font-weight:bold;}

.greyoutro {	
	FONT-SIZE: 10px; COLOR: #808080; background: ; TEXT-DECORATION: none; font-weight: bold; 
}
.pagetitle {	
	FONT-SIZE: 20px; font-weight:bolder; COLOR:#666666 ; TEXT-DECORATION:none;
}
.subtitle {	
	FONT-SIZE: 25px; font-weight:bolder; COLOR:#666666 ; TEXT-DECORATION:none;
}
.directions {font-size:20px; text-align:center;}
a.directions:link {color: #000000; text-decoration:none;}
a.directions:visited {color: #000000; text-decoration:none;}
a.directions:active {color: #000000; text-decoration:none;}
a.directions:hover {color: #c00; text-decoration:none;}

/* Base Text Style ------------------------------------------------------------------*/

p {font-family:"Times New Roman", Times, serif; font-size:17px}
h3 {font-weight:bold; font-size:24px}

/* End of Base Text Style ------------------------------------------------------------------*/




/* Main Menu Style ------------------------------------------------------------------*/


ul {
  padding: 0;
  padding-bottom: 0;
  margin: 0;
  list-style: none;

  }

li {
  float: left;
  position: relative;
  width: 10em;
  }


li ul {
  display: none;
  position: absolute; 
  top: 19;
  left: 0;
  }


li:hover ul, li.over ul{ display: block; }

li > ul {
	top: auto;
	left: auto;
	}

/* End of Main Menu Style ------------------------------------------------------------*/