@charset "UTF-8";

/* HELLO HELLIOS */

.HCMenuStack { padding-top: 0px;}

	.HCMenuStack .header { background: url(/i/leftly_categoryClickery_bg.gif) top left repeat-x; height: 26px; }
		.HCMenuStack .header .bgLeft { background: url(/i/leftly_categoryClickery_left.gif) top left no-repeat; height: 26px; }
		.HCMenuStack .header .bgLeft .bgRight { background: url(/i/leftly_categoryClickery_right.gif) top right no-repeat; height: 26px; }
	
		.HCMenuStack .header .bgLeft .bgRight ul {}
		.HCMenuStack .header .bgLeft .bgRight ul li {
			padding: 0px 14px 0px 7px;
			background: url(/i/button_foldDown.gif) 100% 0px no-repeat;
			color: #000000;
			font-size: .9em;
			line-height: 1em;
			text-transform: uppercase;
			z-index: 200;
			float: right;
			list-style: none;
			}
			
			.HCMenuStack .header .bgLeft .bgRight ul li a {
				text-decoration: none;
				color: #FFFFFF;
				}
			.HCMenuStack .header .bgLeft .bgRight ul li a:hover { color: #ffd754; }
	
	.HCMenuStack .header .bgLeft .bgRight h2 {
				padding: 0px;
				position: relative;
				color: #000000;
				font-size: .8em;
				text-transform: uppercase;
				font-weight: bold;
				z-index: 100;
				float: left;
				}
				
				.HCMenuStack .header .bgLeft .bgRight h2 a {
					padding: 0px;
					position: absolute;
					text-decoration: none;
					top: -2px;
					left: 0px;
					color: #FFFFFF;
					}
				.HCMenuStack .header .bgLeft .bgRight h2 a:hover { color: #ffd754; }
