/*Toolbar States*/
#toolset{position:relative;float:left;top:0px;width:100%;z-index:55;}/*modify the width here to make vertical/horizontal*/
		#tools{position:absolute;left:0px;top:10px;background:url(http://liuliusalon.com/templates/liuliu/images/menu-r.png) no-repeat right;padding-right:8px;}
		#tools ul {display:inline;height:30px;}
		#tools li {height:20px; overflow:hidden;display:inline;background: none;margin: 0;padding:  0 4px 0 0;}
		#tools a {color:#1A1915; padding-top:20px;height:20px;overflow:hidden;background-position: 0 0;background-repeat:no-repeat;font-size:10px;border:1px dotted #000;}
		#tools li a:hover {background-color:#000;border:1px dotted #851A1A;}
		.toolshoriz li,.toolshoriz li a{display:block;float:left;}


/*Font Size buttons*/
#tools li a#smallfonts {background-image:url(../images/tools/sfonts.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#mediumfonts {background-image:url(../images/tools/mfonts.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#largefonts {background-image:url(../images/tools/lfonts.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#menuss {background-image:url(../images/tools/menu_ss.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#menusf {background-image:url(../images/tools/menu_sf.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#thinfixed {background-image:url(../images/tools/w_thin.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#widefixed {background-image:url(../images/tools/w_wide.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#thinfluid {background-image:url(../images/tools/w_tfluid.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#widefluid {background-image:url(../images/tools/w_wfluid.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#colorgray {background-image:url(http://liuliusalon.com/templates/liuliu/images/tools/gray.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#colororange {background-image:url(http://liuliusalon.com/templates/liuliu/images/tools/orange.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
#tools li a#colorlime {background-image:url(http://liuliusalon.com/templates/liuliu/images/tools/lime.png); width:20px; background-position: 0 0;border-top:2px solid #000000;}
/*
#tools li a#menuss:hover,#tools li a#menusf:hover,
#tools li a#smallfonts:hover,#tools li a#mediumfonts:hover,#tools li a#largefonts:hover,#tools li a#thinfixed:hover,#tools li a#widefixed:hover,#tools li a#thinfluid:hover,#tools li a#widefluid:hover,
#tools li a#colorgray:hover,#tools li a#colorlime:hover,#tools li a#colororange:hover
{background-position: 0 0px; }

#tools li a#menuss.active-option,#tools li a#menusf.active-option,
#tools li a#smallfonts.active-option,#tools li a#mediumfonts.active-option,#tools li a#largefonts.active-option,
#tools li a#colorgray.active-option,#tools li a#colororange.active-option,#tools li a#colorlime.active-option
{background-position: 0 -20px; }

*/