
/* MAIN MENU (Top Level Menupoints) */
div.menumain { margin:23px -24px 0px 0px; }
table.menumain { width:532px; margin-left:235px; border-collapse:collapse; }

table.menumain td { text-align:center; padding:9px 0px 8px 0px; letter-spacing:0px; }
table.menumain td a {
  color:           #33312e;
	text-transform:  uppercase;
	font:            bold 12px Trebuchet, Georgia, Times New Roman;
	text-decoration: none;
	letter-spacing:  0px;
	padding:         0px;
	margin:          0px;
}
table.menumain td.separator { font-size:1px; padding:2px 0px; width:1px; }
table.menumain td.separator div {
	width:1px; border-left:1px dotted #000000; font-size:1px; height:12px; margin:0px; padding:0px;
}



/* OTHER MENU */

DIV.menuother { margin:2px 0px 10px 0px; }

	DIV.menuother DIV.level1 { height:14px; padding:6px 10px 4px 16px; margin:0px 0px 4px 0px; }
	DIV.menuother DIV.level1 a { color:#000000; font-weight:bold; font-size:10px; letter-spacing:1px; }
	DIV.menuother DIV.SEL1, DIV.menuother DIV.LASTSEL1, DIV.menuother DIV.PARENTSEL1, DIV.menuother DIV.CHILDSEL1
		{  } 

		DIV.menuother DIV.menu2holder { margin:-4px 0px 0px 0px; }
		DIV.menuother DIV.level2 { height:15px; padding:2px 10px 2px 16px; margin:0px; }
		DIV.menuother DIV.level2 a { color:#667c9b; font-size:10px; letter-spacing:1px; }
		DIV.menuother DIV.SEL2 { }
		DIV.menuother DIV.LAST2 { height:20px; margin-bottom:10px; }
		DIV.menuother DIV.LASTSEL2 { height:20px; margin-bottom:10px; }
		
DIV.banner { margin:10px 0px; padding:4px 0px; text-align:center; background-color:#dcdcdc; }
