/* 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 {
   background: url(images/optymal/optymal_bg.jpg);  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
padding-top:7px;
padding-bottom:9px;

height:14px;

display:block;
}


div#menu_horiz2 {
  
   width: 100%;
   margin: 0;
padding-top:10px;
margin-top:3px;
height:27px;
padding-left:50px;
}


/* 
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;


}

div#menu_horiz2 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;
padding:0;
border:0;
display:block;

}

div#menu_horiz2 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 1em 0 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
      border-right: 1px solid #C0C0C0;
   display: block; /* IE has problems with this, fixed above */
color:#FFFFFF;
}
div#menu_horiz a:hover {
color:#FFFF99;
}

div#menu_horiz2 a {
   padding: 0 1em 0 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
      border-right: 1px solid #C0C0C0;
   display: block; /* IE has problems with this, fixed above */
color:#A0A0A0;
}

div#menu_horiz2 h3 {
   padding: 0 1em 0 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
color:#A0A0A0;
border-right: 1px solid #C0C0C0;

   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

div#menu_horiz h3 {
   padding: 0 1em 0 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFF33;
border-right: 1px solid #C0C0C0;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

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

