#switcher {
	Z-INDEX: 1;
	POSITION: relative;
	WIDTH: 850px;
	HEIGHT: 43px;
	BACKGROUND: url(../../images/bg_menu.gif) no-repeat;
}
#switcher OL {
	Z-INDEX: 9;
	POSITION: relative;
	WIDTH: 850px;
	margin: 0px;
	padding: 0px;
}
#switcher OL LI {
	DISPLAY: block;
	FLOAT: left;
	HEIGHT: 43px;
	OVERFLOW: hidden;
	cursor: pointer;
}
.switch1
{
    width: 170px;
    BACKGROUND-IMAGE: url(../../images/menu1.png);
}
.switch2
{
    width: 170px;
    BACKGROUND-IMAGE: url(../../images/menu2.png);
}
.switch3
{
    width: 170px;
    BACKGROUND-IMAGE: url(../../images/menu3.png);
}
.switch4
{
    width: 170px;
    BACKGROUND-IMAGE: url(../../images/menu4.png);
}
.switch5
{
    width: 170px;
    BACKGROUND-IMAGE: url(../../images/menu5.png);
}
#pill
{
	Z-INDEX: 0;
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px;
	cursor: pointer;
}