/* CSS Document */

#nav li#liabout a{
	background:url(../images/nav/aboutus.png) no-repeat;
	height:12px;
	text-indent:0px!important;
	width:90px;
}
#nav li#liabout a:hover{
	background:url(../images/nav/aboutus_over.png) no-repeat;
}
#nav li#limen{
	height:13px;
}
#nav li#limen a{
	background:url(../images/nav/menus.png) no-repeat;
	height:12px;
	text-indent:0px!important;
	width:90px;
}
#nav li#limen a:hover{
	background:url(../images/nav/menus_over.png) no-repeat;
}
#nav li#lipln{
	height:13px;
}
#nav li#lipln a{
	background:url(../images/nav/plan-event.png) no-repeat;
	height:13px;
	text-indent:0px!important;
	width:90px;
}
#nav li#lipln a:hover{
	background:url(../images/nav/plan-event-over.png) no-repeat;
}
#nav li#lipht{
	height:11px;
}
#nav li#lipht a{
	background:url(../images/nav/photos.png) no-repeat;
	height:11px;
	text-indent:0px!important;
	width:90px;
}
#nav li#lipht a:hover{
	background:url(../images/nav/photos_over.png) no-repeat;
}

#nav li#licnt{
	height:13px;
}
#nav li#licnt a{
	background:url(../images/nav/contact.png) no-repeat;
	height:13px;
	text-indent:0px!important;
	width:90px;
}
#nav li#licnt a:hover{
	background:url(../images/nav/contact_over.png) no-repeat;
}
#nav li#lidrc{
	height:13px;
}
#nav li#lidrc a{
	background:url(../images/nav/directions.png) no-repeat;
	height:13px;
	text-indent:0px!important;
	width:90px;
}
#nav li#lidrc a:hover{
	background:url(../images/nav/directions_over.png) no-repeat;
}

.h1home{
display: block; /* Allows you to change the width and height of the image */
height:22px;
width:200px;
	text-indent:0px!important;
text-decoration: none; /* Hides the underline of the hyperlink */
z-index: 1000; /* IE Fix*/
background: url("../images/headers/main.png") 0 0 no-repeat; /* The pathway to the image*/
}
.h1about{
display: block; /* Allows you to change the width and height of the image */
height:22px;
width:104px;
	text-indent:0px!important;
text-decoration: none; /* Hides the underline of the hyperlink */
z-index: 1000; /* IE Fix*/
background: url("../images/headers/aboutus.png") 0 0 no-repeat; /* The pathway to the image*/
}
.h1menus{
display: block; /* Allows you to change the width and height of the image */
height:22px;
width:104px;
	text-indent:0px!important;
text-decoration: none; /* Hides the underline of the hyperlink */
z-index: 1000; /* IE Fix*/
background: url("../images/headers/menus.png") 0 0 no-repeat; /* The pathway to the image*/
}
.h1contact{
display: block; /* Allows you to change the width and height of the image */
height:22px;
width:104px;
	text-indent:0px!important;
text-decoration: none; /* Hides the underline of the hyperlink */
z-index: 1000; /* IE Fix*/
background: url("../images/headers/contact.png") 0 0 no-repeat; /* The pathway to the image*/
}
.h1photos{

display: block; /* Allows you to change the width and height of the image */
height: (104px);
width: (22px);
	text-indent:0px!important;
text-decoration: none; /* Hides the underline of the hyperlink */
z-index: 1000; /* IE Fix*/
background: url("../images/headers/photos.png") 0 0 no-repeat; /* The pathway to the image*/
}
h1#h1promos{
display: block; /* Allows you to change the width and height of the image */
height:22px;
width:90px;
	text-indent:0px!important;
text-decoration: none; /* Hides the underline of the hyperlink */
z-index: 1000; /* IE Fix*/
background: url("../images/headers/promotions.png") 0 0 no-repeat; /* The pathway to the image*/
}