/* link styles */
.nav a {
	display: block;
	margin: 0;
	}
.nav li li  {
	/* style for links on pop-up menus */
 	margin:0;
	padding:0;
	}
.nav li li a {
	/* style for links on pop-up menus */
	/* background:#e38902; */
	width:120px;
	height:20px;
	margin:0;
	padding:0;
	border-top:1px solid #000;
	background:#e38902;
	}
.nav li li a p {
	margin:0;
	padding:5px;
	}
.nav li li a:hover {
	color:#f00;
	}
/*  */
.nav li li a.sebastien,  .nav li li a.ltcomfort{
	background: url(../images/diifUse/edytaSuperfishSebastien.png) no-repeat top left;
	height:200px;
	width:500px;
	font-weight:bold;
	font-variant:normal;
	}
.nav li li a.ltcomfort {
	background: url(../images/diifUse/edytaSuperfishLtcomfort.png) no-repeat top left;
	}
/*  */
.nav li li li a {
	/* style for second level menu links */
	}
.nav a:hover{
	}
/* main nav bar */
.nav {
	}
/* all list items */
.nav  li {
	margin:2px 5px 0 5px; !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
	position: relative;
	}
/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  	left: 0;
  	top: 13px; /* change when you change height of links */
	display: none;
	/*
	width:120px;
	border:none;
	border-bottom:1px solid #f00;
	*/
	}
.nav ul li a{
	border:none;
	border-bottom:1px solid #000;
	}
/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
	}
/*3rd level menu position*/
.nav ul ul {
	position: absolute;
	left: 10.8em; /* change when you change width of links */
	top: -5px;
	z-index: 99;
	}
.nav ul ul li {
	z-index: 100;
	}
.nav ul ul li a{
	width:135px;
	}
/* look for buttons that have menus */
/*
.nav .sub {
	background-image:url(../images/diifUse/arrow_down.png));
	background-repeat:no-repeat;
	background-position: 2px 3px;
	}
.nav .subsub {
	background-image: url(../images/diifUse/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	}
*/