/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
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 {
margin-top: 11px;
width: 802px;
color: #FFFFFF;
margin-left: 2px;
font-weight:700;
height: 25px;
background: url('img/tlo_menu.jpg');
}

div#menu_horiz1 {
margin-top: 0px;
width: 990px;
margin-left: 0px;
color: #FFFFFF;
font-weight:900;
height: 27px;
background: url('img09/top-pas.jpg');
}

a:active {
font-weight:700

}


/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
padding-top: 3px;
}

div#menu_horiz ul1 {
padding-top: 3px;
}


/* menu list items */
div#menu_horiz li {
background: url('img/sepator.jpg') 1px 1px no-repeat;
padding-left: 15px;
padding-right: 15px;
font-weight:700;
list-style-type: none;
float: left;
}

div#menu_horiz1 li {
background: url('img09/separator1.jpg') 2px 1px no-repeat;
padding-left: 14px;
padding-right: 14px;
font-weight:700;
list-style-type: none;
float: left;
}


/* the links, that is each list item */
div#menu_horiz a, a:active, a:visited {
 /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
}

div#menu_horiz1 a, a:active, a:visited {
 /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
}


/* hover state for links */
div#menu_horiz li a:hover {
   text-decoration:underline;
   color: #F557B6;
}

/* hover state for links */
div#menu_horiz1 li a:hover {
   text-decoration:underline;
   color: #FFDE8D;
}

div#menu_horiz a.activeparent:hover {
   color: #FFFFFF;
}

div#menu_horiz1 a.activeparent:hover {
   color: #FFFFFF;
}


/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {

   color: #FFFFFF;
   font-weight:700;
}

div#menu_horiz h3 {

   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;       
}

/* End of 'Navigation: Simple - Horizontal' */

