/* this style should be part of "global_cmb.css" and removed from this stylesheet */
BODY, table {
font:12px Arial, Helvetica, sans-serif; color:#666666; 
}

/* this style should be part of "layout_cmb.css" and removed from this stylesheet */
#siteNav {
clear: both;
width: 760px;
height: 24px;
margin-left: 20px; 
}









/* Get rid of the margin, padding and bullets in the unordered lists */
#menu, #menu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#menu a, #menu a:visited {display:block; font-size:11px; color:#333333; text-decoration:none; }

/* Set width and spacing of dropdowns */
#menu li li a {width:142px; padding:4px;}

/* Set up the list items */
#menu li {float:left; background:#ffffff;}

/* For Non-IE browsers and IE7 */
#menu li:hover {position:relative;}
/* Make the hovered list color persist */
#menu li:hover > a {color:#cc0000; }
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#menu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#menu li:hover > ul {display:block; position:absolute; top:-13px; left:91px; padding:10px 30px 30px 30px; width:120px; } /* background:transparent url(transparent.gif); } */
/* Position the first sub level beneath the top level liinks */
#menu > li:hover > ul {left:-30px; top:14px;}

/* get rid of the table */
#menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #menu li a:hover {position:relative; background:#ffffff; color:#cc0000;}

/* For accessibility of the top level menu when tabbing */
#menu li a:active, #menu li a:focus {color:#cc0000;}

/* Set up the pointers for the sub level indication */
#menu li.fly {background:#eeeeee url(red_arrow.gif) right top; background-repeat: no-repeat;}
#menu li.drop li {background:#eeeeee;}

/* Set up the pointers for the sub level indication */
#menu li.fly:hover {background:#ffffff;}
#menu li.drop li:hover {background:#ffffff;}



/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #menu li ul {visibility:hidden; display:block; position:absolute; top:-9px; left:90px; padding:10px 30px 30px 30px;} /* background:transparent url(transparent.gif);} */

/* keep the third level+ hidden when you hover on first level link */
#menu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#menu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#menu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#menu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#menu li a:hover ul {
visibility:visible; left:-30px; top:18px; lef\t:-31px; to\p:16px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#menu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:90px;
}
/* make the fourth level visible when you hover over third level link */
#menu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#menu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#menu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


/* safari fix */
#menu li.divider:hover {background:none;}



/* mouseover image swapping via horizontal background image positioning */



/* snav = sitewide nav - top tabs */
#snav ul li a.one {width:48px; height:24px; background: url("menu.gif") 0 0 no-repeat;}
#snav ul li a.one:hover {background: url("menu.gif") -150px 0 no-repeat;}

#snav ul li a.two {width:73px; height:24px; background: url("menu.gif") 0 -25px no-repeat;}
#snav ul li a.two:hover {background: url("menu.gif") -150px -25px no-repeat;}

#snav ul li a.three {width:42px; height:24px; background: url("menu.gif") 0 -50px no-repeat;}
#snav ul li a.three:hover {background: url("menu.gif") -150px -50px no-repeat;}

#snav ul li a.four {width:71px; height:24px; background: url("menu.gif") 0 -75px no-repeat;}
#snav ul li a.four:hover {background: url("menu.gif") -150px -75px no-repeat;}

#snav ul li a.five {width:114px; height:24px; background: url("menu.gif") 0 -100px no-repeat;}
#snav ul li a.five:hover {background: url("menu.gif") -150px -100px no-repeat;}

#snav ul li a.six {width:72px; height:24px; background: url("menu.gif") 0 -125px no-repeat;}
#snav ul li a.six:hover {background: url("menu.gif") -150px -125px no-repeat;}
	
.hideme {visibility:hidden;}	


