.ckVertmenu {
	background-color:#EEEEEE;
}

.ckVertmenu A.menuItem,
.ckVertmenu A.menuSubItem {
	display:block;
	padding:7px 0 7px 20px;
	color:#444444;
	text-decoration:none;
	line-height:18px;
}
.ckVertmenu A.menuItem:hover,
.ckVertmenu A.menuSubItem:hover {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}
.ckVertmenu SPAN.menuItemAltText {
	float:right;
	padding:7px 10px 7px 0;
	font-size:85%;
}

.ckVertmenu A.menuSubItem {
	padding:6px 0 6px 55px;
}
.ckVertmenu DIV.menuSubItem-icon {
	background:url(/_ckcommon/images/dottedArrow_blackRight.gif) no-repeat;
	width:12px;
	height:10px;
	float:left;
}
.ckVertmenu .selected DIV.menuSubItem-icon {
	background:url(/_ckcommon/images/dottedArrow_whiteRight.gif) no-repeat;
}

.ckVertmenu A.selected,
.ckVertmenu A.selected:hover { /*must come after A.menuItem and A.menuSubItem declarations*/
	background-color:#999999;
	color:#FFFFFF;
}

.ckVertmenu A.menuItem IMG {
	margin-right:5px;
}

.ckVertmenu DIV.gap {
	background-color:#E0E0E0;
}
