/*

*, html {
    margin: 0;
    padding: 0;
}

*/

/**************************************************************

    Image Menu
    v 2.3

**************************************************************/


.imageMenu {
    position: relative;
    width: 535px;
    height: 220px;
    overflow: hidden;
    border:1px solid;
}

.imageMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    width: 1098px;
    padding: 0;
    }

.imageMenu ul li {
    float: left;
    list-style: none;
    background:transparent;
    margin: 0;
    padding: 0;
}

.imageMenu ul li div,
.imageMenu ul li img {
    text-indent: -1000px;
    border-right: 2px solid #fff;
    cursor:pointer;
    display:block;
    overflow:hidden;
    width:89.16px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: 0 0 ;
    background-color: transparent;
}


.imageMenu ul li div a {
width:100%;
height:100%;
display:block;

}
.imageMenu ul li.promo1 div {
    background-image: url('../../../images/domains/index/dotfrbeeunetorgbizinfo.jpg');
}
.imageMenu ul li.promo2 div {
    background-image: url('../../../images/domains/index/dottv.jpg');
}

.imageMenu ul li.promo3 div {
    background-image: url('../../../images/domains/index/dotme.jpg');
}

.imageMenu ul li.promo4 div {
    background-image: url('../../../images/domains/index/dotin.jpg');
}

.imageMenu ul li.promo5 div {
    background-image: url('../../../images/domains/index/dotcom.jpg');
}
.imageMenu ul li.promo6 div {
    background-image: url('../../../images/domains/index/dotxxx.jpg');
}
.clear {
    clear: both;
}

/*************************************************************/

