@charset "utf-8";
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu {
	width: 608px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
}
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu ul {
	margin: 0px;
	padding: 0px;
}
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu ul li {
	background-color:black;/*background-color of the list when mouse over "photo Gallery" Tab*/
	float: left;
	position: relative;
	list-style-type: none;
	text-decoration: none;
	
}

#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu_header { 
	border-top: 3px solid green; 
	border-bottom: 1px solid yellow; 
	padding: 5px; 
	margin-bottom: 20px; 
}
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 40px;
	margin-right: 0px;
	font-weight: 700;
	color: #a2a8b8;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 40px;
	width: 120px;
	border-top: 0px; 
	border-bottom: 0px; 
	padding: 0px; 
	
	
}
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu ul ul {
	position: absolute;
	visibility: hidden;
	top: 31px;
}
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu ul li:hover ul {
	visibility: visible;
}
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu ul li:hover {
	background-color: #9F0;
}
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu ul li ul li a:hover {
	background-color: #090;
}
#sub #templatemo_wrapper #templatmeo_header #templatemo_menu ul #sidebarmenu ul li a:hover {
	color: orange;/*color of the letters in each tab*/
}