.mainmenu_style {
	width: 100%;
	font-family: Palatino,'Book Antiqua', Times, Georgia, serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.win .mainmenu_style {
	font-weight: bolder;
}

.mainmenu_style:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.mainmenu_style ul {
	width: 100%;
	height: 22px;
	background: url(/wp-content/themes/delaurenwines/images/mainmenu_bg.jpg) top repeat-x;
	padding: 15px 0 0;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.mainmenu_style ul li {
	display: inline;
	color: #D4B17A;
	margin: 0;
}

.mainmenu_style ul li a {
	color: #D4B17A;
	padding: 7px 15px 7px 15px;
	margin: 0 30px 0 30px;
	text-decoration: none;
	line-height: 22px;
}

.mainmenu_style ul li a:hover, .mainmenu_style ul li a.current {
	background: #000000 url(/wp-content/themes/delaurenwines/images/mainmenu_item_bg.jpg) top repeat-x;
	border: 1px solid #000000;
	color: #D4B17A;
	margin: 0 29px 0 29px;
	text-decoration: none;
}

.mainmenu_style ul li a:visited {
	color: #D4B17A;
}

.tabcontainer {
	clear: left;
	width: 100%; /*width of 2nd level sub menus*/
	height: 28px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background: #000000 url(/wp-content/themes/delaurenwines/images/submenu_bg.jpg) bottom repeat-x;
	text-align: center;
}

.tabcontent {
	display: none;
	font-size: 10px;
	font-weight: bold;
	color: #666600;
	padding: 5px;
}

	.tabcontent ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		.tabcontent ul li {
			display: inline;
		}
		
	.tabcontent a {
		color: #F0F0F0;
	}
	
	.tabcontent a:visited {
		color: #F0F0F0;
	}