div#menu {
    height:42px;
    background: url('/images/site/nav-bg.png') repeat-x;
    _background: url('/images/site/nav-bg.gif') repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 0;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
   
div#menu li:hover>ul {
    left: -2px;
}

div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    top: 42px;
    left: 0;
    width: 208px;
    z-index: 11;
    visibility: hidden;
    padding: 0 0 9px 7px;
    _padding: 0 0 9px 3px;
    background: url('/images/site/submenu-bottom.png') no-repeat 7px bottom;
    _background-image: url('/images/site/submenu-bottom.gif');
    margin: 0 0 0 -9px;
}
div#menu li:hover>div {
    visibility: visible;
}


div#menu ul li.current { 
    color: #FFFFFF;	
    background: url('/images/site/nav-select.png') repeat-x right -1px;}

div#menu ul li.current a, div#menu ul li.current span, div#menu ul li.current a:hover span {
color: #ffffff;	
}

/* menu::level1 */
div#menu a {
    position: relative;
    z-index: 10;
    height: 42px;
    display: block;
    float: left;	
    padding: 0 14px 0 10px;
    line-height: 42px;
    text-decoration: none;
}
div#menu span {
    font: 14px Arial,sans-serif;
    padding-top: 12px;
    color: #ffffff;
    font-weight:bold;
    text-transform:uppercase;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;		
}
div#menu ul a:hover span, div#menu ul li current a:hover span {
    color: #ffffff;
}

div#menu li { background: url('/images/site/nav_separator.png') top right no-repeat; }
div#menu li.last span, div#menu li.last {
    background: none;
    padding: 6px 0 0 0;
}

div#menu li.first a {
    position: relative;
    z-index: 10;
    height: 42px;
    display: block;
    float: left;	
    padding: 0 15px 0 0;
    line-height: 42px;
    text-decoration: none;
}

/* menu::level2 */
div#menu ul ul li {
    background: url('/images/site/nav_dropdown_sep.gif') left bottom repeat-x;
    padding: 4px 0;
    z-index: 9;	
}
div#menu ul ul {
    z-index: 12;	
    padding: 0;
    background: rgb(30,83,129) url('/images/site/nav_dropdown_grad.png') right top no-repeat;
    margin-top:0px;
    margin-left:4px;
    margin-right:5px;
}
div#menu ul ul a, div#menu ul ul li.current, div#menu ul ul li.current a{
  	width: 184px;
	  padding: 0px 7px 3px 8px;
    height: auto;
    float: none;
    display: block;
    background:none;
    margin-bottom: 2px;
    z-index: -1;
color: #cfe7e8;
}
div#menu ul ul a span {
	  padding: 0 10px 0px 10px;
    line-height: 20px;
    color: #ffffff;
font-size: 12px;
    font-weight:normal;
    text-transform: none;
    background:none;
}
div#menu ul ul a:hover {
    background: url('/images/site/submenu-selected-bottom.gif') no-repeat 8px bottom;
color: #cfe7e8;
}
div#menu ul ul a:hover span {
    background: url('/images/site/submenu-selected-top.gif') no-repeat 0px 0px;
    color: #cfe7e8;
}



div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* lava lamp */
div#menu li.back {
    background: url('/images/site/nav-select.png') repeat-x right -1px;
    width: 0px;
    height: 42px;
    z-index: 8;
    position: absolute;
    padding: 0;
	color: ffffff;
    margin: 0px 0 0 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url('/images/site/nav-select.png') repeat-x right -1px;
    height: 42px;
    margin: 0 0 0 0px;
    float: none;
    position: relative;
    top: 0;
    color: ffffff;
    left: 0;
    visibility: visible;
}