I want to create a navigation menu using list items. To get the main menu looking the way I want I need to include
	However, when I do this, the sub menu that is an li ul starts from below that list item, but I want it floated to the left.
Is there way to acheive this?
					Code:
	position: relative;
Is there way to acheive this?
Comment