.gistdivjsphorizontalnav {
	width:1000px;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
}
#gistdivjsphorizontalnav_leftcolour{
	position:relative;
    display:block;
    height:21px;
    width: 81px;
    background-color: #ffffff;
    float:left;
}
#gistdivjsphorizontalnav_middlecolour{
	position:relative;
    display:block;
    height:21px;
    width: 148px;
    background-color: #853385;
    text-align: right;
    overflow:hidden;
    float:left;
}
#gistdivjsphorizontalnav_rightcolour{
	position:relative;
    display:block;
    height:21px;
    margin-left:1px;
    width: 770px;
    background-color: #853385;
    overflow:hidden;
    float:left;
}

#gistdivjsphorizontalspacer {
	width:1000px;
}
#gistdivjsphorizontalspacer_leftcolour{
	position:relative;
    display:block;
    height:21px;
    width: 81px;
    /*background-color: #ceadce;*/
    background-color: #ffffff;
    float:left;
}

#gistdivjsphorizontalspacer_middlecolour{
    display:block;
    height:21px;
    width: 148px;
    background-color: #f5eef5;
    float:left;
}

#gistdivjsphorizontalspacer_middlecolour_home{
    display:block;
    height:21px;
    width: 148px;
    float:left;
}


#gistdivjsphorizontalspacer_rightcolour{
    display:block;
    height:21px;
    width: 770px;
    margin-left:1px;
    background-color: #ceadce;
    float:left;
}

#gistdivjsphorizontalnav_bottomleftspacer{
    display:block;
    height:1px;
    width: 81px;
    /*background-color: #ceadce;*/
    background-color: #ffffff;
    float:left;
    overflow:hidden;
}
#gistdivjsphorizontalnav_bottommiddlespacer{
    display:block;
    height:1px;
    width: 148px;
    background-color: #ffffff;
    float:left;
    overflow:hidden;
}
#gistdivjsphorizontalnav_bottomrightspacer{
    display:block;
    height:1px;
    margin-left:1px;
    width: 770px;
    background-color: #ffffff;
    float:left;
    overflow:hidden;
}