/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}
div#submenu{
margin:0 auto;
float:left;
width:980px;
vertical-align:middle;
height:22px;
margin-top:8px;
padding:10px 0 0 30px;
/**margin:15px 0 10px 50px;**/
/**border:1px solid #000;**/
}
div#submenu a{
font-size:11px;
font-weight:normal;
text-decoration:none;
padding:0 5px 0 15px;
background:url(../images/img/sub_point.gif) left no-repeat;
text-transform:lowercase;
}
div#submenu a:hover{
font-size:11px;
font-weight:normal;
text-decoration:none;
text-transform:lowercase;
}
div#submenu h3 {
padding: 0em 0.5em .6em 1.4em;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #DF0202;
   display: block; /* IE has problems with this, fixed above */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
background:url(../images/img/sub_point_down.gif) left no-repeat;
text-transform:lowercase;
font-weight:bold;
}
div#submenu ul {
   margin: 0;
   padding: 0;
   height:2.2em;
}

div#submenu  li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


div#menutop{
float:left;
}
div#menutop{
color:#FFF;
font-size:10px;
text-decoration:non
text-transform:lowercase;e;
font-weight:normal;
}
div#menutop a{
color:#FFF;
font-size:10px;
text-decoration:none;
font-weight:normal;
text-transform:lowercase;
padding: 0em 0.5em .6em 1.4em;
 display: block; /* IE has problems with this, fixed above */
}
div#menutop a:hover{
color:#FFF;
font-size:10px;
text-decoration:none;
font-weight:normal;
text-transform:lowercase;
}
div#menutop h3 {
padding: 0em 0.5em .6em 1.4em;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFF;
   display: block; /* IE has problems with this, fixed above */
   font-size: 10px;                           /* instead of the normal font size for <h3> */
text-transform:lowercase;
font-weight:normal;
}
div#menutop ul {
   margin: 0;
   padding: 0;
   height:2.2em;
}

div#menutop li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}
/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   /*background-color: #ECECEC;  /* background color for the entire menu row */
   text-align:center;
color:#999;
font-size:12px;
padding:5px;
width:980px;
float:left;
/**border:1px solid #000;**/
}

div#menu{
text-align:left;
color:#999;
font-size:12px;
padding:0;
float:left;
margin-left:50px;
}
div#menu a{
color:#fff;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
div#menu a:hover{
color:#000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
/* 
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;
   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: .4em 0.5em .6em 0.5em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFF;
   /*background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ;*/
   display: block; /* IE has problems with this, fixed above */
text-transform:lowercase;
}


/* hover state for links */
div#menu_horiz li a:hover {
   /*background-color: #C3D4DF;*/
color:#000;
text-transform:lowercase;
}
div#menu_horiz a.activeparent:hover {
  /* background-color: #C3D4DF;*/
   color: #000;
text-transform:lowercase;
}

/* 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(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   color: #000;
text-transform:lowercase;
}

div#menu_horiz h3 {
   padding: .4em 0.5em .6em 0.5em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   /*background: #385C72 url(images/cms/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> */
text-transform:lowercase;
}
.separator{
color:#FFF;
padding-top:7px;
font-weight:normal;
}
/* End of 'Navigation: Simple - Horizontal' */

