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

/* Set up the link size, color and borders */
#menu a, #menu a:visited {display:block; font-size:11px; height:20px; font-weight:bold; color:#fff; text-decoration:none; 
/*url(/transactionservices/home/img/_r12/wave-short-hi.png) repeat-x;*/}
#menu a:hover, #menu a:active {background-color:#008ce6 }
#menu .selected a, #menu .selected a:hover, #menu .selected a:visited {background-color:#008ce6}

/* Set up the list items */
#menu li {float:left;  }
#menu li a {padding:6px 8px 0px 8px;  height:20px; margin:0; display:block; }

*html #menu li , *html #menu li a, *html #menu a:visited {
display: inline-block;
}

#menu li.selected {background-color:#008ce6}
#menu li.selected a {background-color:#008ce6}

#siteNav .subnav  {clear:both; width:910px;  margin-left:26px; height:26px;}

ul.sub {list-style-type:none; padding:6px 0 0 0; margin:0 0 0 0; font-size:11px; }
.sub li {display:block; float:left; padding:0 6px 0 0; border-right:1px solid #999; margin:0 6px 0 0; }
.sub li.last {border-right:none}
.sub .selected {font-weight:bold}
.sub a, .sub a:visited, .sub a.selected:hover, .sub a.selected:active  {color:#333; text-decoration:none}
.sub a:hover, .sub a:active {color:#006; text-decoration:underline}



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

/* snav = sitewide nav - top tabs */

/*
#snav ul li a.one {width:95px; height:41px; background: url("/transactionservices/home/img/menu2.gif") -30px 0 no-repeat;}
#snav ul li a.one:hover {background: url("/transactionservices/home/img/menu2.gif") -290px 0 no-repeat;}

#snav ul li a.two {width:88px; height:41px; background: url("/transactionservices/home/img/menu2.gif") -30px -50px no-repeat;}
#snav ul li a.two:hover {background: url("/transactionservices/home/img/menu2.gif") -290px -50px no-repeat;}

#snav ul li a.three {width:110px; height:41px; background: url("/transactionservices/home/img/menu2.gif") -30px -100px no-repeat;}
#snav ul li a.three:hover {background: url("/transactionservices/home/img/menu2.gif") -290px -100px no-repeat;}

#snav ul li a.four {width:162px; height:41px; background: url("/transactionservices/home/img/menu2.gif") -30px -150px no-repeat;}
#snav ul li a.four:hover {background: url("/transactionservices/home/img/menu2.gif") -290px -150px no-repeat;}

#snav ul li a.five {width:119px; height:41px; background: url("/transactionservices/home/img/menu2.gif") -30px -200px no-repeat;}
#snav ul li a.five:hover {background: url("/transactionservices/home/img/menu2.gif") -290px -200px no-repeat;}
	
.hideme {visibility:hidden;}	
*/



/* corpNav = corporate level (top level) upper right corner */

#corpNav ul {padding:0; margin:0; list-style-type:none; }
#corpNav ul.secondrow {clear:both; border-top:1px solid #ccc;}
#corpNav li {
        list-style-type: none;
        padding: 0;        
        margin: 0;
        height: 20px;
        display: block;
        float: left;
}

#corpNav a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 0 ;
}
