/*

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

*/

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

        Image Menu
        v 2.3

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


.imageMenu {
		position:relative;
        height: 200px;
		overflow:hidden;
}



.imageMenu ul {
        list-style: none;
        margin: 0px;
        display: block;
        height: 200px;
        width: 1600px;
}

.imageMenu ul li {
        float: left;
}

.imageMenu ul li a {
        text-indent: -1600px;
        background:#fff none repeat scroll 0%;
        border-right: 2px solid #fff;
        cursor:pointer;
        display:block;
        overflow:hidden;
        width:98px;
        height: 200px;
}

.clear {
        clear: both;
}

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