#pad
{
    height: 140px;
}
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.


.mainnav {
	height:58px;
	background:url(/images/d1_bg.png) top left repeat-x;
}
.mainnav li {
	display:block;
	float:left;
	width:109px;
	border-right:1px solid #999;
	height:39px;
	text-align:center;
	padding-top:10px;
}
.mainnav li.last {
	border-right:none;
}
.mainnav li a {
	font:14px "Lucida Sans Unicode", "Arial Narrow" sans-serif;
	letter-spacing:-1px;
	line-height:16px;
	text-decoration:none;
	color:#412D31;
}
.mainnav li:hover, .mainnav li.active {
	background:url(/images/d1_bg.png) -230px -71px no-repeat;
}

=================================================================== */
#menu
{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 500;
    height: 59px;
    background: url(/images/d1_bg.png) top left repeat-x;
}
#menu li
{
    float: left;
    width: 108px;
    border-right: 1px solid #999;
    height: 39px;
    text-align: center;
    padding-top: 10px;
}
#menu li.last
{
    border-right: none;
}
#menu li a
{
    text-decoration: none;
    font: 14px "Lucida Sans Unicode" , "Arial Narrow" sans-serif;
    letter-spacing: -1px;
    text-decoration: none;
    color: #412D31;
    line-height: 16px;
}

#menu table
{
    border-collapse: collapse;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover
{
    z-index: 200;
    position: relative;
}
#menu li:hover
{
    position: relative;
    z-index: 200;
    background: url(/images/d1_bg.png) -230px -71px no-repeat;
}

#menu :hover ul
{
    left: 0;
    top: 40px;
    width: 150px;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul
{
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    list-style: none;
}

#menu :hover ul :hover ul
{
    left: 120px;
    top: -1px;
    white-space: nowrap;
    width: 100px;
    z-index: 200;
    height: auto;
}

#menu :hover ul li
{
    height: 20px;
    width: 250px;
    text-align: left;
    margin: 0;
    border-top: 1px solid #666;
    background-color: #D3C9CC;
}
/*Change sub menu Attributes*/
#menu :hover ul li a
{
    padding: 0 0 0 15px;
    font-size: 12px;
}


/*Three deep*/
#menu :hover ul :hover ul li a
{
    width: 100px;
    padding: 0;
    text-indent: 10px;
    background: #3e3e3e;
    color: #ccc;
}
#menu :hover ul :hover ul :hover
{
    color: #fff;
}

