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

	Image Menu
	v 2.2

**************************************************************/
html,
body{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 1000px;
	height: 184px;
	left: -1px;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 0%;
    line-height: 0%;
}
ul,ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/* ---------- */
#imgMenu{
    overflow: hidden;
}
#imgMenu li {
    float: left;
    height: 184px;
    width: 132px;
    overflow: hidden;
}
.clear {
	clear: both;
}

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

