
/**
* Posstypes menu
**************************************/
#menu-posttypes {
	width: 100%;
	height: 35px;
	margin: 0px auto -35px auto;
	}
#menu-posttypes ul {
	float: right;
	}
#menu-posttypes li {
	margin-left: 25px;
	}
#menu-posttypes li li {
	margin-left: 0;background: #3385cd; border-top: 1px solid #216daf;
	}
#menu-posttypes li li li {
background: #85d6fd; border-top: 1px solid #3385cd;
	}
#menu-posttypes li a {
	padding: 10px 20px;
	font: normal normal bold 10px/12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #f3f0e0;
	background: #3385cd;
text-decoration: none;
	}
#menu-posttypes li a:hover{color: #f3f0e0;background:#54b1ec;text-decoration:underline;}
#menu-posttypes li.sfHover a ,#menu-posttypes li.current-menu-item a {
	background: #17AAE9;
	}
#menu-posttypes li li a {
	margin: 0 15px;
	padding: 10px 15px;
	font-weight: normal;
	text-transform: none;
	background: #17AAE9;
	border-bottom: 1px dotted #3385cd;
	}

#menu-posttypes li ul {
	padding-bottom: 15px;
	background: #17AAE9;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	}

/* Drop-down styles */
#menu-posttypes li:hover ul, #menu-posttypes li.sfHover ul {
	top: 34px;
	}
#menu-posttypes li:hover li ul, #menu-posttypes li.sfHover li ul {
	top: -999em;
	}
#menu-posttypes li li:hover ul, #menu-posttypes li li.sfHover ul {
	top: 0;
	}

/* Sub-nav indicator. */
#menu-posttypes a.sf-with-ul {
	padding-right: 28px;
	}
#menu-posttypes li .sf-sub-indicator {
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 12px;
	width: 9px;
	height: 5px;
	text-indent: -9999em;
	background: url(images/menu-secondary-arrows.png) no-repeat 0 0;
	}
#menu-posttypes li a:hover .sf-sub-indicator, 
#menu-posttypes li.sfHover .sf-sub-indicator,
#menu-posttypes li.current-menu-item .sf-sub-indicator {
	background-position: 0 -5px;
	}
#menu-posttypes li ul li .sf-sub-indicator, 
#menu-posttypes li ul li.current-menu-item li .sf-sub-indicator {
	top: 14px;
	width: 5px;
	height: 9px;
	background-position: 0 -10px !important;
	}