/* Start of CMSMS style sheet 'hmenu.css' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   
   /* end hide */
}

div#menu_horiz li.currentpage{
    /*display:none;*/
}

div#menu_horiz a.currentpage {
    font-weight:bold;
}

div#menu_horiz {
    background: url(uploads/images/img_theme/nav_1000.jpg) ;
    background-repeat:no-repeat;
    height:31px;
    padding-left:35px;
padding-top:5px;
    
}

div#menu_horiz ul {
   margin: 0;
   padding: 0;
}

/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   padding:5px 12px 5px 12px;
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;

}

.separator {
    color:#ffcc00;
}

/* the links, that is each list item */
div#menu_horiz a {
   padding: 0px; /* padding inside the list item box */
   margin: 0px; /* margin outside each list item box */
   display: block; /* IE has problems with this, fixed above */
   text-decoration:none;
   font-size:12px;
   font-weight:normal;
}


/* hover state for links */
div#menu_horiz li a:hover {
    color:#071d35;
}
div#menu_horiz a.activeparent:hover {
    
}

/* active parent, that is the first-level parent of a child page that is the current page */

}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   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: 1em; /* instead of the normal font size for <h3> */
}

/* End of 'hmenu.css' */

