
#menu {
	width: 770px;
	height: 105px;
	margin: 0 auto;
}


#nav {
	width: 100%;
	height: 15px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0 0 1em 0;
	margin: 0;
	padding: 0;
	list-style: none;

}
 
#nav a {
	display: block;
	width: 122px;
	height: 32px;
	padding: 13px 0 0 0;
	background: url(../images/img02.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#nav a:hover {
	background-image: url(../images/img03.jpg);
}

#nav .active {
	padding-top: 35px;
}

#nav .active a {
	height: 37px;
	padding-top: 13px;
	background-image: url(../images/img04.jpg);
	color: #FFFFFF;
}

#nav .active a:hover {
	background-image: url(../images/img04.jpg);
}

#nav a.menuparent  {
	/*background: url(arrow.gif) no-repeat 90% 40%;*/
}
 
#nav li {
	float: left;
	display: block;
	float: left;
	width: 122px;
	height: 65px;
	padding: 40px 0 0 0;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	height: auto;
	font-weight: normal;
	/*border-width: 0.25em;*/
	margin: 0;		
} 
 
#nav li li {
	width: 150px;
	height: 35px;
	padding: 0;
}
 
#nav li ul a,
#nav li ul a.level2,
#nav li ul ul a.level2 {
	width: 150px;
	padding-left: 1em;
	height: 35px;
	line-height:10px;
	background: url(../images/button.jpg) no-repeat;
	text-align: left;
}

* html #nav li ul a,
* html #nav li ul a.level2 {
	padding-top: 0;
	height: 35px;
	line-height:35px;
}

#nav li ul a:hover,
#nav li ul a.level2:hover {
	width: 150px;
	padding-left: 1em;
	height: 35px;
	background: url(../images/buttonhover.jpg) no-repeat;
}

#nav li ul a.level2-menuparent {
	width: 150px;
	height: 35px;
	padding-top: 0;
	background: url(../images/button.jpg) no-repeat;
	line-height:35px;
}

#nav li ul a.level2-menuparent:hover {
	width: 150px;
	height: 35px;
	line-height:35px;
	background: url(../images/buttonhover.jpg) no-repeat;
}

#nav li ul .activesub a.level2-menuparent,
#nav li ul ul .activesub a.level2 {
	width: 150px;
	height: 35px;
	line-height:35px;
	background: url(../images/buttonactsub.jpg) no-repeat;
}



#nav li ul .activesub a.level2-menuparent:hover {
	width: 150px;
	height: 35px;
	line-height:35px;
	background: url(../images/buttonhover.jpg) no-repeat;
}

#nav li ul .activesub a,
#nav li ul ul .activesub a.level2 {
	width: 150px;
	height: 35px;
	line-height:10px;
	background: url(../images/buttonactsub.jpg) no-repeat;
}

* html #nav li ul ul .activesub a.level2 {
	line-height:35px;
}

#nav li ul .activesub a:hover {
	width: 150px;
	height: 35px;
	line-height:10px;
	background: url(../images/buttonhover.jpg) no-repeat;
}

* html #nav li ul .activesub a:hover {
	width: 150px;
	height: 35px;
	line-height:35px;
	background: url(../images/buttonhover.jpg) no-repeat;
}
 
#nav li ul ul {
	margin: -35px 0 0 150px;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	/*background: white;
	color: white;*/

}
