/* menu */

#menu {
	clear: both;
	width: 960px;
	height: 36px;
	background: url(images/templatemo_menu.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: block; 
	float: left;
	background: url(images/templatemo_menu_divider.jpg) no-repeat right center
}

#menu ul .last {
	background: none;
}

#menu ul li a {
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
}

#menu ul li a:hover, #menu ul .current {
	color: #fff;
	background: url(images/templatemo_menu_hover.png) no-repeat center right
}

#menu ul .home {
	color: #fff;
	background: url(images/templatemo_menu_hover.png) no-repeat center left
}/* CSS Document */

