ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 240px;
    left: 0px;
    list-style: none;
    z-index:999999;
}
ul#navigation li span {
    display: block;
    width: 40px;
    height:160px;
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;  
    background:#008000 no-repeat center center;
    margin-left:-5px;
    border-left:none !important;
    cursor:auto;
}

ul#navigation li span:hover { 
    background:#03F no-repeat center center;
}

ul#navigation1 {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 240px;
	right: 0px;
    
    list-style: none;
    z-index:999999;
}
ul#navigation1 li span {
    display: block;
    width: 40px;
    height:160px;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
	background:#008000 no-repeat center center;
    margin-right:-4px;
    border-right:none !important;
    cursor:auto;
}

ul#navigation1 li span:hover { 
    background:#03F no-repeat center center;
}

