/* Start of CMSMS style sheet 'Navigation: Simple horizontal' */
/********************
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;
}


/* 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 {
   font-size: 16px;
   font-weight:500;
   padding: 0; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #3f3e40;
   display: block; /* IE has problems with this, fixed above */
   /*width:150px;*/ padding: 0 21px 0 21px;
   height:35px;
   line-height:35px;
   vertical-align:middle;
   text-align:center;
   text-transform: uppercase;
   letter-spacing:1px;
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #cad9e7;
}
div#menu_horiz a.activeparent:hover {
   color: #ccc;
}

/* active parent, that is the first-level parent of a child page that is the current page */ div#menu_horiz li.activeparent a {
   background: #015397 url(uploads/images/menu_yah.jpg) repeat-x;
   color: #fff;
   padding: 0 25px 0 26px;
} 

div#menu_horiz h3 {
   font-size: 16px;
   font-weight:500;
   text-align:center;
   /*width:150px;*/ padding: 0 25px 0 26px;
   height:35px;
   line-height:35px;
   vertival-align:middle;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #015397 url(uploads/images/menu_yah.jpg) repeat-x;
   display: block; /* IE has problems with this, fixed above */
   text-transform: uppercase;
   letter-spacing:1px;
}

/********************
SUBMENU
*********************/

/* hack for Internet Explorer */
* html div#submenu_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#submenu_horiz {
   width: 100%;
   margin: 0;
   background: #fff url(uploads/images/bgr_submenu.gif) repeat-x;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#submenu_horiz ul {
   margin: 0;
   padding: 0;
}


/* menu list items */
div#submenu_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#submenu_horiz a {
   font-size: 14px;
   font-weight:500;
   padding: 0 25px 0 25px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #3f3e40;
   display: block; /* IE has problems with this, fixed above */
   height:34px;
   line-height:34px;
   vertical-align:middle;
   text-transform: uppercase;
   letter-spacing:1px;
}


/* hover state for links */
div#submenu_horiz li a:hover {
   color: #69686b;
}
div#submenu_horiz a.activeparent:hover {
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#submenu_horiz li.activeparent a {
   font-size: 14px;
   font-weight:500;
   height:34px;
   line-height:34px;
   vertival-align:middle;
   padding:  0 25px 0 25px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #3f3e40;
   background: #fff url(uploads/images/submenu_yah.gif) repeat-x;
   display: block; /* IE has problems with this, fixed above */
   text-transform: uppercase;
   letter-spacing:1px;
   border-right: 1px solid #cacaca;
   border-left: 1px solid #cacaca;
}

div#submenu_horiz h3 {
   font-size: 14px;
   font-weight:500;
   height:34px;
   line-height:34px;
   vertival-align:middle;
   padding:  0 25px 0 25px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #3f3e40;
   background: #fff url(uploads/images/submenu_yah.gif) repeat-x;
   display: block; /* IE has problems with this, fixed above */
   text-transform: uppercase;
   letter-spacing:1px;
   border-right: 1px solid #cacaca;
   border-left: 1px solid #cacaca;
}

/* End of 'Navigation: Simple horizontal' */

