#postcss {
	height: 26px;
	background:#fff;
	border-top: 1px solid #cccccc;
	color:#000;
}

#postcss li {
	float: left;
	display: block;
	border-right: 1px solid #FFFFFF;
	position: relative;
}

#postcss li a {
	float: left;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 0 10px 0 10px;
	height: 26px;
	line-height: 26px;
	position: relative;
}

.arrow {
	position: absolute;
	top: -1px;
	left: 42%;
	background: url(../images/arrow.png) no-repeat;
	display: block;
	width: 10px;
	height: 5px;
}

#postcss li a:hover, #postcss li a.selected, #postcss li a.selected:hover {
	background: #01ABE9;
	color: #FFF;
}

/* Sub Menu Stylesheet */
#postcss ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 20px;
	left: -1px;
	background: #fff;
	padding: 10px 5px 10px 5px;
	border: 1px solid #cdd8e0;
	border-top: 0;
	height: auto;
}

#postcss ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#postcss ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 0 5px 0 5px;
	height: 30px;
	line-height: 30px;
	position: static;
	border-top: 1px solid #eee;
}

#postcss ul li a:hover, #post ul li a.selected, #post ul li a.selected:hover {
	background: #f6f6f6;
	color: #222;
}