/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

===================================================================*/

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
	list-style: none;
	height: 30px;
	overflow: hidden;
	float: right;
	}

ul#css_switch li {
	margin: 0;
	padding: 0;
	height: 30px;
	float: left;
	overflow: hidden;
	}

ul#css_switch li.liquid {
	width: 25px;
	}

ul#css_switch li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

ul#css_switch li.fixed a {
	background: url(../images/common/fx_off.gif) no-repeat left center;
	width: 25px;
	}

ul#css_switch li.liquid a {
	background: url(../images/common/lq_off.gif) no-repeat left center;
	width: 25px;
	}
ul#css_switch li.def a {
	width: 65px;
}
ul#css_switch li.mail a {
	width: 85px;
}
