/********************
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 {
    clear: both;
   background-color: #21A0D2;  /* background color for the entire menu row */
   padding: 0;
   height: 2.2em;
}

/*
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: 1px solid #C0C0C0; */
    border-right:  1px solid #fff;
   height: 2.2em;
}


/* 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 {
   padding: 0.6em 1em 0.6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   font-weight: bolder;
    letter-spacing: 0.1em;
   /* background: url(uploads/rr_Template1/arrow-right.gif) no-repeat 0.5em center; */
   display: block; /* IE has problems with this, fixed above */
   border-right: 1px solid #fff;
/*   text-transform: uppercase; */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #004A96;
}
div#menu_horiz a.activeparent:hover {
   background-color: #004A96;
   color: #fff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   /* background: #385C72 url(uploads/rr_Template1/arrow-down.gif) no-repeat 0.4em center; */
   color: #fff;
}

div#menu_horiz .currentpage {
   text-decoration: none; /* no underline for links */
   font-weight: bolder;
   background:     #004A96;
   /* background: #385C72 url(uploads/rr_Template1/arrow-right-active.gif) no-repeat 0.4em center; */
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;     /* instead of the normal font size for <h3> */
}



            /********************
            MENU 1 - submenu
            *********************/



/* hack for Internet Explorer */
* html div#menu_1 {
   /* 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_1 {
   background-color: #fff;  /* background color for the entire menu row */
   margin-left: 40px;
   padding: 0;
   height: 1.8em;
}

/*
the menu ul box has top and left border,
right border is provided by the li elements
*/
div#menu_1 ul {
   margin: 0;
   padding: 0;
   /* border-bottom: 1px solid #C0C0C0; */
    border-left:  1px solid #004A96;
   height: 1.8em;
}


/* menu list items */

div#menu_1 li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */
   margin: 0 ;
   line-height: 1em;
}


/* the links, that is each list item */
div#menu_1 a {
   padding: 0.4em 1em 0.4em 1.1em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   /* background: url(uploads/rr_Template1/arrow-right.gif) no-repeat 0.5em center; */
   display: block; /* IE has problems with this, fixed above */
   border-right: 1px solid #004A96;
   color: #004A96;
/*   text-transform: uppercase; */
}

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


div#menu_1 a.activeparent:hover {
  text-decoration: underline;
   color: yellow;
}


/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_1 li.activeparent a {
   /* background: #385C72 url(uploads/rr_Template1/arrow-down.gif) no-repeat 0.4em center; */
   color: #fff;
}

div#menu_1 h3 {
   padding: 0.4em 1em 0.4em 1.1em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #65AC1E;
   /* background: #385C72 url(uploads/rr_Template1/arrow-right-active.gif) no-repeat 0.4em center; */
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

div#menu_1 .currentpage {
   text-decoration: none; /* no underline for links */
   font-weight: bolder;
   border-bottom: 1px solid #004A96;
   /* background: #385C72 url(uploads/rr_Template1/arrow-right-active.gif) no-repeat 0.4em center; */
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;     /* instead of the normal font size for <h3> */
}
