/* CSS Document */
#menu {
    width: 182px; /* set width of menu */
    background: #FFFFFF;
}

#menu ul { /* remove bullets and list indents */
    list-style: none;
    margin: 0;
    padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
    font: normal 0.9em arial, Verdana, helvetica, sans-serif;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin: 0;
    padding: 5px 30px;
}

#menu h2 {
    font: normal 0.9em arial, Verdana, helvetica, sans-serif;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDDDDD;
    margin: 0;
    padding: 5px 30px;
}

#menu h2 {
    color: #333333;
    background: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold
}

#menu a {
    color: #000;
    background: #FFFFFF;
    text-decoration: none;
}

#menu a:hover {
    color: #000000;
    background: #FFFFFF;
    /*background:#A0ABAC;*/
}

#menu a.no_border_left_right {
    color: #000;
    background: #FFFFFF url(../images/arror_left_menu.jpg) no-repeat center right;
}

#menu a.no_border_left_right:hover {
    color: #000000;
    background: #FFFFFF url(../images/arror_left_menu.jpg) no-repeat center right;
    /*background:#A0ABAC url(../images/arror_left_menu.jpg) no-repeat center right;*/
}

#menu li {
    /* make the list elements a containing block for the nested lists */
    position: relative;
}

#menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%; /* to position them to the right of their containing block */
    width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
    display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
    display: block;
}

body {
    behavior: url(css/csshover.htc); /* call hover behaviour file */
    font-size: 100%; /* enable IE to resize em fonts */
}

#menu ul li {
    float: left; /* cure IE5.x "whitespace in lists" problem */
    width: 100%;
}

#menu ul li a {
    height: 1%; /* make links honour display: block; properly */
}

#menu a {
    font: normal 0.9em arial, Verdana, helvetica, sans-serif;
    color: #000000;
    /* if required use em's for IE as it won't resize pixels */
}

#menu h2 {
    font: normal 0.9em arial, Verdana, helvetica, sans-serif;
    color: #666666;
    font-weight: bold
    /* if required use em's for IE as it won't resize pixels */
}

#menu a.x, #menu a.x:visited {
    background: #FFFFFF url(../images/arror_left_menu.jpg) no-repeat center right;
}

#menu a.x:hover {
    color: #000000;
    background: #FFFFFF url(../images/arror_left_menu.jpg) no-repeat center right;
    /*background:#A0ABAC url(../images/arror_left_menu.jpg) no-repeat center right;*/
}

#menu a.x:active {
    color: #000000;
    background: #FFFFFF;
    /*background:#A0ABAC;*/
}

#menu a.top_item, #menu a.top_item:visited {
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

#menu a.top_item:hover {
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

#menu a.top_item:active {
    color: #000000;
    background: #FFFFFF;
    /*background:#A0ABAC;*/
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

#menu a.top_item_x, #menu a.top_item_x:visited {
    background: #FFFFFF url(../images/arror_left_menu.jpg) no-repeat center right;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

#menu a.top_item_x:hover {
    color: #000000;
    background: #FFFFFF url(../images/arror_left_menu.jpg) no-repeat center right;
    /*background:#A0ABAC url(../images/arror_left_menu.jpg) no-repeat center right;*/
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

#menu a.top_item_x:active {
    color: #000000;
    background: #FFFFFF;
    /*background:#A0ABAC;*/
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

#menu a.top_item_other_x, #menu a.top_item_other_x:visited {
    background: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}

#menu a.top_item_other_x:hover {
    color: #000000;
    background: #FFFFFF;
    /*background:#A0ABAC;*/
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}

#menu a.top_item_other_x:active {
    color: #000000;
    background: #FFFFFF;
    /*background:#A0ABAC;*/
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}

#menu a.top_item_other_arrow_x, #menu a.top_item_other_arrow_x:visited {
    background: #FFFFFF url(../images/arror_left_menu.jpg) no-repeat center right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}

#menu a.top_item_other_arrow_x:hover {
    color: #000000;
    background: #FFFFFF url(../images/arror_left_menu.jpg) no-repeat center right;
    /*background:#A0ABAC url(../images/arror_left_menu.jpg) no-repeat center right;*/
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}

#menu a.top_item_other_arrow_x:active {
    color: #000000;
    background: #FFFFFF;
    /*background:#A0ABAC;*/
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}

.slides, .slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider img {
    width: 100%;
    height: auto;
}

.slides li {
    position: relative;
    text-align: center;
    max-height: 600px;
}

.slides li a {
    display: block;
    text-align: center;
    width: 100%;
}

