#cbTools {
	overflow: hidden;
	height: 32px;
	margin-bottom: 2em;
}

#cbTools ul {
	height: 30px;
	padding: 0 /*5px*/;
	margin: 0 0 2em;
	list-style: none;
	/*background: url(../images/bg.png) no-repeat; 
	bg doesn't accommodate multiple widths, no css hook to handle this yet
	*/
}

#cbTools li {
	height: 30px;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	display: block;
}
	
#cbTools li.delete {
	margin-left: 1px;
}

#cbTools a {
	display: block;
	width: 23px;
	line-height: 29px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}




/* @group Add Content Nav */

#cbTools li ul { /* all lists */
	padding: .5em .5em .5em !important;
	margin: 0 0 0 -4px !important;
	list-style: none !important;
	line-height: 1 !important;
	background-image: none !important;
	position: absolute !important;
	background: #ccc !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	width: 9em !important;
	left: -999em !important; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto !important;
}

#cbTools li li { /* all list items */
	float: left !important;
	width: 100% !important; /* width needed or else Opera goes nuts */
	padding: 0 !important;
	margin: 0 !important;
	height: auto;
	border-bottom: 1px dotted #989a9b !important;
}

#cbTools li.last { 
	border: 0 !important;
}

#cbTools li li a {
	display: block !important;
	width: auto !important;
	padding: .5em .25em .5em 24px !important;
	margin: 1px 0 !important;
	line-height: 1 !important;
	color: #333 !important;
	text-indent: 0;
	font-size: .9em !important;
	background-position: 4px center !important;
	background-repeat: no-repeat;
}

#cbTools li li a:hover {
	/*background-color: #acacac !important;*/
	/*color: #fff !important;*/
	text-decoration: underline;
}

#cbTools li:hover ul, #cbTools li.sfhover ul { /* lists nested under hovered list items */
	left: auto !important;
}

#cbTools li:hover a, #cbTools li.sfhover a { /* lists nested under hovered list items */
	color: #000 !important;
}

#cbTools .edit a { background-image: url(../images/edit_16.png); }	
#cbTools .add a { background-image: url(../images/add_16.png); }
#cbTools .delete a { background-image: url(../images/remov_16.png); }
/*All other Icon declarations are set in the page (htmlhead/inc.cfm) to make sure context is correct*/
/*#cbTools li li#cbEdit a { background-image: url(../images/edit_16.png); }
#cbTools li li#cbHist a { background-image: url(../images/hist_16.png); }
#cbTools li li#cbNewPage a { background-image: url(../images/docs_16.png); }
#cbTools li li#cbNewLink a { background-image: url(../images/web_16.png); }
#cbTools li li#cbNewFile a { background-image: url(../images/cms_file.png); }
#cbTools li li#cbNewPortal a { background-image: url(../images/foldr_16.png); }
#cbTools li li#cbNewCalendar a { background-image: url(../images/cal_16.png); }
#cbTools li li#cbNewGallery a { background-image: url(../images/smicn_16.png); }
#cbTools li li#cbNewGalleryItem a { background-image: url(../images/image_16.png); }
#cbTools li li#cbNewGalleryItemMulti a { background-image: url(../images/image_16.png); }*/

#cbTools li li:last-child {
	border: 0 !important;
}

/* @end */

/* @group IE7 Fixes */

*:first-child+html #cbTools li ul { /* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
	/*margin: 24px 0 0 -70px !important;*/
}

/* @end */