div.mainheader {
	width: 780px;
	height: 32px; 
	margin: 8px auto 4px auto; 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-align: right;
	background: #FFFFFF url('title.png') left center no-repeat;
	line-height: 32px;
}

div.mainheader_store_en {
	width: 780px;
	height: 32px; 
	margin: 8px auto 4px auto; 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-align: right;
	background: #FFFFFF url('title_store_en.png') left center no-repeat;
	line-height: 32px;
}

div.mainheader_store_fr {
	width: 780px;
	height: 32px; 
	margin: 8px auto 4px auto; 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-align: right;
	background: #FFFFFF url('title_store_fr.png') left center no-repeat;
	line-height: 32px;
}

.english {
	padding: 2px 0px 2px 28px;
	background: #FFFFFF url('english.png') left center no-repeat;
}

.french {
	padding: 2px 0px 2px 28px;
	background: #FFFFFF url('french.png') left center no-repeat;
}

div.mainmenu {
	width: 780px;
	border: solid 1px #D1D1D1;
	margin: 0px auto 4px auto;
}
	
div.mainmenu table td {
	width: 156px;
	height: 91px;
	vertical-align: bottom;
	cursor: pointer;
	overflow: hidden;
}

div.mainmenu table td div {
	width: 156px;
	overflow: hidden;
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
	padding-bottom: 6px;
}

.mainmenu_home {
	color: #404040;
	background: #B0B0B0 url('home.png') center no-repeat;
}

.mainmenu_home_over {
	color: #404040;
	background: #B0B0B0 url('home_over.png') center no-repeat;
}

.mainmenu_home_selected {
	color: #FFFFFF;
	background: #404040 url('home_selected.png') center no-repeat;
}

.mainmenu_products {
	color: #404040;
	background: #B0B0B0 url('products.png') center no-repeat;
}

.mainmenu_products_over {
	color: #404040;
	background: #B0B0B0 url('products_over.png') center no-repeat;
}

.mainmenu_products_selected {
	color: #FFFFFF;
	background: #404040 url('products_selected.png') center no-repeat;
}

.mainmenu_support {
	color: #404040;
	background: #B0B0B0 url('support.png') center no-repeat;
}

.mainmenu_support_over {
	color: #404040;
	background: #B0B0B0 url('support_over.png') center no-repeat;
}

.mainmenu_support_selected {
	color: #FFFFFF;
	background: #404040 url('support_selected.png') center no-repeat;
}

.mainmenu_store {
	color: #404040;
	background: #B0B0B0 url('store.png') center no-repeat;
}

.mainmenu_store_over {
	color: #404040;
	background: #B0B0B0 url('store_over.png') center no-repeat;
}

.mainmenu_store_selected {
	color: #FFFFFF;
	background: #404040 url('store_selected.png') center no-repeat;
}

.mainmenu_about {
	color: #404040;
	background: #B0B0B0 url('about.png') center no-repeat;
}

.mainmenu_about_over {
	color: #404040;
	background: #B0B0B0 url('about_over.png') center no-repeat;
}

.mainmenu_about_selected {
	color: #FFFFFF;
	background: #404040 url('about_selected.png') center no-repeat;
}

div.mainmenu_popup {
	position: absolute;
	display: none;
	border: solid 1px #808080;
}

div.mainmenu_popup td {
	padding: 4px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	white-space: nowrap;
	cursor: pointer;
	text-align: left;
}

.mainmenu_popupitem {
	background: #DFDFDF;
	color: #404040;
}

.mainmenu_popupitem_over {
	background: #EFEFEF;
	color: #404040;
}
