/* Start of CMSMS style sheet 'Navigation: pH3 mainmenu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 20px;
   /* end hide */
}

#menu_horiz li .currentpage {
   color: #FF6600;
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #FFF;  /* background color for the entire menu row */
   width: 740px;
   text-align: center;
   border-bottom: #bbbbbb 1px solid;
   border-top: #bbbbbb 1px solid;
   margin-top: 20px;
   margin-bottom: 20px;
   vertical-align: middle;
padding-left: 10px;
height: 20px;
}

/* 
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;
   padding-top: 2px;
}

/* the links, that is each list item */
div#menu_horiz a {
   padding: 0; /* padding inside the list item box */
   text-decoration: none; /* no underline for links */
   color: #999999;
   font-size: 12px;
   font-weight: bold;
}

div#menu_horiz li a:hover {
   color: #FF6600;
}

div#menu_horiz li a:active {
   color: #FF6600;
}

div#menu_horiz a.activeparent:hover {
   color: #FF6600;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #FF6600;
}

div#menu_horiz h3 {
   padding: 0; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #999;
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}


/********************
SEARCH
*********************/


/* position for the search box */
#search {
position:relative;
top:0px;
   float: right;
   width: 124px;    /* enough width for the search input box */
   display:block;
   padding-top: 1px;
   margin-right: 10px;
}

#search label {
display:none;
}

#cntnt01searchinput {
float: left;
border-color:#999;
border-style:solid;
border-width:1px;
width: 100px;
height: 14px;
font-size: 12px;
color: #555;
margin-right: 2px;
}

#cntnt01moduleform_1 {
float:right;
}

.searchbutton {
	background-image: url(uploads/images/Layout/search.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
	float:left;
        width: 18px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-style:none;
	cursor: hand;
background-color: #333;
}
/* End of 'Navigation: pH3 mainmenu' */

