.bottomrow {
margin-bottom:-40px;
}

/* style the outer div to give it width */
.menu1 {
position:relative;
top:6px;               /* POSITIONING FOR THE FAQ LINK FOR ALL BROWSERS EXCEPT IE   */
left:293px;              /* POSITIONING FOR THE FAQ LINK FOR ALL BROWSERS EXCEPT IE   */

width:170px;
height:30px;
font-size:1em;
font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}
X-AntiVirus: checked by AntiVir MailGuard (Version: 8.0.0.18; AVE: 8.1.0.35; VDF: 7.0.3.226)

*html .menu1 {
position:relative;
top:6px;               /* POSITIONING FOR THE FAQ LINK FOR  IE   */
left:295px;              /* POSITIONING FOR THE FAQ LINK FOR  IE   */
}


/* remove all the bullets, borders and padding from the default list styling */
.menu1 ul 
{
padding:0;
margin:0;
list-style-type:none;
}

.menu1 ul ul
{
width:150px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu1 li
{
float:left;
width:150px;
position:relative;
}

/* style the links for the top level */
.menu1 a, .menu1 a:visited
{
display:block;
font-size: 12px;
font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
color:#D68621; 
width:139px; 
height:30px; 
padding-left:10px; 
line-height:29px;
 
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu1 a, * html .menu1 a:visited
{
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu1 ul ul a.drop, .menu1 ul ul a.drop:visited
{
background:#f9f3de;
}

/* style the second level hover */
.menu1 ul ul a.drop:hover
{
color:#ffffff;
background:#d68621;
}

.menu1 ul ul :hover > a.drop
{
background:#ffffff;
}

/* style the third level background */
.menu1 ul ul ul a, .menu1 ul ul ul a:visited
{
background:#f9f3de;
}

/* style the third level hover */
.menu1 ul ul ul a:hover
{
color:#ffffff;
background:#d68621;
}

.menu1 ul ul ul :hover > a
{
color:#ffffff;
background:#d68621;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu1 table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 ul ul
{
visibility:hidden;
position:absolute;
bottom:25px;    /*  //////////////    */
left:0; 
width:150px;
}

* html .menu1 ul ul
{
bottom:21px;
}
*+ html .menu1 ul ul
{
bottom:21px;
}

/* position the third level flyout menu */
.menu1 ul ul ul
{
left:150px; 
bottom:0;
width:150px;
margin-left:-1px;
}

/* position the third level flyout menu for a left flyout */
.menu1 ul ul ul.left
{
left:-150px;
}


/* style the second level links */
.menu1 ul ul a, .menu1 ul ul a:visited
{
font-size:12px;
font-weight:normal;
background:#f9f3de; 
color:#000000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}

* html .menu1 ul ul a
{
font-size: 12px;
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu1 a:hover
{
color:#D68621;
font-size: 12px;
background:none;
text-decoration:underline;
}

.menu1 ul ul a:hover
{
color:#ffffff;
font-size: 12px;
background:#D68621;
text-decoration:none;
}



.menu1 :hover > a .menu1 ul ul :hover > a
{
color:#ffffff;
font-size: 12px;
font-weight:normal;
text-decoration:none;
background:#f9f3de;
}


.menu1 ul ul :hover > a
{
color:#ffffff;
font-size: 12px;
font-weight:normal;
background:#d68621;
}



/* make the second level visible when hover on first level list OR link */
.menu1 ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu1 ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu1 ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.menu1 ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu1 ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}