/* Start of CMSMS style sheet 'Ideasroom Navigation: Simple - Horizontal V1' */
/********************
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 {
   width: 100%;
   margin: 0;
}

/* 
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;
   border-bottom: 0px solid #C0C0C0;
   border-left:  1px dotted #55760a;
   height:79px;

}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px dotted #55760a;
   height:79px;
   *width:110px;
min-width:110px;

}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 3px 0em 3px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #a81b00;
   display: block; /* IE has problems with this, fixed above */
   white-space:nowrap;
   text-align:center;
   font-weight:bold;
   font-family:Tahoma, Trebuchet MS;
   font-size:8pt;
   height:79px;

}


/* hover state for links */
div#menu_horiz li a:hover {

   height:79px;
   background-image:url(uploads/amrimg/menu2h.gif);
background-repeat: repeat-x;
}

div#menu_horiz li:hover {

   height:79px;
}

div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   height:79px;
   background-image:url(uploads/amrimg/menu2h.gif);
background-repeat: repeat-x;
}

div#menu_horiz li.currentpage {
   color: #a81b00;
   height:79px;
   background-image:url(uploads/amrimg/menu2h.gif);
background-repeat: repeat-x;
   display: block; /* IE has problems with this, fixed above */
      font-weight:bold;
   font-family:Tahoma;
   font-size:8pt;                          /* instead of the normal font size for <h3> */
   text-align:center;
   white-space:nowrap;
}
 li.currentpage h3{
   color: #a81b00;
      font-weight:normal;
   font-family:Verdana;
   font-size:8pt;                          /* instead of the normal font size for <h3> */

   white-space:nowrap;
   margin-bottom:0px;
}

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

