@charset "utf-8";
/* CSS Document */

#dropmenudiv{
position:absolute;
margin:0px 0px 0px 1px;
}


*html #dropmenudiv{
position:absolute;
margin:0px 0px 0px 0px;

}


#dropmenudiv a{
background-image:url(images/shops_pullout.gif);
background-repeat:no-repeat;
display: block;
text-decoration: none;
font-weight: bold;
width: 132px;
height:27px;
}

#dropmenudiv a:hover{
background-image:url(images/shops_pullout_hover.gif);
background-repeat:no-repeat;
width: 132px;
height:27px;
text-decoration:none;
}

#dropmenudiv a.pagelink2{
background-image:url(images/dining_pullout.gif);
background-repeat:no-repeat;
display: block;
text-decoration: none;
font-weight: bold;
width: 132px;
height:27px;
}

#dropmenudiv a.pagelink2:hover{
background-image:url(images/dining_pullout_hover.gif);
background-repeat:no-repeat;
width: 132px;
height:27px;
text-decoration:none;
}

#dropmenudiv a.pagelink3{
background-image:url(images/directory.gif);
background-repeat:no-repeat;
display: block;
text-decoration: none;
font-weight: bold;
width: 132px;
height:27px;
}

#dropmenudiv a.pagelink3:hover{
background-image:url(images/directory_hover.gif);
background-repeat:no-repeat;
width: 132px;
height:27px;
text-decoration:none;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist{
margin:0px 0px 0px -40px;
}

*html .navlist{
margin:4px 0px -2px 0px;
}

*:first-child+html .navlist {
margin : 0px 0px -2px 0px;
}

.navlist li {
	width: 132px;
	height:26px;
	list-style:none;
	
}

*html .navlist li {
	width: 132px;
	height:26px;
	list-style:none;
	margin:-4px 0px 0px 0px;
	
}



#shop{
width: 132px;
height:27px;
background:  url(images/shops_pullout_hover.gif);
}

#html #shop{
width: 132px;
	height:27px;
}

#nav{
margin:0px 0px 0px 0px;
width: 132px;
}
