/* Start of CMSMS style sheet 'Halikko Group - navi horiz' */
/********************
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 {
	display: block;
	height: 33px;
   width: 542px;
   margin: 0;
	 overflow: hidden;
	 position: absolute;
	 right: 17px;
	 top: 79px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	background: url(uploads/images/mainnavi_bg.gif) no-repeat -1px -0px;
  margin: 0;
  padding: 0;
  height: 33px;
}


/* 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: 12px;
	height: 30px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
	 text-transform: uppercase;
   color: #52535C;
   display: block; /* IE has problems with this, fixed above */
	 text-align: center;
}

/* 1 etusivu */
div#menu_horiz a.sect_0 {
   padding: 10px 0 15px 0; /* padding inside the list item box */
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -1px -34px;
	 width: 111px;
}
div#menu_horiz a.sect_0:hover {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -1px 0px;
	 color: white;
}

/* 2 yritys */
div#menu_horiz a.sect_1 {
   padding: 10px 0 15px 0; /* padding inside the list item box */
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -112px -34px;
	 width: 102px;
}
div#menu_horiz a.sect_1:hover {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -112px 0px;
	 color: white;
}

/* 3 ratkaisut */
div#menu_horiz a.sect_2 {
   padding: 10px 0 15px 0; /* padding inside the list item box */
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -214px -34px;
	 width: 124px;
}
div#menu_horiz a.sect_2:hover {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -214px 0px;
	 color: white;
}

/* 4 yhteys */
div#menu_horiz a.sect_3 {
   padding: 10px 0 15px 0; /* padding inside the list item box */
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -338px -34px;
	 width: 102px;
}
div#menu_horiz a.sect_3:hover {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -338px 0px;
	 color: white;
}

/* 5 galleria */
div#menu_horiz a.sect_4 {
   padding: 10px 0 15px 0; /* padding inside the list item box */
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -441px -34px;
	 width: 103px;
}
div#menu_horiz a.sect_4:hover {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -441px 0px;
	 color: white;
}

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

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a.sect_0 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -1px 0px;
   color: #fff;
}
div#menu_horiz li.activeparent a.sect_1 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -112px 0px;
   color: #fff;
}
div#menu_horiz li.activeparent a.sect_2 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -214px 0px;
   color: #fff;
}
div#menu_horiz li.activeparent a.sect_3 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -338px 0px;
   color: #fff;
}
div#menu_horiz li.activeparent a.sect_4 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -441px 0px;
   color: #fff;
}

div#menu_horiz h3 {
   margin: 0; /* margin outside each list item box */
	 text-transform: uppercase;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;                           /* instead of the normal font size for <h3> */
   padding: 10px 0 15px 0; /* padding inside the list item box */
	 color: white;
	 text-align: center;
}
div#menu_horiz h3.sect_0 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -1px -34px;
	 width: 111px;
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -1px 0px;
}
div#menu_horiz h3.sect_1 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -112px -34px;
	 width: 102px;
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -112px 0px;
}
div#menu_horiz h3.sect_2 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -214px -34px;
	 width: 124px;
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -214px 0px;
}
div#menu_horiz h3.sect_3 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -338px -34px;
	 width: 102px;
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -338px 0px;
}
div#menu_horiz h3.sect_4 {
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -441px -34px;
	 width: 103px;
   background: url(uploads/images/mainnavi_bg.gif) no-repeat -441px 0px;
}
/* End of 'Halikko Group - navi horiz' */

