﻿.menu {
	margin: 0px 0 0 0px;
	width: 759px;
	height: 30px;
	overflow: hidden;
	background: url('../Images/TopMainMen.png') no-repeat left top;
}

ul.menu-list {
	list-style: none;
}

ul.menu-list li {
	float: left;
	list-style: none;
}

ul.menu-list li a {
	display: block;
	height: 30px;
	text-indent: -2000px;
}

a.menu-home {
	width: 125px;
	background: url('../Images/TopMainMen.png') no-repeat 0 0px;
}

a.menu-layouts {
	width: 125px;
	background: url('../Images/TopMainMen.png') no-repeat -125px 0;
}

a.menu-download{
	width: 125px;
	background: url('../Images/TopMainMen.png') no-repeat -250px 0;
}

a.menu-support {
	width: 125px;
	background: url('../Images/TopMainMen.png') no-repeat -375px 0;
}

a.menu-about {
	width: 125px;
	background: url('../Images/TopMainMen.png') no-repeat -500px 0;
}

a.menu-contact {
	width: 127px;
	background: url('../Images/TopMainMen.png') no-repeat -625px 0;
}

a.menu-home:hover 
{
	background: url('../Images/TopMainMen.png') no-repeat 0 -36px;
}

a.menu-layouts:hover {
	background: url('../Images/TopMainMen.png') no-repeat -125px -36px;
}

a.menu-download:hover {
	background: url('../Images/TopMainMen.png') no-repeat -250px -36px;
}

a.menu-support:hover {
	background: url('../Images/TopMainMen.png') no-repeat -375px -36px;
}

a.menu-about:hover {
	background: url('../Images/TopMainMen.png') no-repeat -500px -36px;
}

a.menu-contact:hover {
	background: url('../Images/TopMainMen.png') no-repeat -625px -36px;
}
