#topmenutabs{
}

#topmenutabs a{
display: block; 
width: 100px; 
height: 32px; 
float:left;
display: inline;
background-image:url(../images/topmenu/aboutus.gif); /*URL to tab image */
background-repeat: no-repeat;
}

#topmenutabs a:hover, #topmenutabs a.current{
background-image:url(../images/topmenu/aboutus_over.gif); /* onmouseover the image*/
}

#topmenutabs #menutab2{
display: block;
width: 100px; 
height: 32px; 
float:left;
display: inline;
background-image:url(../images/topmenu/trackrecord.gif); /*URL to tab image */
background-repeat: no-repeat;
}

#topmenutabs #menutab2:hover, #topmenutabs #menutab2.current{
background-image:url(../images/topmenu/trackrecord_over.gif); /* onmouseover the image*/
}

#topmenutabs #menutab3{
display: block;
width: 100px; 
height: 32px; 
float:left;
display: inline;
background-image:url(../images/topmenu/news.gif); /*URL to tab image */
background-repeat: no-repeat;
}

#topmenutabs #menutab3:hover, #topmenutabs #menutab3.current{
background-image:url(../images/topmenu/news_over.gif); /* onmouseover the image*/
}

#topmenutabs #menutab4{
display: block;
width: 100px; 
height: 32px; 
float:left;
display: inline;
background-image:url(../images/topmenu/projects.gif);
background-repeat: no-repeat;
}

#topmenutabs #menutab4:hover, #topmenutabs #menutab4.current{
background-image:url(../images/topmenu/projects_over.gif); /* onmouseover the image*/
}

#topmenutabs #menutab5{
display: block;
width: 100px; 
height: 32px; 
float:left;
display: inline;
background-image:url(../images/topmenu/enquiry.gif); /*URL to tab image */
background-repeat: no-repeat;
}

#topmenutabs #menutab5:hover, #topmenutabs #menutab5.current{
background-image:url(../images/topmenu/enquiry_over.gif); /* onmouseover the image*/
}

#topmenutabs #menutab6{
display: block;
width: 100px; 
height: 32px; 
float:left;
display: inline;
background-image:url(../images/topmenu/contact.gif); /*URL to tab image */
background-repeat: no-repeat;
}

#topmenutabs #menutab6:hover, #topmenutabs #menutab6.current{
background-image:url(../images/topmenu/contact_over.gif); /* onmouseover the image*/
}
#topmenutabs #menutab7{
display: block;
width: 100px; 
height: 32px; 
float:left;
display: inline;
background-image:url(../images/topmenu/career.gif); /*URL to tab image */
background-repeat: no-repeat;
}

#topmenutabs #menutab7:hover, #topmenutabs #menutab7.current{
background-image:url(../images/topmenu/career_over.gif); /* onmouseover the image*/
}

#tabcontentcontainer{
width:700; /*width of 2nd level content*/
height:60; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
background-color:#656465;
}

.tabcontent{
display:none;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF; 
}
.menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#CE291F;
	text-decoration:none;
}
.menu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:underline;
}