body {
	margin: 0px;  background-color: rgb(241, 241, 241);
}
#example-navigation-container {
	margin: 40px 0px 0px; padding: 0px; box-shadow: inset 0px 1px 1px 1px #ddd; background-color: rgb(233, 233, 233);
}
#example-navigation {
	margin: 0px auto; padding: 10px 0px; width: 670px;
}
#example-navigation #list {
	list-style: none; padding: 0px; height: 34px;
}
#example-navigation #list li {
	margin: 5px; float: left;
}
#example-navigation #list li a {
	background: rgb(227, 227, 227); font: bold 12px "helvetica neue", helvetica, arial, sans-serif; padding: 8px; border-radius: 3px; border: 1px solid rgb(187, 187, 187); color: rgb(102, 102, 102); text-decoration: none; font-size-adjust: none; font-stretch: normal; box-shadow: inset 0px 0px 1px 1px #f6f6f6; -moz-box-shadow: inset 0 0 1px 1px #F6F6F6; -webkit-box-shadow: inset 0 0 1px 1px #F6F6F6; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-shadow: 0 1px 0 #FFF;
}
#example-navigation #list li a:hover {
	background: rgb(217, 217, 217); color: rgb(51, 51, 51); box-shadow: inset 0px 0px 1px 1px #eaeaea; -moz-box-shadow: inset 0 0 1px 1px #EAEAEA; -webkit-box-shadow: inset 0 0 1px 1px #EAEAEA;
}
#example-navigation #list li.active a {
	background: rgb(217, 217, 217); color: rgb(51, 51, 51); box-shadow: inset 0px 0px 1px 1px #eaeaea; -moz-box-shadow: inset 0 0 1px 1px #EAEAEA; -webkit-box-shadow: inset 0 0 1px 1px #EAEAEA;
}
#example-navigation #list li a:active {
	background: rgb(208, 208, 208); color: rgb(0, 0, 0); box-shadow: inset 0px 0px 1px 1px #e3e3e3; -moz-box-shadow: inset 0 0 1px 1px #E3E3E3; -webkit-box-shadow: inset 0 0 1px 1px #E3E3E3;
}
#example-navigation #description {
	font: 12px/normal sans-serif; margin: 10px 5px; color: rgb(102, 102, 102); font-size-adjust: none; font-stretch: normal;
}
#example-navigation #features-header {
	font-size: 14px;
}
#example-navigation #description ul {
	list-style: circle; padding: 0px 15px;
}
#example-navigation #description ul li {
	margin: 5px 0px; line-height: 16px;
}
