.nav_hor {
  background:transparent url(../images/css/bg_nav_hor.png) no-repeat scroll left bottom;
  height:100%;
}

/* =============================================================== 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {position:relative; z-index:100;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
  float:left;
  position:relative;
  background:transparent url(../images/css/puce_nav.png) no-repeat scroll 100% 7px;
  margin:0px 7px 0px 0px;
  padding:0px 7px 0px 0px;

}

/* style the links for the top level */
.menu a,
.menu a:visited {
    display:block;
    float:left;
    font-size:109.5%;
    font-weight:bold;
    text-transform:uppercase;
    height: 25px;
}

/* style the second level background */
.menu ul ul a.drop,
.menu ul ul a.drop:visited {
    background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
    background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
    background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility:hidden;
  position:absolute;
  top:22px;
  left:-10px;
  width:225px;
  font-size:12pt;
  background: #FFFFFF;
  border: 1px solid #966844;
  padding: 10px 10px 0 10px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

.menu ul ul li {
  background: none;
  padding:0;
  margin-bottom: 10px;
  width: 100%;
}


/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited {
    display: block;
    font-weight: normal;
    font-size:91%;
    height:auto;
    line-height:1em;
    padding:0 0 0 10px;
    border-width:0 1px 1px 1px;
    text-transform: lowercase;
    background:transparent url(../images/css/puce_nav_nivo2.png) no-repeat scroll left 6px;
}

/* style the top level hover */
.menu a:hover{
  text-decoration: underline;
  border-bottom:none;
  color:#906747;
}
.menu :hover > a{
  text-decoration: underline;
  border-bottom:none;
  color:#906747;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* style the second level hover */
.menu ul ul a:hover{
  background: url(../images/css/puce_nav.png) left 5px no-repeat;
  border-bottom:none;
  color:#906747;
}
.menu ul ul :hover > a {
  background: url(../images/css/puce_nav.png) left 5px no-repeat;
  border-bottom:none;
  color:#906747;
}
.menu .encour
{
	color:#906747 !important;
}

