#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 41px;	
}

#nav ul { 
	padding: 0;
	margin: 0;
	left: 0;
	top: 29px;
	list-style: none;
   position: absolute;
	overflow: visible; 
   z-index: 99;	 
	padding-top: 10px;
	background-color: transparent;
}

#nav li { 
   margin: 0;   
	padding: 0;
   position: relative; 
   float: left;
	width: 98px;
	background-color: #fff;
   display: block;
   height: auto;			
	background-color: #7b7b7b;
	text-align: center;
	padding: 0;/*12px 0 10px 0;	*/
	cursor: pointer;
}

#nav ul li { 
	/*background-color: #fff;*/
	margin-top: 0px;
	1margin-right: -1px;	
}

#nav a {
   text-decoration: none; 
	margin: 0;
   /*border: solid 1px #ccc;*/
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;	

	background-image: url(../images/decor/bkgMenuBarSet.jpg);
	background-position: 0 0 ;
	background-repeat: no-repeat;	
   padding: 13px 0 13px 0;	
	display: block;
	
}

#nav li li {
	padding-top: 9px;
	background-image: none;
	background-color: #7b7b7b;
	border: 1px solid #eee;
	margin-bottom: -1px;
}

#nav li li a {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	text-transform: capitalize;
}

#nav a:hover, #nav li.active a, #nav li.hover a { 
	/*color: #fff;*/
	/*letter-spacing: 1px;*/
	background-position:  left bottom;
}

#nav li li a:hover {
	/*letter-spacing: normal;*/
	
}

#nav li:hover, #nav li.active {
    /*background-color:#fff;*/
  /* margin: 0;   
	padding: 0;
   position: relative; 
   float: left;
	width: 98px;
	background-color: #fff;
   display: block;
	height: 27px;	
   height: auto;			
	background-color: #7b7b7b;
	text-align: center;*/
	padding: 0;/*12px 0 10px 0;*/	
}
#nav ul li:hover, #nav ul li a:hover{
	/*background-color:#fff;*/
}

#nav ul{
    display: none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
	 top: 0px;
    left: 108px;
	 padding-top: 0;
}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    position: absolute; 
	 top: 0;
 }

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li:hover ul ul ul ul ul {
    display: none; 
}

#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul, 
#nav ul ul ul li:hover ul, 
#nav ul ul ul ul li:hover ul {
    display: block;
}

li>ul { 
	top: auto;
	left: auto;
}