/*********************** left navigation **************/


.levelTitle {
    border-bottom: 2px solid #c7d1d3;
}
.levelTitle  span {
    display: inline-block;
    height: 25px;
    vertical-align: top;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
}

.levelTitle  .left {
}
.levelTitle  .middle {
    background: #007A93;
    padding: 0 11px;
    -webkit-border-radius: 5px 4px 0px 0px;
    border-radius: 5px 4px 0px 0px;
}
.levelTitle  .right {
}

#menuSubWrap {
    padding: 0;
    float: left;
    width: 223px;
}

.layout-1 #menuSubWrap,
.layout-4 #menuSubWrap {
    display: none;
}

.layout-80 #menuSubWrap {
    height: 600px;
}

#menuSubWrap ul {

    margin: 0;
    padding: 0;
    background: #e0f0f6;
}
#menuSubWrap li {
    list-style-type: none;
}

#menuSubWrap a {
    text-decoration: none;
    font-size: 13px;
}
#menuSubWrap a span {
    font-size: 13px;
    display: block;
    padding: 1px 0 1px 0;
    vertical-align: middle;
}
#menuSubWrap a .entry {
    margin-left: 30px;
}
#menuSubWrap ul.level0 li a {
    display: block;
}
#menuSubWrap ul.level1 {
    padding: 0 0 5px 0;
}
#menuSubWrap ul.level1 li a {
    background: #c1e1ec;
    font-weight: bold;
    color: #00839e;
    display: block;
    line-height: 17px;
}
#menuSubWrap ul.level2 li a span {
}
#menuSubWrap ul.level2 {
    margin: 4px 0 14px 0;
    background: #e0f0f6;
}

#menuSubWrap ul.level2 li {
    font-weight: normal;
    padding: 1px 0;
}
#menuSubWrap ul.level2 li a {
    color: #00343f;
    font-weight: normal;
    background: #e0f0f6;
    display: block;
    line-height: 17px
}
#menuSubWrap  .arrow {
    padding-left: 10px;
    float: left;
}
#menuSubWrap ul.level1 > li > a > .arrow:before {
    color: #00839e;
}

#menuSubWrap .level2 .arrow:before {
    display: none;
}

#menuSubWrap a.cur .arrow:before,
#menuSubWrap a:hover .arrow:before {
    display: block;
    color: #fff;
}


#menuSubWrap ul.level1 > li > a:hover > .arrow:before,
#menuSubWrap ul.level1 > li > a.cur > .arrow:before,
#menuSubWrap ul.level1 li a span.cur,
#menuSubWrap ul.level2 li a span.act {
    color: #fff;
}

#menuSubWrap ul.level0 li a.cur,
#menuSubWrap ul.level1 li a.cur,
#menuSubWrap ul.level2 li a.cur,
#menuSubWrap ul.level2 li a.act,
#menuSubWrap ul.level0 li a:hover,
#menuSubWrap ul.level1 li a:hover,
#menuSubWrap ul.level2 li a:hover {
	background: #00829d; /* Old browsers */
	background: -moz-linear-gradient(top,  #00829d 0%, #00738a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00829d), color-stop(100%,#00738a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00829d 0%,#00738a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00829d 0%,#00738a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00829d 0%,#00738a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00829d 0%,#00738a 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  #00829d 0%,#00738a 100%); /* W3C */
}

#menuSubWrap ul.level1 li a:hover span,
#menuSubWrap ul.level2 li a:hover span {
    color: #fff;
}

#menuSubWrap li.last ul.level2 {
    margin-bottom: 9px;
}
#menuSubWrap .subFoot {
    height: 5px;
}

#menuSubWrap .level0Entry {
    display: none;
}

#menuSubWrap .level0Entry a {
    color: #fff;
}
/*************** language menu ****************/

#language ,
#language li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#language {
    float: right;
    padding-top: 4px;
}

#language li {
    float:left;
}

#language li span {
    display: inline-block;
    line-height:16px;
    vertical-align: middle;
}

#language li .right{
    border-right: 1px solid #008aa4;
    width: 1px;
    height: 11px;
    margin: 1px 5px 0 5px;
}


#language li.last .right{
    border: none;
    margin: 0;
}

#language li a,
#language li a:visited {
    text-decoration: none;
    font-size: 12px;
}

#language li a:hover {
    text-decoration: underline;
}

#language li.first a {
    font-weight: bold;
}

#language li.active a {
}

#language .language-item-4 span.middle {
    margin-top:-4px;
}
#language .language-item-4 span a {
    font-family: "Times New Roman", times, serif;
    font-size:17px;
    line-height: 1em;
}

/*************** main menu ****************/

#menuMainWrap {
    height:27px;
    background-color: #80c010;
}
#menuMain ,
#menuMain li {
    float:left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menuMain li {
    padding: 0;
    border-right: 1px solid white;
}

#menuMain li a,
#menuMain li a:visited {
    color: white;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
    padding: 0 10px;
    display: inline-block;
    height: 27px;
/*  letter-spacing:-0.05em;*/
}

#menuMain li a:hover {
/*    background: #abd769; /* Old browsers */
    background: -moz-linear-gradient(top,  #abd769 0%, #81c31e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abd769), color-stop(100%,#81c31e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #abd769 0%,#81c31e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #abd769 0%,#81c31e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #abd769 0%,#81c31e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #abd769 0%,#81c31e 100%); /* W3C */
    -pie-background: linear-gradient(to bottom,  #abd769 0%,#81c31e 100%); /* W3C */
}

#menuMain li.active a:hover,
#menuMain li.active {
/*    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e7e6e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e6e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e6e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e7e6e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e7e6e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e7e6e7 100%); /* W3C */
    -pie-background: linear-gradient(to bottom,  #ffffff 0%,#e7e6e7 100%); /* W3C */
}


#menuMain li.active a,
#menuMain li.active a:visited {
    color: #00839e;
}
/*************** breadcrumb menu ****************/
#breadcrumbWrap {
    height: 25px;
    border-bottom: 2px solid #c7d1d3;
}
#breadcrumbWrap #breadcrumb {
    float:left;
    width: 403px;
    overflow: hidden;
    height: 18px;
    padding:4px 0 0 0;
    font-size:10px;
}
#contentMainWrapFullsize #breadcrumbWrap #breadcrumb,
.breadcrumb-above-contentMain #breadcrumbWrap #breadcrumb{
    width:646px;
}
#breadcrumb a,
#breadcrumb span a {
    font-size: 11px;
    color: #575c5e;
}
#breadcrumb span:last-child a {
    text-decoration:none;
}



/*************** meta menu ****************/
#headerWrap  #menuMetaWrap {
    position: absolute;
    right: 322px;
    top: 8px;
}
#menuMetaFooter,
#menuMetaFooter li,
#menuMeta,
#menuMeta li {
    margin: 0;
    padding: 0;
    float:left;
    list-style-type: none;
}
#menuMetaFooter li span,
#menuMeta li span {
    display: inline-block;
    line-height:14px;
    vertical-align: middle;
}

#menuMetaFooter li .right,
#menuMeta li .right{
    border-right: 1px solid #008aa4;
    width: 1px;
    height: 9px;
    margin: 1px 5px 0 5px;
    padding:0;
}


#menuMetaFooter li.last .right,
#menuMeta li.last .right{
    border: none;
    margin: 0;
}

#menuMetaFooter li a,
#menuMetaFooter li a:visited,
#menuMeta li a,
#menuMeta li a:visited {
    font-size: 11px;
    text-decoration: none;
}
#menuMetaFooter li a,
#menuMetaFooter li a:visited {
    color: #575c5e;
}
.layout-99 #menuMetaFooter li a,
.layout-99 #menuMetaFooter li a:visited {
    color: #008AA4;
}


#menuMetaFooter li a:hover,
#menuMeta li a:hover {
    text-decoration: underline;
}

#menuMeta li.active a {
}

