﻿#Header-box
{
	margin: 0 auto;
	border: 0;
	padding: 0;
	height: 70px;
	background: #fff url(../images/menuBG.jpg) repeat-x;
}

#Menu-box
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#Menu-box a
{
	position: absolute;
	top: 0;
	height: 37px;
	color: White;
	padding-top: 35px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#home /* menu link */ 
{
	left: 319px;
	width: 100px;
}

#aboutUs /* menu link */ 
{
	left: 419px;
	width: 100px;
}

#packages /* menu link */ 
{
	left: 519px;
	width: 100px;
}

#demo /* menu link */ 
{
	left: 619px;
	width: 100px;
}

#contactUs /* menu link */ 
{
	left: 719px;
	width: 100px;
}

#live-chat /* menu link */ 
{
	left: 820px;
	width: 180px;
	background: url(../images/StartChatBtn.jpg) no-repeat;
}

#home:hover, #aboutUs:hover, #packages:hover, #demo:hover, #contactUs:hover
{
	background: url(../images/menuSelectedBG.jpg) repeat-x;
}

#Menu-box a:active
{
	text-decoration: none;
	border: 0;
	display: block;
	font-weight: 700;
}

