/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU TABS
*********************/

/* hack for Internet Explorer */
* html div#menu_tabs {
   /* 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_tabs {
   background:none;
   width: 100%;
   height:38px;
   margin: 22px 0 0 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_tabs ul {
   margin: 0;
   padding: 0 0 0 0;
   height:100%;
}


/* menu list items */
div#menu_tabs li {
   float: left; /* makes the list tabsontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0;
   padding:0;
   height:100%;
   width:150px;
   text-align:center;
   font-size:1.3em;
   line-height:2.2em;
   font-family:times new roman;
   background: url(images/cms/tab_inactive.png);
   background-repeat:no-repeat;
}


/* the links, that is each list item */
div#menu_tabs a {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #2d2f8e;
   background: url(images/cms/arrow-right_gif) no-repeat 0.5em center; ;
   display: block; /* IE has problems with this, fixed above */
   padding: 0px 0px 0 0px;
   height:100%;
   width:100%;
}


/* hover state for links */
div#menu_tabs li a:hover {
   background: url(images/cms/tab_hover.png);
}
div#menu_tabs a.activeparent:hover {
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_tabs li.activeparent a {
   background-color: #fbfbfb; 
   background: url(images/cms/tab_active.png);
}

div#menu_tabs h3 {
   padding: 0px 0px 0 0px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   background-color: #fbfbfb; 
   background: url(images/cms/tab_active.png);
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   font-weight:normal;
   height:100%;
   width:100%;
   color:#2d2f8e;
}

/********************
MENU SUB
*********************/

/* hack for Internet Explorer */
* html div#menu_sub {
   /* 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_sub {
   background-color:#fbfbfb;  /* background color for the entire menu row */
   background-image:url(../images/cms/sub_menu_bg.png);
   width: 100%;
   height:41px;
}

span#phone_sub {
  display:inline-block;
  font-size:1.1em;
  color:#2d2f8e;
  float:right;
  height:41px;
  line-height:41px;
  margin:0 10px 0 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_sub ul {
   height:41px;
   line-height:41px;
   width:70%;
   display:inline;
}


/* menu list items */
div#menu_sub li {
   float: left; /* makes the list subontal */
   list-style: none; /* hides the list bullet */
   margin:0 0 0 18px; 
}


/* the links, that is each list item */
div#menu_sub a {
   padding: 0 0 0 11px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #2d2f8e;
   background: url(images/cms/sub_arrow.png) no-repeat 0px 17px; 
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_sub li a:hover {
   background-color: none;
   color:gray;
}
div#menu_sub 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_sub li.activeparent a {
   color: #fff;
}

div#menu_sub h3 {
   padding: 0 0 0 11px; /* padding inside the list item box */
   margin:0 0 0 0; 
   text-decoration: none; /* no underline for links */
   color: #4c4c4c;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   width:100%;
   height:100%;
   font-weight:normal;
   background: url(images/cms/sub_arrow.png) no-repeat 0px 17px; 
}


/********************
FOOTER MENU
*********************/

div#footer ul {
list-style:none;
margin:0;
padding:0;
font-family:times new roman;
text-align:left;
}

div#footer ul li {
   display:inline;
   background: url(images/cms/sub_arrow.png) no-repeat 0px 5px; 
   padding:0 9px; 0 5px;
   font-size:1.2em;
   line-height:1.2em;
}

div#footer ul li a{
   text-decoration:none;
   color: #2d2f8e;
}

div#footer ul li a:hover{
   text-decoration:none;
   color:#2d2f8e;
}
/* End of 'Navigation: Simple - Horizontal' */

