﻿#menu {
	float:left;
	margin-left:10px;
}


#home a.home, #aboutus a.about, #products a.products, #team a.team, #news a.news, #career a.career, #contact a.contact, #Services a.services{
background-position:0 -82px;
}

#home a.home span, #aboutus a.about span, #products a.products span, #team a.team span, #news a.news span,  #career a.career span, #Services a.services span, #contact a.contact span
{
background-position:100% -82px; 
color: #FFFFFF;
}

/* NAVIGATION MENU */
/* ----------------------------------------- */

#smoothmenu1 {
	display: block;
	width:955px;
	position: relative;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(../images/menu.png);
	float: left;
	z-index: 11;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
}
#smoothmenu1 span {

}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	padding:0;
	float: left;
	background: transparent url(../images/sep.jpg) no-repeat center right;
	padding-right:1px; 
	text-align:center;
	margin:0 auto;
}
/*Top level menu link items style*/

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;

	}
	
.ddsmoothmenu ul li  a{
float:left;
background:url(../images/glowtab-left.gif) no-repeat;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

.ddsmoothmenu ul li  a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 0 5px 0 5px;
line-height:30px;
font-weight:bold;
color:#3B3B3B;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.ddsmoothmenu ul li a span {float:none;}
/* End IE5-Mac hack */

.ddsmoothmenu ul li a:hover span {
color: #FFFFFF;
}

.ddsmoothmenu ul li a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.ddsmoothmenu ul li a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

.ddsmoothmenu ul li a:hover{ /*onMouseover style*/

}

.ddsmoothmenu ul li a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

	
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;