#nav { /* all lists */
	padding:0 0 0 0px;
	margin: 0px 0 0 0px;
	list-style: none;
	overflow:hidden;
	width:940px;
	float:left;
}

#nav li { /* all list items */
	position: relative;
	float:left;
	margin:0;
}

#nav li a {
	display:block;
	text-decoration:none;
	background-image:url("../images/nav.gif");
	background-repeat:no-repeat;
	height:35px;
	text-indent:-1000px;
	overflow:hidden;
}

#nav li a:hover {
	color:#FFFFFF;
	background-position:0 0px;
}

#nav ul li a:hover {
	background:#666666;
	color:#FFFFFF;
}

#nav ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0em;
	left: 0;
	width:44px;
	background:#E0E0E0;
}

#nav ul li { /* all list items */
	float:left;
	position: relative;
}

#nav li> ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display:none;
}


/*--------Home-----------*/
#nav #home a, #nav #home a:link, #nav #home a:active, #nav #home a:visited {
	width:63px;
	background-position:-0px 0px;
}

#nav #home a:hover, #nav #home a.selected {
	background-position:-0px -35px;
}

/*--------About us-------*/
#nav #about a, #nav #about a:link, #nav #about a:active, #nav #about a:visited {
	width:85px;
	background-position:-63px 0px;
	
}
#nav #about a:hover, #nav #about a.selected{
	background-position:-63px -35px;
}

/*--------Events-----------*/
#nav #events a, #nav #events a:link, #nav #events a:active, #nav #events a:visited {
	width:66px;
	background-position:-148px 0px;
}

#nav #events a:hover, #nav #events a.selected{
	background-position:-148px -35px;
}

/*-------Training-----------*/
#nav #training a, #nav #training a:link, #nav #training a:active, #nav #training a:visited {
	width:80px;
	background-position:-214px 0px;
}

#nav #training a:hover, #nav #training a.selected {
	background-position:-214px -35px;
}

/*--------Microgeneration-----------*/
#nav #micro a, #nav #micro a:link, #nav #micro a:active, #nav #micro a:visited {
	width:243px;
	background-position:-294px 0px;
}

#nav #micro a:hover, #nav #micro a.selected {
	background-position:-294px -35px;
}

/*--------Case study-----------*/
#nav #case_study a, #nav #case_study a:link, #nav #case_study a:active, #nav #case_study a:visited {
	width:104px;
	background-position:-537px 0px;
}

#nav #case_study a:hover, #nav #case_study a.selected {
	background-position:-537px -35px;
}

/*--------Support-----------*/
#nav #support a, #nav #support a:link, #nav #support a:active, #nav #support a:visited {
	width:175px;
	background-position:-641px 0px;
}

#nav #support a:hover, #nav #support a.selected {
	background-position:-641px -35px;
}

/*--------Contact Form-----------*/
#nav #contact a, #nav #contact a:link, #nav #contact a:active, #nav #contact a:visited {
	width:124px;
	background-position:-816px 0px;
}

#nav #contact a:hover, #nav #contcat a.selected {
	background-position:-816px -35px;
}

/*---------------------------------------------------------------------------------*/