/* Start of CMSMS style sheet 'Layout : Litour Menu' */
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#first {
   width: 8px;
   height: 25px;
   background-image: url(uploads/images/litour/litour_menu_left.gif);
   background-repeat: no-repeat;
   background-position: left top;
}

#last { 
   width: 8px;
   height: 25px;
   background-image: url(uploads/images/litour/litour_menu_right.gif);
   background-repeat: no-repeat;
   background-position: right top;
}

/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   /*background-color: #C7C7C7; */
   /*font-style: italic;*/
   /*line-height:1.3em;*/
}

#primary-nav h3 {
   font-size: 1em; /* instead of the normal font size for <h3> */
   /*font-style: italic;*/
}

/* End of 'Layout : Litour Menu' */

