.horizmenu 
{
    list-style-type: none;
    width:80%;
    position: relative;
    z-index: 100;
  /*  background-image: url('../../img/vmenu/bg_topmenu.png');*/
    background-repeat: repeat-x;
}
.horizmenu li
{
    float: left;
    white-space: nowrap;
}
.horizmenu li a
{
   /* background-color: #7498CD;*/
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    text-align: center;
}

.horizmenu li a:hover
{
    background-color: #56729A;
    background-position: right;
    text-decoration:underline;
}
.descr{
    font-weight: lighter;
}
.icon{
    vertical-align: middle;    
}
.horizmenu3{
    margin-left: 15%;
    margin-top: 0%;   
}
.wordwrap {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}