
  div.horizontalcssmenu {
    position: relative;
    text-align: center;
    top: -22px;
    width: 100%;
     min-width: 1310px;  
    height: 40px;
    background: #fff url(../images/menu-bg-tile2.png);   /* raitojen väri: 9eaddb */
   border-bottom: 1px solid rgb(0,97,175);
  /* font-family: 'Telex', sans-serif;*/
  }

.horizontalcssmenu ul{
margin: 0 auto auto 300px;
padding: 0;
float: center;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 150px; /*Width of top level menu link items*/
padding: 3px 8px;
border: 1px solid rgb(0,97,175);
border-top: 0;
border-right: 0;
left: 0;
border-bottom: none;/*1px solid #bababa;
border-left-width: 0;          */
text-decoration: none;
/*background: url(../images/glossyback.gif) center center repeat-x; */
  /* color: #1c94c4;  */
 color:  rgb(0,97,175);
 background: #fff;
/*font: bold 13px Tahoma;   */
line-height: 35px;
  background: #fff url(../images/stripe.png);
  white-space: nowrap;

}
.horizontalcssmenu ul li a:hover {
  background: #fff;
}


.horizontalcssmenu ul li a.activeSection {
  background: #fff; color: rgb(0,97,175);
  z-index:99;     text-decoration: underline;
}

.horizontalcssmenu ul li a.last {
  border-right: 1px solid rgb(0,97,175);
}

	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: -300px;
top: 0;
/*border-top: 1px solid #bababa;*/
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
font-size: 80%;
line-height: 25px;
padding: 2px 5px;
color: rgb(0,97,175);
background: #fff;
 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;

border-width: 0 1px 1px 1px;
border-color: rgb(0,97,175);
}

.horizontalcssmenu ul li a:hover{
/*background: url(../images/glossyback2.gif) center center repeat-x;  */
z-index: 99;
border-bottom: none;

}

.horizontalcssmenu ul li ul li a:hover{
background: #d0e6f2;
}


.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(../images/arrow.gif) no-repeat center left; */
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

div.subMenu {
    position: relative;
    text-align: center;
    width: 100%;
    top: -20px;
    height: 35px;
    background: transparent;
   border-bottom: 1px solid;
   font-family: 'Telex', sans-serif;
  }

.subMenu ul{
margin: 0 auto auto 120px;
padding: 0;
float: center;
list-style-type: none;
}

/*Top level list items*/
.subMenu ul li{
position: relative;
display: inline;
float: left;
}
.subMenu ul li a{
    height: 35px;
    margin-left: 5px;
    display: block;
    width: 150px; /*Width of top level menu link items*/
  /*  background: #EDF7FC; */
    border: 1px solid;

     -moz-border-radius-topleft: 8px 40px;
    -webkit-border-radius-topleft: 8px 40px;
    -khtml-border-radius-topleft: 8px 40px;
    border-top-left-radius: 8px 40px;

     -moz-border-radius-topright: 8px 40px;
    -webkit-border-radius-topright: 8px 40px;
    -khtml-border-radius-topright: 8px 40px;
    border-top-right-radius: 8px 40px;

  border-bottom: none;/*1px solid #bababa;
  border-left-width: 0;          */
  left: 0;
  text-decoration: none;
  line-height: 35px;

}

.subMenu ul li a:hover{
  /*background: url(../images/glossyback2.gif) center center repeat-x;  */
  background: #d0e6f2;
  z-index: 99;
  border-bottom: none;
  cursor: pointer;
  cursor: hand;

}



.inactiveTab {
  display:none;
}
.activeTab {
  display:block;
}