/* Switcher Main Top Navigator instead flash */
/*
* {
	margin: 0;
	padding: 0;
}
*/
#switcher {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 673px;
	height: 30px;
	background: url(../images/mainmenu/bg_menubar.png) no-repeat;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	z-index: 1;
}

#switcher ol {
	margin: 0;
	padding: 0;
	width: 673px;
	z-index: 5;
	position: relative;
}

#switcher ol li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 177px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#switcher ol li a {
	margin: 0;
	padding: 0;
	width: 157px;
	display: block;
	float: left;
	height: 30px;
}
/*
#switcher ol li.switch1 a {
 background-image: url(../images/mainmenu/menu_mice_o.png);
}

#switcher ol li.switch2 a {
	background-image: url(../images/mainmenu/menu_promotion.png);
}
*/
#switcher ol li.switch3 a {
	background-image: url(../images/mainmenu/menu_about_o.png);
}

#switcher ol li.switch1 {
	width: 157px;
}

#switcher ol li.switch2{
	width:148px;
	}
#switcher ol li.switch3{
	width:148px;}
#switcher #pill {
	position: absolute;
	top: 2px;
	left: 300px;
	z-index: 0;
	
}


