#c #h #menu { text-align:center; height: 30px; font-family: Verdana, arial, helvetica, sans-serif; padding-right: 12px; font-weight:bold; z-index: 200;}

/* top links */
#c #h #menu ul { list-style: none; margin: 0; padding: 0; width: 135px; float: right; }
#c #h #menu li { position: relative; }
#c #h #menu a.top,
#c #h #menu a.top:visited 	{ font-size:12px; font-weight:bold; line-height: 18px; display: block; margin: 0; padding: 6px 2px; color: #666666; text-decoration: none; border:none; background:none; }
#c #h #menu a.top:hover 	{ font-size:12px; color: #EDF1F7; background: #476F92; }

/* active top link */
#c #h #menu a.act,
#c #h #menu a.act:visited 	{ font-size:12px; font-weight:bold; line-height: 18px; display: block; margin: 0; padding: 6px 2px; color: #EDF1F7; text-decoration: none; border:none; background:#476F92; }
#c #h #menu a.act:hover 	{ font-size:12px; color: #EDF1F7; background: #476F92; }

/* sub links */
#c #h #menu ul ul { width: 150px; text-align:left; position: absolute; z-index: 500; top:28px; left:0; margin:0; padding:0; z-index: 200;}
#c #h #menu ul li { margin:0; padding:0; z-index: 200;}

#c #h #menu ul li a,
#c #h #menu ul li a:visited { font-size:11px; font-weight:normal; line-height: 14px; display: block; margin: 0; padding: 4px; color: #000; text-decoration: none; background:#EDF1F7; border-bottom: 1px dotted #476F92; }
#c #h #menu ul li a:hover { font-size:11px; color: #EDF1F7; background:#476F92; }

/* hide and reveal */
#c #h div#menu ul ul,
#c #h div#menu ul li:hover ul ul,
#c #h div#menu ul ul li:hover ul ul { display: none; margin:0; padding:0; }

#c #h div#menu ul li:hover ul,
#c #h div#menu ul ul li:hover ul,
#c #h div#menu ul ul ul li:hover ul { display: block; margin:0; padding:0; }

/* second level menu */
#c #second { height:20px; background-color:#476F92; font-size: 11px; font-weight:normal; line-height: 14px; padding-left: 200px; }
#c #second a.link, 
#c #second a.link:visited { color:#EDF1F7; text-decoration: none; padding: 3px 15px; display:block; width:auto; float: left; }
#c #second a.link:hover { color:#476F92; text-decoration: none; background-color:#EDF1F7; }

#c #second a.active, 
#c #second a.active:visited { color:#476F92; text-decoration: none; padding: 3px 9px; display:block; width:auto; float: left; background-color:#EDF1F7; }
#c #second a.active:hover { color:#476F92; text-decoration: none; background-color:#EDF1F7; }

/* lower Menu */
#bb #c #menutwo { padding: 0; height: 26px; border-top: 6px solid #517092; }
#bb #c #menutwo a.link, #main_nav a.link:visited { font-size: 11px; color: #666666; padding: 5px 10px; text-decoration: none; height: 16px; display: block; width:auto; float: left; font-weight: bold; }
#bb #c #menutwo a.link:hover { color:#EDF1F7; background-color: #497295; width:auto; float:left; height: 16px; margin:0; padding: 5px 10px; }
#bb #c #menutwo a.active { font-size: 11px; font-weight: bold; text-decoration: none; color: #EDF1F7; height: 16px; padding: 5px 10px; display: block; width:auto; float: left; background-color: #497295; }