a {
	color: #333;
	text-decoration: none;
  }

a:hover {
  color: ;
  text-decoration: underline;
  }
:

/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

#nav {
	list-style: none;
	margin: 0;
	padding-left: 0px;
	overflow:visible;
	z-index:30;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  
  margin: 0;
  height: 27px;
  padding: 0;
  }

  #nav li ul a{
	width:140px;
	height:auto;
	float:left;

 }
 
#nav ul {
    position:absolute;
    display:none;
	width:60px;
	top:31px;
	}

	/*sub nav */
#nav li ul ul {
	left:96px;
	top:54px;
	position:absolute;
	height: 122px;
    }
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;

    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	z-index: 30;
    }

#nav a {
	display: block;
	line-height: 32px;
	margin: 0;
	padding: 0 20px 0px 15px;
	font-size: 10pt;
	color: #666;
  }

#nav li a:hover {
	color: #666;
	text-decoration: none;
	display: block;
	z-index: 30;
  }
	
#nav li li {  
  margin: 0;
  padding: 0;
  width: 150px;
left: auto;
  }
	
#nav li li a {
	width: 70px;
	height: 20px;
	line-height: 20px;
	color: #666;
	border:1px solid #7e8a93;
	background-color: #cdd3d6;
	margin: 0;
	padding: 1px 20px 5px 5px;
  }
	
#nav li li a:hover {
	border-top: 1px solid #7e8a93;
	background-color: #b9bec1;
	padding: 1px 20px 5px 5px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

.lavaLampWithImage {
  position: relative;
  height: 60px;
  padding: 0px 0px 0px 6px;
  overflow: hidden;
}

.lavaLampWithImage li {
  float: left;
  list-style: none;
padding-right: 10px;
}

 #nav li.back {
	width: 9px;
	height: 60px;
	margin-top:-15px;
	margin-left:-1px;
	z-index: -1;
	position: absolute;
	padding-right: 0px;
	background-image: url(../images/sliderimage.png);
	background-repeat: no-repeat;
	background-position: right -60px;
}

 #nav li.back .left {
	height: 60px;
	margin-right: 17px; /* 7px is the width of the rounded shape */
	z-index: -1;
	background-image: url(../images/sliderimage.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.lavaLampWithImage li a {
  z-index: 10;
}

