/* these are the LIs that only belong to submenu*/
.pillmenu ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.pillmenu li.submenu{
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.pillmenu ul li.submenu{
	background-position:right center;
	padding:5px;
	width:120px;
}
