/* Start of CMSMS style sheet 'Meniu' */
/********************
MENIU - horizontalus
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   position: relative;
   z-index: 4;
   background-color: transparent;  /* background color for the entire menu row */
   width: 600px;
   margin: 0;
   padding-left: 300px;
   padding-top: 20px;
}

div#menu_horiz ul {
   margin: 0;
   padding: 0;
   /*border-left:  1px solid #000;*/
   height: 110px;
}

/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
  /* border-right: 10px solid #FFFFF0;*/
}

/* the links, that is each list item */
div#menu_horiz a {
   padding-top: 90px;
   width: 100px;
   height: 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   text-align: center;
   color: #a15812; /*teksto spalva */
   display: block; /* IE has problems with this, fixed above */
}

/* veidukai */
div#menu_horiz a.face1 {
   background: url(images/veidukai/01.png) no-repeat top center;
}

div#menu_horiz a.face2 {
   background: url(images/veidukai/02.png) no-repeat top center;
}

div#menu_horiz a.face3 {
   background: url(images/veidukai/03.png) no-repeat top center;
}

div#menu_horiz a.face4 {
   background: url(images/veidukai/04.png) no-repeat top center;
}

div#menu_horiz a.face5 {
   background: url(images/veidukai/05.png) no-repeat top center;
}

div#menu_horiz a.face6{
   background: url(images/veidukai/06.png) no-repeat top center;
}


/* hover state for links - uzeinant su pele */
div#menu_horiz li a.face1:hover,
div#menu_horiz li.activeparent a.face1:hover{
    background: url(images/veidukai/01h.png) no-repeat top center;
}

div#menu_horiz li a.face2:hover,
div#menu_horiz li.activeparent a.face2:hover  {
    background: url(images/veidukai/02h.png) no-repeat top center;
}

div#menu_horiz li a.face3:hover,
div#menu_horiz li.activeparent a.face3:hover  {
    background: url(images/veidukai/03h.png) no-repeat top center;
}

div#menu_horiz li a.face4:hover,
div#menu_horiz li.activeparent a.face4:hover  {
    background: url(images/veidukai/04h.png) no-repeat top center;
}

div#menu_horiz li a.face5:hover,
div#menu_horiz li.activeparent a.face5:hover  {
    background: url(images/veidukai/05h.png) no-repeat top center;
}

div#menu_horiz li a.face6:hover,
div#menu_horiz li.activeparent a.face6:hover  {
    background: url(images/veidukai/06h.png) no-repeat top center;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #A15812;
   font-weight: bold; 
}

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


/* End of 'Meniu' */

