/* Start of CMSMS style sheet 'COUNTY SHOPPING MALL HORIZONTAL MENU' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #333333;  /* background color for the entire menu row */
   text-align: center;
   vertical-align:middle;
   float: left;
   font-weight: bold;
   clear: both;
   padding: 0px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height: 42px;
   font-weight: bold;
}


/* menu list items */
div#menu_horiz li {
   background-color: #ffffff;
   width: 75px;
   height: 42px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;

}

/* menu list items */
div#menu_horiz li.home {
   background-color: #ffffff;
   width: 104px;
   height: 42px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/home.jpg)

}

/* menu list items */
div#menu_horiz li.category {
   background-color: #ffffff;
   width: 189px;
   height: 42px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/category.jpg)

}

/* menu list items */
div#menu_horiz li.other-counties {
   background-color: #ffffff;
   width: 215px;
   height: 42px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/other-counties.jpg)

}
/* menu list items */
div#menu_horiz li.advertise {
   background-color: #ffffff;
   width: 214px;
   height: 42px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/advertise.jpg)

}
/* menu list items */
div#menu_horiz li.contact {
   background-color: #ffffff;
   width: 178px;
   height: 42px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/contact-us.jpg)

}





















div#menu_horiz a:hover.home {
   width: 104px;
   height: 42px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #333333;
   display: block; /* IE has problems with this, fixed above */
   font-weight: bold;
   background-image: url(images/home_mo.jpg)

}


div#menu_horiz a:hover.category {
   width: 189px;
   height: 42px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #333333;
   display: block; /* IE has problems with this, fixed above */
   font-weight: bold;
   background-image: url(images/category_mo.jpg)

}

div#menu_horiz a:hover.other-counties {
   width: 215px;
   height: 42px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #333333;
   display: block; /* IE has problems with this, fixed above */
   font-weight: bold;
   background-image: url(images/other-counties_mo.jpg)

}


div#menu_horiz a:hover.advertise {
   width: 214px;
   height: 42px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #333333;
   display: block; /* IE has problems with this, fixed above */
   font-weight: bold;
   background-image: url(images/advertise_mo.jpg)

}


div#menu_horiz a:hover.contact {
   width: 178px;
   height: 42px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #333333;
   display: block; /* IE has problems with this, fixed above */
   font-weight: bold;
   background-image: url(images/contact-us_mo.jpg)

}

div#menu_horiz a.menuactive.contact {
   width: 178px;
   height: 42px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #333333;
   display: block; /* IE has problems with this, fixed above */
   font-weight: bold;
   background-image: url(images/contact-us_mo.jpg)

}


/* menu list items */
div#menu_horiz a.home {
   background-color: #ffffff;
   color: #333333;
   width: 104px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/home.jpg)

}

/* menu list items */
div#menu_horiz a.category {
   background-color: #ffffff;
   color: #333333;
   width: 189px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/category.jpg)

}

/* menu list items */
div#menu_horiz a.other-counties {
   background-color: #ffffff;
   color: #333333;
   width: 215px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/other-counties.jpg)

}
/* menu list items */
div#menu_horiz a.advertise {
   background-color: #ffffff;
   color: #333333;
   width: 214px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/advertise.jpg)

}
/* menu list items */
div#menu_horiz a.contact {
   background-color: #ffffff;
   color: #333333;
   width: 178px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   background-image: url(images/contact-us.jpg)

}







/* menu list items */
div#menu_horiz a:visited.home {
   background-color: #ffffff;
   color: #333333;
   width: 104px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */

}

/* menu list items */
div#menu_horiz a:visited.category {
   background-color: #ffffff;
   color: #333333;
   width: 189px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */

}

/* menu list items */
div#menu_horiz a:visited.other-counties {
   background-color: #ffffff;
   color: #333333;
   width: 215px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */

}
/* menu list items */
div#menu_horiz a:visited.advertise {
   background-color: #ffffff;
   color: #333333;
   width: 214px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */

}

/* menu list items */
div#menu_horiz a:visited.contact {
   background-color: #ffffff;
   color: #333333;
   width: 178px;
   height: 42px;
   line-height: 35px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 0; /* margin outside each list item box */
   font-weight: bold;
   text-decoration: none; /* no underline for links */

}



/* End of 'COUNTY SHOPPING MALL HORIZONTAL MENU' */

