/* Start of CMSMS style sheet 'tallinn-aitab, horizontal menu' */
div.et_EE ul {
   background: url(images/menu_hor_ee.png) 0 0 no-repeat;
}
div.ru_RU ul {
   background: url(images/menu_hor_ru.png) 0 0 no-repeat;
}
div.en_GB ul {
   background: url(images/menu_hor_eng.png) 0 0 no-repeat;
}

div ul li#tootu_menu{
width:248px;
}

div ul li#ettevotja_menu{
width:262px;
}

div ul li#linnaelanik_menu {
width:244px;
}

div.et_EE ul li.currentpage#tootu_menu,
div.et_EE ul li.activeparent#tootu_menu  {
background: url(images/menu_hor_ee.png) 0px -55px no-repeat ;
}

div.et_EE ul li.currentpage#ettevotja_menu,
div.et_EE ul li.activeparent#ettevotja_menu  {
background: url(images/menu_hor_ee.png) -248px -55px no-repeat ;
}

div.et_EE ul li.currentpage#linnaelanik_menu,
div.et_EE ul li.activeparent#linnaelanik_menu  {
background: url(images/menu_hor_ee.png) -510px -55px no-repeat ;
}

div.ru_RU ul li.currentpage#tootu_menu,
div.ru_RU ul li.activeparent#tootu_menu  {
background: url(images/menu_hor_ru.png) -0px -55px no-repeat ;
}

div.ru_RU ul li.currentpage#ettevotja_menu,
div.ru_RU ul li.activeparent#ettevotja_menu  {
background: url(images/menu_hor_ru.png) -248px -55px no-repeat ;
}

div.ru_RU ul li.currentpage#linnaelanik_menu,
div.ru_RU ul li.activeparent#linnaelanik_menu  {
background: url(images/menu_hor_ru.png) -510px -55px no-repeat ;
}


div.en_GB ul li.currentpage#tootu_menu,
div.en_GB ul li.activeparent#tootu_menu  {
background: url(images/menu_hor_eng.png) -0px -55px no-repeat ;
}

div.en_GB ul li.currentpage#ettevotja_menu,
div.en_GB ul li.activeparent#ettevotja_menu  {
background: url(images/menu_hor_eng.png) -248px -55px no-repeat ;
}

div.en_GB ul li.currentpage#linnaelanik_menu,
div.en_GB ul li.activeparent#linnaelanik_menu  {
background: url(images/menu_hor_eng.png) -510px -55px no-repeat ;
}

/********************
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 {
/*   width: 100%;*/
   margin: 0;
   padding: 0 122px;
   height:60px;
}


/* 
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;
/*   border-bottom: 1px solid #C0C0C0;*/
/*   border-left:  1px solid #3872a0;*/
   height: 56px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0;
  /* border-right: 1px solid #3872a0; */
   width:250px;
   text-align:center;
}


/* the links, that is each list item */
div#menu_horiz a {
 /*  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;
 /*  background-color: #004a87;*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 24px;
   font-family: Arial Narrow;
   font-weight:bold;
text-indent:-9000px; background-color:transparent; 
height:56px;

}


/* hover state for links */
div#menu_horiz li a:hover {
 /*  background-color: #C3D4DF;*/
}
div#menu_horiz a.activeparent:hover {
 /*  background-color: #004a87;*/
/*   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 {
  /* background: #1d6095; */
   color: #fff;
}

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;
  /* background: #1d6095  ;*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 24px;
   font-family: Arial Narrow;
   font-weight:bold;

text-indent:-9000px; background-color:transparent; 
height:56px;

}




/* End of 'tallinn-aitab, horizontal menu' */

