

#horizon {
    color: white;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block
}

#content {
    background-color: transparent;
    margin-left: -74px; /*half the table width */
    position: absolute;
    top: -21px; /*half the table height */
    left: 50%;
    width: 148px; /* table width */
    height: 42px; /* table height */
    visibility: hidden;
}

#loading {
    font-family: Arial, "Bitstream Vera Sans", Verdana, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    color: #222222;
    text-align: center;
    width: 138px;
    height: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    padding: 5px;
}

body {
    background-color: #004E98;
    font-size: 11px;
    font-family: Arial, "Bitstream Vera Sans", Verdana, sans-serif;
    margin: 0;
    padding: 0;
}* {
    margin: 0;
    padding: 0;
}

.dock {
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0px;
    z-index: 2;
}

.dock-container {
    position: relative;
    clear: both;
}

.dock-item {
    float: left;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #000;
    bottom: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
}

.dock-item li img {
    border: none;
    /*margin: 5px 10px 0px;*/
    width: 100%;
    clear: left;
}

.dock-item li span {
    display: none;
    position: relative;
    top: 0px;
    margin-bottom: 3px;
}

/* Fix IE. Hide from IE Mac \*/
.dock-item ul li {
    float: left;
    height: 1%;
}

/* End */
.dock-item ul {
    margin: 0;
    padding: 0;
   	list-style-type: none;
    position: relative;
    overflow: visible;
}

.dock-item ul li {
    /*position: relative;*/
    overflow: visible;
}

.dock-item li ul {
    left: 0;
    display: none;
    overflow: visible;
}

.dock-item li ul li {
    height: 28px;
	float:left;
    padding: 3px 0px;
    overflow: visible;
    clear: left;
    white-space: nowrap;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='resource/elite/fisheye/bg.png')";
}
.dock-item[class] li ul li {
    background: url(resource/elite/fisheye/bg.png) no-repeat;
}


.dock-item li ul li:hover {
	color:#FFFFFF;
}
.dock-item li:hover ul, .dock-item li.over ul {
    display: block;
}

.dock-item li:hover ul li {
    cursor: default;
}
.dock-item-icon{
	background-repeat:no-repeat;
	padding-left:20px;
}
