/*
edit from the template at the website(http://www.templatemo.com)
*/

#templatemo_menu {
	clear: both;
	margin-top: 10px;
}

#templatemo_menu ul {
	margin: 5px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li{
	margin: 0 0 15px 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px dashed  #666;
}

#templatemo_menu ul li a{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	color: #3232CD;
	outline: none;
	padding: 0 0 0 30px;
	background: url(images/list_icon_02.jpg) left center no-repeat;
}

#templatemo_menu li a:hover{
	color: #000;
	background: url(images/list_icon_01.jpg) left center no-repeat;
}


#templatemo_menu li .current{
	color: #3232CD;
	background: url(images/list_icon_01.jpg) left center no-repeat;
}

/* end of menu */

