/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.link4b { float:left; position:relative; z-index:2;}


.link4b ul {list-style:none; margin:0;
padding:0;}

#dropdown
{float:left;
margin-left:410px;
margin-top:10px;
margin-bottom:5px;}

#topnav
{ float:left; position:relative; z-index:2;}

#topnav ul {list-style:none; margin:0;
padding:0;}


/* hack to correct IE5.5 faulty box model */
* html #topnav {width:80px; w\idth:80px;}

* html #topnav ul ul {top:38px;t\op:38px;}

* html #topnav ul ul li { width: 134px; }

/* yet another hack for IE5.5 */
* html #topnav ul ul a {width:120px;w\idth:128px;}

#topnav
{float:left;
background: url(images/button2.jpg) repeat-x;
background-position:right;
display:block;
color:#923b3f;
position:relative;
text-align:left;
width:200px;
height:28px;
margin:0;
padding:0;
text-decoration:none;
font-weight:bold;}

#topnav ul li a
{float:left;
color:#fff;
position:relative;
margin:0;
padding:0;
text-align:left;
padding-top:5px;
padding-left:10px;
width:200px;
height:28px;
text-decoration:none;
font-weight:bold;}

#topnav ul li a:hover
{color:#fff;
width:200px;}

#topnav ul li {float:left; position:relative; list-style:none; width:200px; height:28px;}

/* style the links for the top level */

/* hide the sub levels and give them a positon absolute so that they take up no room */
#topnav ul ul {visibility:hidden; float:left; position:absolute; height:0; top:28px; left:0px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
#topnav table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#topnav ul ul li { background: #e8d5d3; height: auto;}

#topnav ul ul a { background: #ba9491;
color:#fff; height: auto; font-size: 10px; border-bottom: 1px solid #d3b9b7; text-transform: none;
width:190px; padding-bottom:8px; padding-top:10px; }

#topnav ul ul .topsub_last a { border: none; }

#topnav ul ul .topsub_last { }

#topnav ul li a:hover {float:left;display:inline;
width:200px;
font-weight:bold;}

#topnav ul li ul li a:hover {float:left;display:inline;
background:#c5a19e;
width:190px;
font-weight:bold;}


#topnav a:hover {}

#topnav :hover > a {color: #FFFFFF; 
width:200px;
}

/* make the second level visible when hover on first level list OR link */
#topnav ul li:hover ul, #topnav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#topnav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#topnav ul :hover ul :hover ul{ visibility:visible;}
#topnav ul ul a:hover, #topnav ul ul :hover > a { background: #140d40 repeat-x; width:190px; color: #FFFFFF;}




