/**
 * Blue Kejora Posttypes Menu.
 *
 * @since 0.6
 * @package Hybrid
 * @subpackage CSS
 */
 
/* #posttypes-menu */
#posttypes-menu{overflow:visible;height:24px;margin:0 0 20px 0;z-index:100}
#posttypes-menu{margin-right:10px}
#posttypes-menu a{padding:4px 6px 4px 6px;border:1px solid #ccc}
#posttypes-menu li li a{border-top:none;margin-right:0}
#posttypes-menu  li a:hover {
	color: #000;
background:#DCE09C; 	
	text-decoration: underline;
	}
