/* Start of CMSMS style sheet 'mk3_hormnu' */
/********************
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 {
height:43px;
   background: url(uploads/mk3/mk3_07.gif);
   width: 100%;
   margin: 0;
}


div#menu_horiz ul {
float:right;
   margin: 8px 8px 0 0;
   padding: 0;
   height:35px; 
  list-style-type: none; 
}

/* menu list items */
div#menu_horiz li {
/*background-color: #EDDBCB;*/
float: left;
list-style: none; 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
font-size: 13px;
font-weight:bold;
   padding: 6px 10px;
   margin: 0; 
   text-decoration: none; 
   color: #88250D;
font-family: "Georgia", "Times New Roman", Serif;  
   display: block; /* IE has problems with this, fixed above */
}

div#menu_horiz a.noprint {padding:0;margin:0; font-size:1px;}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #BF1963;
   /*background-color: #BF1963;*/
}

div#menu_horiz a.activeparent:hover {
   /*background-color: #BF1963;  #C6C7C8 */
   color: #BF1963;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #BD065B;
border-bottom: 0;
}


div#menu_horiz li.currentpage a {
   padding: 6px 10px;
   color: #BD065B;
   background: #EEDBCB;
}

/*div#menu_horiz h3 {
   padding: 5px 10px;
   margin: 0;
   text-decoration: none;
   color: white;
   display: block;
font-family: "Georgia", "Times New Roman", Serif; 
   font-size: 13px;
}*/

/* End of 'mk3_hormnu' */

