/*NAVIGATION - MAIN*/



#nav_container {
	height: 51px;
	overflow: hidden;
	background-image: url(../images/nav_bg2.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}


#nav a:hover {
	background-position: 0px -51px;
}


#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	overflow: hidden;
}

#nav a {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	height: 51px;
	height:102px;
}

#nav_abou a  {
	width: 107px;
	background: url(../images/nav_aboutus.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 0px;
}

#nav_mana a  {
	width: 246px;
	background: url(../images/nav_hotelmanagementservices.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#nav_news a  {
	width: 125px;
	background: url(../images/nav_newsandpress.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#nav_hote a  {
	width: 178px;
	background: url(../images/nav_companyportfolio.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#nav_care a  {
	width: 84px;
	background: url(../images/nav_careers.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#nav_cont a  {
	width: 125px;
	background: url(../images/nav_contactus.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -5000px;
}


