<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topmenumodule {
    height: 40px;
    float: left;
}

.topmenumodulebody ul li {
    display: table;
    float: left;
    height: 40px;
}

.topmenumodulebody ul li a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 10px;
    font-size: 15px;
    color: #2f2f2e;
    text-transform: uppercase;
    font-family: "OpenSansRegular";
}

.topmenumodulebody ul li a:hover {
    background: #398add;
    color: #fff;
}

.topmenumodulebody ul li a.selected {
    background: #398add;
    color: #fff;
}

.topmenumodulebody ul li:first-child a {
    background: url(/images/icons/home.png) center center no-repeat;
    letter-spacing: -6px;
    padding: 0 20px;
    color: transparent;
}

.topmenumodulebody ul li:first-child a:hover {
    background: #398add url(/images/icons/homeh.png) center center no-repeat;
}

.topmenumodulebody ul li:first-child a.selected {
    background: #398add url(/images/icons/homeh.png) center center no-repeat;
}

/* leftmenu */

.leftmenumodule {
    height: 380px;
    position: relative;
    padding-left: 40px;
}

.leftmenumodulebody ul li {
    display: block;
    padding-bottom: 12px;
}

.leftmenumoduletitle {
    height: 100px;
    line-height: 100px;
    color: #6a6a6a;
    font-size: 30px;
    font-family: "OpenSansRegular";
}

.leftmenumodulebody ul li a {
    line-height: 20px;
    display: table;
    padding-left: 50px;
    margin-bottom: 0px;
    color: #2f2f2e;
    font-size: 15px;
    text-decoration: none;
    background: url(/images/icons/li.png) 0 center no-repeat;
    position: relative;
    z-index: 80;
}

.leftmenumodulebody ul li a:hover {
    color: #398add;
    text-decoration: underline;
}

.leftmenumodulebody ul li:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 380px;
    top: 0;
    right: 0;
	opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.leftmenumodulebody ul li:nth-of-type(1):before {
    background: url(/images/bg1.png) -27px -17px no-repeat;
	opacity: 1;
}

.leftmenumodulebody ul li:nth-of-type(2):before {
    background: url(/images/bg2.png) -27px -17px no-repeat;
}

.leftmenumodulebody ul li:nth-of-type(3):before {
    background: url(/images/bg3.png) -27px -17px no-repeat;
}

.leftmenumodulebody ul li:nth-of-type(4):before {
    background: url(/images/bg4.png) -27px -17px no-repeat;
}

.leftmenumodulebody ul li:nth-of-type(5):before {
    background: url(/images/bg5.png) -27px -17px no-repeat;
}

.leftmenumodulebody ul li:nth-of-type(6):before {
    background: url(/images/bg6.png) -27px -17px no-repeat;
}

.leftmenumodulebody ul li:nth-of-type(7):before {
    background: url(/images/bg7.png) -27px -17px no-repeat;
}

.leftmenumodulebody ul li:nth-of-type(1):hover:before {
	opacity: 1;
}

.leftmenumodulebody ul li:nth-of-type(2):hover:before {
	opacity: 1;
}

.leftmenumodulebody ul li:nth-of-type(3):hover:before {
	opacity: 1;
}

.leftmenumodulebody ul li:nth-of-type(4):hover:before {
	opacity: 1;
}

.leftmenumodulebody ul li:nth-of-type(5):hover:before {
	opacity: 1;
}

.leftmenumodulebody ul li:nth-of-type(6):hover:before {
	opacity: 1;
}

.leftmenumodulebody ul li:nth-of-type(7):hover:before {
	opacity: 1;
}</pre></body></html>