/* SPECIAL NAV ITEMS */

#pn-12 {
background: url(../assets/icon-paper.gif) #562a09 no-repeat 160px 8px !important;
}
#pn-12:hover {
background-color: #684226 !important;
}
#pn-14 {
background: url(../assets/icon-toner.gif) #562a09 no-repeat 160px 8px !important;
}
#pn-14:hover {
background-color: #684226 !important;
}
#pn-15 {
background: url(../assets/icon-electronics.gif) #562a09 no-repeat 160px 8px !important;
}
#pn-15:hover {
background-color: #684226 !important;
}
#pn-16 {
background: url(../assets/icon-can.gif) #562a09 no-repeat 160px 8px  !important;
}
#pn-16:hover {
background-color: #684226 !important;
}

#nav {
color : #fff;
font-size : 13px;
line-height : 30px;
background-color : #562a09;
background-image : url(../assets/menu-left.gif);
background-repeat : no-repeat;
background-position : left 0;
height : 30px;
clear : both;
}
#nav ul {
margin : 0 0 0 5px;
padding : 0;
float : left;
list-style : none;
}
#nav a {
position: relative;
display : block;
margin : 0;
text-align : center;
color : #fff;
text-decoration : none;
padding : 0 10px;
}
#nav a.home {
padding-left : 0;
border-left-width : 0;
}
#nav a:hover {
color : #fff;
}
#nav li {
background: url(../assets/menu-li-bg.gif) #562a09 no-repeat right;
position : relative;
float : left;
border-right : 1px solid #684226;
}
#nav li:hover {
background: #ff6f2f;
}
#nav ul ul {
position : absolute;
z-index : 500;
margin: 0;
padding: 0;
}
#nav ul ul li {
width: 180px;
clear: left;
}
#nav ul ul li:hover {
background: #684226;
}
#nav ul ul a {
text-align: left;
}
#nav ul ul ul {
position : absolute;
top : 0;
left : 100%;
}
div#nav ul ul, div#nav ul li:hover ul ul, div#nav ul ul li:hover ul ul {
display : none;
}
div#nav ul li:hover ul, div#nav ul ul li:hover ul, div#nav ul ul ul li:hover ul {
display : block;
}

#footer ul {
margin: 0;
padding: 0;
}
#footer ul li {
list-style-image: none;
list-style: none;
float: left;
position: static;
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #ccc;
}
#footer ul ul {
display: none;
}
#footer ul ul ul {
display: none;
}