/* CSS Document */
#multi-level {
height:124px;
position:relative;
z-index:100;
}

#multi-level .pad {
float:left;
}

.menu, .menu ul {
list-style-type:none; 
padding:0;
margin:0; 
font-family: Tahoma;
font-weight: bold;
font-size: 11px;
color: #000000;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
float:left;
display: block;
position:relative;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
border-collapse:collapse;
width:0;
height:0;
position:absolute; 
top:0; 
left:0;
}

/* Default top link link styling */
.menu li.top a.top_link {
display:block;
float:left;
height: 36px;
}

.menu li.top a span {
position:absolute;
left:-9999px; 
top:0; 
z-index:0; 
font-size:10px;
} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.n1 {
background-image: url(images/home_nav1h.jpg);
width: 94px;
height: 124px;
}

.menu li.n2 {
background-image: url(images/home_nav2h.jpg);
width: 91px;
height: 124px;
}

.menu li.n3 {
background-image: url(images/home_nav3h.jpg);
width: 91px;
height: 124px;
}

.menu li.n4 {
background-image: url(images/home_nav4h.jpg);
width: 91px;
height: 124px;
}

.menu li.n5 {
background-image: url(images/home_nav5h.jpg);
width: 91px;
height: 124px;
}

.menu li.n6 {
background-image: url(images/home_nav6h.jpg);
width: 94px;
height: 124px;
}

.menu li.aboutus {
background-image: url(images/hnav_aboutus1.gif);
width: 112px;
height: 36px;
}

/* set up the normal unhovered images in the links */
.menu li a#n1 {
background-image: url(images/home_nav1.jpg);
width: 94px;
height: 124px;
}

.menu li a#n2 {
background-image: url(images/home_nav2.jpg);
width: 91px;
height: 124px;
}

.menu li a#n3 {
background-image: url(images/home_nav3.jpg);
width: 91px;
height: 124px;
}

.menu li a#n4 {
background-image: url(images/home_nav4.jpg);
width: 91px;
height: 124px;
}

.menu li a#n5 {
background-image: url(images/home_nav5.jpg);
width: 91px;
height: 124px;
}

.menu li a#n6 {
background-image: url(images/home_nav6.jpg);
width: 94px;
height: 124px;
}

.menu li a#aboutus {
background-image: url(images/hnav_aboutus.gif);
width: 112px;
height: 36px;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
visibility:visible;
} 

/* for IE6 */
.menu li:hover { 
position:relative;
z-index:200;
} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#n1:hover, .menu li:hover a#n1,
.menu li a#n2:hover, .menu li:hover a#n2,
.menu li a#n3:hover, .menu li:hover a#n3,
.menu li a#n4:hover, .menu li:hover a#n4,
.menu li a#n5:hover, .menu li:hover a#n5,
.menu li a#n6:hover, .menu li:hover a#n6
{
background:transparent;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
position:absolute;
left:-9999px;
top:-9999px; 
width:0; 
height:0;
}

/* set up the first drop down sub level */
.menu :hover ul.sub {
background-color: none;
padding: 1px;
left:0;
top:123px;
white-space:nowrap;
height:auto;
width: 140px;
}

.menu :hover ul.sub li {
display: block;
position:relative;
float:left;
background-color: #BDB667;
line-height:25px;
font-size:11px;
width: 140px;
text-indent: 8px;
border: 1px solid #000;
}

.menu :hover ul.sub li a {
text-decoration: none;
background-color: #BDB667;
display:block;
color:#000;
width: 140px;
}

.menu :hover ul.sub li a:hover {
text-decoration: none;
background-color: #BDB667;
display:block;
color: #FFFFFF;
width: 140px;
}

.menu :hover ul.sub li a.fly {
background:#002078 url(images/arrow_over.gif) no-repeat 200px 10px;
color:#ffffff;
}

.menu :hover ul.sub li a.fly:hover {
background:#0a37a3 url(images/arrow_over.gif) no-repeat 200px 10px; 
color:#FFFFFF;
}

.menu :hover ul li:hover > a.fly {
background:#002078 url(images/arrow_over.gif) no-repeat 200px 10px;
color:#ffffff;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {
background-color: #FFFFFF;
padding: 1px;
left:140px;
top: 0px;
white-space:nowrap;
width: 140px;
z-index:200;
z-index:400;
height:auto;
}