/* Start of CMSMS style sheet 'invest_nav' */
/********************
MENU HORIZONTAL
*********************/

/* 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 auto ;
   padding: 0;
   height: 35px;
   border-bottom: 5px solid #D3D3D3;
   clear: both;
}


/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
 /*  margin: 0 0 0 1px;*/
   margin: 0 auto;
   padding: 0;
   height: 35px;
 /* width: 700px;*/
   overflow: hidden;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   text-transform: lowercase;
   text-align: center;
   height: 35px;
   overflow: hidden;
   width: 140px;
   background: transparent url(uploads/images/template/menuBtnDivider.jpg) no-repeat center right;
 }


/* the links, that is each list item */
div#menu_horiz a {
   margin: 0 ;
   padding: 0 ;
   outline: none;
   text-decoration: none;
   color: #619024;
   display: block; /* IE has problems with this, fixed above */
   float: left;
   overflow: hidden;
   height: 35px;
   width: 140px;
   background: transparent url(uploads/images/menubuttons.gif) no-repeat scroll bottom left;
}


/* hover state for links */
div#menu_horiz li a:hover {
    font-weight: bold;
   color: #619024;
   margin: 0:
   padding: 0;
   overflow: hidden;
   height: 35px;
   width: 140px;
   background: transparent url(uploads/images/menubuttons.gif) no-repeat center left;
}
div#menu_horiz a.activeparent:hover {
   color: #D3D3D3;
   padding: 0 ;
   margin: 0:
   padding: 0;
   overflow: hidden;
   height: 35px;
   width: 140px;
   background: transparent url(uploads/images/menubuttons.gif) no-repeat bottom left;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #fff;
   margin: 0:
   padding: 0;
   overflow: hidden;
   height: 35px;
   background: transparent url(uploads/images/menubuttons.gif) no-repeat ;


}

div#menu_horiz h3 {
   margin: 0;
   padding: 0;
   overflow: hidden;
   height: 35px;
   background-image: url(uploads/images/menubuttons.gif);
   background-repeat: no-repeat;
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   font-size: 16px; 
   width: 140px;                      
}

div#menu_horiz h3 span, div#menu_horiz a span {
    display: block;
    line-height: 25px;
    padding: 5px 0;

}

/* End of 'invest_nav' */

