/***********************************************/
/* locale                                      */
/* Dave Glue 20070130                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* without text */
#logo {
	float: left; /* added to align restaurant buttons */
    display:block; 
    display: inline; /* IE6 double margin hack */
	height:78px;
	margin-left:141px;
	margin-top:2px;
	padding-top:0px; /* margin-top deletes background from wrapper */
	padding-right:0px;
}
#logo ul {margin:0; padding:0; list-style-type:none;}
#logo li {float:left; margin-right:0px; display:block; width:205px; }
#logo li.list1 {background:transparent url(/images/template/logomouseoverontrack.jpg);}
#logo a {display:block; width:205px; padding-top:78px; height:0px; color:#000; text-decoration:none; overflow:hidden;}
* html #logo a:link, * html #logo a:visited {height:78px; he\ight:0;}

#logo a#item1 {background:transparent url(/images/template/logomouseoverontrack.jpg) -210px -78px no-repeat;}

#logo a#item1:hover {background-position:top right; z-index:50;}

* html #logo a:hover {height:78px; he\ight:0;}










