/* ************** **************** ***************** */
#storemenu_1 {
	width: 100%;
	color: #000;
	padding: 5px 15px;
	//background-color: #fff;
	background-color: #f2f2f2;
	//-webkit-box-shadow: 0px 0px 3px #999999;  
	//-moz-box-shadow: 0px 0px 3px #999999;  
	//box-shadow: 0px 0px 3px #999999; 
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
	#nav0, #nav0 ul {
		float: right;
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}
	#nav0 {
		//height: 40px;
		position: relative;
	}
	#nav0 > li {
		float: right;
		//height: 50px;
		position: relative;
		text-align: center;
	}
	#nav0 > li > a {
		//min-width: 70px;
		display: block;
		//height: 40px;
		//font-size: 16px;
		//color: #004769;
		color: #384538;
		text-align: center;
		float: right;
		padding: 2px 20px;
		border-left: 1px solid #d1d1d1; 
	}
	#nav0 > li:first-of-type > a {
		//width: 50px; 
	}
	#nav0 > li:last-of-type > a {
		border-left: none; 
	}
	#nav0 > li:hover > a, #nav0 > a:hover {
		color: #424242;
		//background-color: #ffedd9;	
	}
	/* submenu */
	#nav0 ul {
		display: none;
		position: absolute;
		top: 100%;
		right: -10%;
		z-index: 1;
		background-color: #004769;
		margin-top: 0px;
		min-width: 180px;
		padding: 25px 0 0 0;
		//border-radius: 0 0 3px 3px;
		//-webkit-border-radius: 0 0 3px 3px;
		//-moz-border-radius: 0 0 3px 3px;
		box-shadow: 0 3px 8px gray;
		-webkit-box-shadow: 0 3px 8px gray;  
		-moz-box-shadow: 0 3px 8px gray; 
		//background: #004769 url('/theme/defaulttheme/images/up-arrow.png') no-repeat 50% 0;
		background: #6d9e34 url('/theme/defaulttheme/images/up-arrow.png') no-repeat 50% 0;
	}
	#nav0 li:hover > ul { display: block;}
	#nav0 ul li a {
		//height: 40px;
		border-bottom: 1px solid #538021;
		border-top: 1px solid transparent;
		color: #fff;
		display: block;
		//font-size: 16px;
		//line-height: 20px;
		padding: 2px 2px;
		text-decoration: none;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#nav0 ul li:last-of-type a { border: none; }
	a.subs {
		background: url('/theme/defaulttheme/images/play-left.png') no-repeat 2px 50%;
	}
	#nav0 ul li a:hover {
		background-color: #538021;
		//border-bottom: 1px solid #004c70;
		//border-top: 1px solid #004c70;
		//color: #fff;
	}
		#nav0 ul li {
			position: relative;
		}
		#nav0 ul ul {
			display: none;
			position: absolute;
			right: 100%;
			top: 0;
		}
/* ************** **************** ***************** */
#navigate_1 {
	margin: 10px 0;
	width: 100%;
	color: #000;
	padding: 5px 15px;
/* 	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px #999999;  
	-moz-box-shadow: 0px 0px 3px #999999;  
	box-shadow: 0px 0px 3px #999999; 
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
 */
}
#navigate_1 a {
	display: inline-block;
	color: gray;
	margin: 0 6px;
}
#navigate_1 span {
	//display: inline-block;
	color: gray;
	margin: 0;
	font-size: 17px;
}

