@import url( "./jp-menu.css" );

/*	SIMPLE LAYOUT	*/
.jp-menu-child {
;	top						: -1px
;	left					: 100% 
;	border					: 1px solid black
;	max-height				: 300px
}
.jp-menu-element {
;	background				: white
;	white-space				: nowrap
;	padding					: 0 8px
}
.jp-menu-element:hover {
;	background				: lightgray
}
.jp-menu-scrollable {
;	overflow				: scroll
}

