/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%; /*leave this value as is in most cases*/
	height: 27px;	
	background: transparent url(../images/orange-grad-1004.jpg) top center repeat-y;
	margin-bottom: 3px;
}

.indentmenu li {
	float: left; 
}


.indentmenu ul li a {
	float: left;
	color: white; /*text color*/
	padding: 5px 15px;
	text-decoration: none;
}

.indentmenu ul li a:visited {
	color: white;
}

.indentmenu ul li a:hover,
#yogurt #nav-yogurt a,
#about #nav-about a,
#locations #nav-locations a,
#news #nav-news a,
#contact #nav-contact a {
	color: white !important; /*text color of selected and active item*/
	padding-top: 5px; /*shift text down 1px for selected and active item*/
	padding-bottom: 5px; /*shift text down 1px for selected and active item*/
	background: #bae031 url(../images/bkd-nav-on.png) center center repeat-x;	
}




