@charset "utf-8";
/* CSS Document */


/* ================================================================ 
Style Sheet for dropdown menu1
=================================================================== */
#multi-level-harris2 {height:25px; position:relative; z-index:100;}
#multi-level-harris2 .pad {float:left;}


/* The menu1 styling */
/* Remove the padding, margins and bullets from the lists */
.menu1, .menu1 ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif; font-size:12px; color:#5c5c5c}

/* Set up the top level list items and float left to place inline */
.menu1 li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu1 function. The font size is necessary for IE5.5 */
.menu1 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu1 li.top a.top_link {display:block; float:left; height:35px;}
.menu1 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 */


.menu1 li.p5 {width:137px; height:25px; background: url(../assets/images/prefix_clientloginbtn_over.gif) no-repeat;;}


/* set up the normal unhovered images in the links */


.menu1 li a#harris2 {width:137px;height:25px; background:url(../assets/images/prefix_clientloginbtn.gif) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.menu1 a:hover {visibility:visible;} /* for IE6 */
.menu1 li:hover { position:relative; z-index:1000;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */

.menu1 li a#harris2:hover, .menu1 li:hover a#harris2,

.menu1 li a#privacy:hover, .menu1 li:hover a#privacy {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu1 ul, 
.menu1 :hover ul ul, 
.menu1 :hover ul :hover ul ul,
.menu1 :hover ul :hover ul :hover ul ul,
.menu1 :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 sub1 level */
.menu1 :hover ul.sub1 {left:-30px; top:25px; background: #fff; padding:0px 0; border-top:1px solid #982a08 ; border-left:1px solid #982a08; border-right:1px solid #982a08; white-space:nowrap; width:160px; height:auto;}
.menu1 :hover ul.sub1 li {display:block; height:20px; position:relative; float:left; width:100%; border-bottom:solid 1px #982a08;font-family:arial, sans-serif; font-size:12px; color:#5c5c5c; background-color:#FFFFFF}
.menu1 :hover ul.sub1 li a {display:block; font-size:11px; height:20px; width:100%; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 0px;font-family:arial, sans-serif; font-size:12px; color:#5c5c5c; background-color:#FFFFFF}
.menu1 :hover ul.sub1 li a.fly1 {background:#fff url(../assets/images/prefix_arrow.gif) 105px 7px no-repeat;}
.menu1 :hover ul.sub1 li a:hover {background:#ffffff; color:#4e8abe;}
.menu1 :hover ul.sub1 li a.fly1:hover {background:#ffffff url(../assets/images/prefix_arrow_over.gif) 105px 7px no-repeat; color:#4e8abe;}
.menu1 :hover ul li:hover > a.fly1 {background:#ffffff url(../assets/images/prefix_arrow_over.gif) 105px 7px no-repeat; color:#4e8abe;} 

/* set up the fly1out levels when hovering */
.menu1 :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:120px; top:-4px; background: #fff; padding:0px 0; border:1px solid #982a08; white-space:nowrap; width:100%; z-index:200; height:auto; z-index:300;}


