ul#nav {
	margin: 0 ;
	padding: 0;
	list-style: none
}
    
#nav li {
	display: block; 
	float: left;
}
#nav #isclass a{
	display: block;
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 28px;
	border-left: 1px solid #FFF;
	border-bottom: 0;
	background: #FF9900 url(img/arrow-down.gif) right 55% no-repeat;
	text-align: center
}
#nav li a {
	display: block;
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 28px;
	border-left: 1px solid #FFF;
	border-bottom: 0;
	background: #b3ab79 url(img/arrow-down.gif) right 55% no-repeat;
	text-align: center
}
#nav li li a{ border:0;}    

/* 2nd and 3rd level menus */
#nav ul {
    position: absolute;
    z-index: 99;
    left: -999em;
    margin: 0;
    padding: 0;
    height: auto;
    background:#dfc184;
    border:#fff 1px solid;
}

/* 3rd level menus only */
#nav ul ul {
    margin: -1.3em 0 0 12em;
}

/* 2nd and 3rd level menus */
#nav li li {
    width: 8em;
    border-bottom: 1px solid #fff;
}

/* 2nd and 3rd level menus */
#nav ul a {
    border-right: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#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 u{
    left: auto;
}

#nav li:hover, #nav li.sfhover {
}

/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {

}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
    background:none;
    }
#nav ul li a:hover, #nav ul ul li a:hover {
    
    }
/* 2nd level menus only */
#nav a.sub {
    background: url(img/arrow-right.gif) right 52% no-repeat;
}
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */        