.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;margin-left:10px;}
/* 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 {
	margin-left:8px;
	margin-top:3px;
	width:129px !important;
}
/* 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;
  margin:0px 7px 0px 0px;
  padding:0px 7px 0px 0px;
  width:140px;
  border:3px solid #c0c0c0;
  background-color:#ffffff !important;
  color:#000;
  text-align:center;
  

}
.menu li a
{
	color:#000;
	background-color:#fffff;
	text-align:center;

	
}
/* style the links for the top level */
.menu a,
.menu a:visited {
    display:block;
    float:left;
    font-size:13px !important;
    font-weight:bold;
  color:#000;
    height: 25px;

    font-style:italic;
}

/* 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:30px;
  left:-12px;
  width:130px !important;
    border:3px solid #c0c0c0;
  background-color:#ffffff !important;
  color:#000;
  border: 1px solid #000;
  padding: 18px 12px 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: 95%;
  padding:3px !important;
}


/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited {
    display: block;
    font-weight: normal;
    font-size:12px;
    height:auto;
    line-height:1em;
    padding:0 0 0 10px;
    border-width:0 1px 1px 1px;
    margin-bottom:3px;
  color:#000;
    width:80px;
    font-style:normal;
    text-align:center
}

/* style the top level hover */
.menu a:hover{
  text-decoration: underline;
  border-bottom:none;
  color:#000;
}
.menu :hover > a{
  text-decoration: underline;
  border-bottom:none;
  color:#000;
}

/* 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:#000;
}
.menu ul ul :hover > a {
  background: url(../images/css/puce_nav.png) left 5px no-repeat;
  border-bottom:none;
  color:#000;
}
.menu .encour
{
	color:#000 !important;
	font-size:16px !important
}
.menu > ul > li > a
{
	margin-left:10px;
		width:120px;
	padding-top:3px;
	padding-bottom:1px;
	margin-top:3px;
}

