/* Start of CMSMS style sheet 'VPTZ: Navigation 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 {
   float:right;
   background-color: #feeed3;
   width: 745px;
   border-top:1px solid #218774;
   border-bottom: 1px solid #218774;
   border-right: 1px solid #218774;
   margin-right:46px;
   _position: relative;
   _right: -46px;
}

/* 
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:27px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
   font-size:12px;
   padding: 6px 7px 6px 7px;
   margin: 0;
   text-decoration: none;
   color: #000;
   display: block;
   border: 1px solid #feeed3;
}


/* hover state for links */
div#menu_horiz li a:hover {
   background: url(uploads/layout/menu_hover.jpg) repeat-x;
   border: 1px solid #fef6e8;
}

div#menu_horiz a.activeparent:hover {
   background: url(uploads/layout/menu_hover.jpg) repeat-x;
   border: 1px solid #fef6e8;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: url(uploads/layout/menu_hover.jpg) repeat-x;
   border: 1px solid #fef6e8;
}

div#menu_horiz span {
   font-size:12px;
   padding: 6px 7px 6px 7px;
   margin: 0;
   text-decoration: none;
   color: #000;
   display: block;
   background: url(uploads/layout/menu_hover.jpg) repeat-x;
   border: 1px solid #fef6e8;
   display: block; /* IE has problems with this, fixed above */
}

/* End of 'VPTZ: Navigation Horizontal' */

