/****************** Menu Items ******************/

#topmenu01
{
	position:absolute;
	left:180px;
	width:196px;
	top:18px;
	height:108px;
}
#topmenu02
{
	position:absolute;
	left:396px;
	width:189px;
	top:18px;
	height:108px;
}
#topmenu01 ul, #topmenu02 ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topmenu01 ul li, #topmenu02 ul li
{
	display: block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 196px;
	height: 18px;
}
div#topmenu01 li a, div#topmenu02 li a
{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
li#menuhome a {
	width: 196px;
	height: 18px;
	background: url(/images/menu/home.gif) 0 0  no-repeat;
}
li#menuabout a {
	width: 196px;
	height: 18px;
	background: url(/images/menu/about.gif) 0 0  no-repeat;
}
li#menuhs a {
	width: 196px;
	height: 18px;
	background: url(/images/menu/hs.gif) 0 0  no-repeat;
}

li#menuengineeringdesign a {
	width: 196px;
	height: 18px;
	background: url(/images/menu/engineering-design.gif) 0 0  no-repeat;
}
li#menumanufacturing a {
	width: 196px;
	height: 18px;
	background: url(/images/menu/manufacturing.gif) 0 0  no-repeat;
}
li#menuconstruction a {
	width: 196px;
	height: 18px;
	background: url(/images/menu/construction.gif) 0 0  no-repeat;
}
li#menucivilworks a {
	width: 196px;
	height: 18px;
	background: url(/images/menu/civil-work.gif) 0 0  no-repeat;
}
li#menumechanical a {
	width: 189px;
	height: 18px;
	background: url(/images/menu/mechanical.gif) 0 0  no-repeat;
}
li#menueci a {
	width: 189px;
	height: 18px;
	background: url(/images/menu/eci.gif) 0 0  no-repeat;
}
li#menumarineengineering a {
	width: 189px;
	height: 18px;
	background: url(/images/menu/marine.gif) 0 0  no-repeat;
}
li#menulatestprojects a {
	width: 189px;
	height: 18px;
	background: url(/images/menu/latest-projects.gif) 0 0  no-repeat;
}
li#menunews a {
	width: 189px;
	height: 18px;
	background: url(/images/menu/news.gif) 0 0  no-repeat;
}
li#menucareer a {
	width: 189px;
	height: 18px;
	background: url(/images/menu/career.gif) 0 0  no-repeat;
}
li#menuhome a:hover, li#menuabout a:hover, li#menuhs a:hover, li#menuengineeringdesign a:hover, li#menumanufacturing a:hover, li#menuconstruction a:hover, li#menucivilworks a:hover, li#menumechanical a:hover, li#menueci a:hover, li#menumarineengineering a:hover, li#menulatestprojects a:hover, li#menunews a:hover, li#menucareer a:hover
{
	background-position: 0px -18px;
}
li#menuhome a.selected, li#menuabout a.selected, li#menuhs a.selected, li#menuengineeringdesign a.selected, li#menumanufacturing a.selected, li#menuconstruction a.selected, li#menucivilworks a.selected, li#menumechanical a.selected, li#menueci a.selected, li#menumarineengineering a.selected, li#menulatestprojects a.selected, li#menunews a.selected, li#menucareer a.selected
{
	background-position: 0px -18px;
}
