﻿.menu-items
{
	position: relative;
	float: none;
	width: 800px;
	text-align: center;
}
#MENU img, #MENU a
{
	border: none;
	display: block;
}
#MENU li
{
	position: relative;
	float: left;
	list-style: none;
	list-style-image: none;
}
/* MENU STATES */
.mi-about, .mi-wedding, .mi-corporate, mi-gallery, .mi-partners, .mi-news, .mi-downloads, .mi-blog, .mi-services
{
	display: inline-block;
	border: none;
}
.mi-about
{
	width: 110px;
	height: 31px;
	background-image: url(../../Global/Images/menu_AboutUs.gif);
}
.mi-about:hover
{
	background-image: url(../../Global/Images/menu_AboutUs_hover.gif);
}
.mi-wedding
{
	width: 100px;
	height: 31px;
	background-image: url(../../Global/Images/menu_weddings.gif);
}
.mi-wedding:hover
{
	background-image: url(../../Global/Images/menu_weddings_hover.gif);
}
.mi-corporate
{
	width: 84px;
	height: 31px;
	background-image: url(../../Global/Images/menu_corporate.gif); 
}
.mi-corporate:hover
{
	background-image: url(../../Global/Images/menu_corporate_hover.gif);
}
.mi-gallery
{
	width: 76px;
	height: 31px;
	background-image: url(../../Global/Images/menu_gallery.gif); 
}
.mi-gallery:hover
{
	background-image: url(../../Global/Images/menu_gallery_hover.gif);
}
.mi-partners
{
	width: 79px;
	height: 31px;
	background-image: url(../../Global/Images/menu_partners.gif); 
}
.mi-partners:hover
{
	background-image: url(../../Global/Images/menu_partners_hover.gif);
}
.mi-news
{
	width: 64px;
	height: 31px;
	background-image: url(../../Global/Images/menu_news.gif); 
}
.mi-news:hover
{
	background-image: url(../../Global/Images/menu_news_hover.gif);
}
.mi-downloads
{
	width: 110px;
	height: 31px;
	background-image: url(../../Global/Images/menu_downloads.gif); 
}
.mi-downloads:hover
{
	background-image: url(../../Global/Images/menu_downloads_hover.gif);
}
.mi-blog
{
	width: 61px;
	height: 31px;
	background-image: url(../../Global/Images/menu_blog.gif); 
}
.mi-blog:hover
{
	background-image: url(../../Global/Images/menu_blog_hover.gif);
}
.mi-contact
{
	width: 110px;
	height: 31px;
	background-image: url(../../Global/Images/menu_contact.gif); 
}
.mi-contact:hover
{
	background-image: url(../../Global/Images/menu_contact_hover.gif);
}
.mi-services
{
	width: 90px;
	height: 31px;
	background-image: url(../../Global/Images/menu_services.gif); 
}
.mi-services:hover
{
	background-image: url(../../Global/Images/menu_services_hover.gif);
}

/* MAIN HEADER IMAGE */
.header-image
{
	display: block;
}
.header-image-division
{
	border-top: solid 1px #474D50;	
}

/* SUB HEADER */
.left-cloumn ul
{
	list-style-type: square;
}