
#navMenu {
    /*margin: -18px auto 0px 180px;*/ /*This or getting rid of h1's margin and padding property of 0 and them put -25px for the top*/
	margin:-2px 0 0 206px;
    padding: 0;
}
	/*#navMenu  #index{
		margin-right: -20px;
		background-color: #fdf2d9;
		visibility: hidden;
	}*/
	#navMenu ul{
		margin:0;
		padding: 0;
	}
	
	#navMenu li {
		list-style: none;
		float: left;
		margin: 0 5px 0 0;
		border-radius: 0 0 10px 10px;
		border-top: 2px solid #fdf2d9;	
		background-color: #E70D7E; /*#FC85C1 #A60B21/#b5192f*/
		position: relative;
	}
	#navMenu li a{
		padding: 5px 8px;
		height: 27px;
		display: block;
		white-space: nowrap; 
	}
	#navMenu ul li a {
		text-align: center;
		font-size: 17px;
		font-family: "Lucida Handwriting", "Lucida Calligraphy", georgia, Segoe UI, Arial,'Meiryo UI';
		text-decoration: none;
		padding: 5px 8px;
		border-radius: 0px 0px 10px 10px;
		height: 27px;
		width: auto;
		display: block;
		white-space: nowrap; 
		color: #EAFFED; /*#EAFFED*/
		
	}
	
	#navMenu ul li a:hover
	{	background: #5A5053; /*E70D7E*/
		color: #EAFFED;
	}
	#navMenu ul li ul li a{
		font-size: 12px;
	}
	#navMenu ul li ul li a:hover
	{	background: #E70D7E; 
		color: #EAFFED;
		height: 15px;
		border-radius:10px;
		font-size: 12px;
	}
	#navMenu ul ul{
		position: absolute;
		visibility: hidden;
		top: 37px;
	}
	#navMenu ul li:hover ul{
		visibility: visible;
		border-radius: 10px;
		z-index: 20;
	}
	#navMenu ul li:hover ul li, #navMenu ul li:hover ul li:hover{
		border-radius: 10px;
		height: 24px;
		margin-left: 10px;
	}
	#navMenu li ul li a:hover 
	{	background: #5A5053; 
		color: black;
		height: 24px;
	}
	
	#sento{
		width: 78px;
		height: 37px;
	}
	
	#koshi{
		width: 120px;
	}
	
	#kurasu{
		width: 70px;
	}
	
	#obo{
		width: 102px;
	}
	
	#blogging{
		width: 67px;
	}
	
	#toiawase{
		width: 98px;
	}
	
	#kiso{
		width: 61px;
		height: 25px;
	}
	
	#omotenashi{
		width: 80px;
		height: 25px;
	}
	#kashi{
		width: 80px;
		height: 25px;
	}
	#miso{
		width: 104px;
		height: 25px;
		/*width: 73px;
		height: 25px;*/
	}
	#pan{
		width: 104px;
		height: 25px;
	}
	#yomiuri{
		width: 147px;
		height: 25px;
	}
	
	#navMenu  .visiting{
		margin-top: -2px;
		border-top: 2px solid #5A5053;	/*#ff00ff #fe9dae*/
	}
	#navMenu  .visiting:hover{
		color: #EAFFED;
		background: #E70D7E; /*FC85C1*/
	}