#genTable { width: 800px; border: 0px solid #cccccc; border-collapse: collapse; margin: auto; padding: 0 }

body { 
margin: 0px;
}

img { border: 0; }

a:link{color: #427AB9;}
a:hover{color: #666666;}
a:visited{color: #427AB9;}

.sideMenu a {
font-family: verdana;
font-size: 12px;
color: #fff;
padding: 10px 10px 5px 5px;
display: block;
width: 100%;
}
.sideMenu a:hover { background-color:#CCCCCC; color:#333333;}


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
visibility: hidden;
font-family: arial;
font-weight: bold;
font-size: 11px;
position: absolute;
color:#fff;
background: #666;
border: 1px #fff;
top: 3.8em; /* I'm using ems rather than px to allow people to zoom their font */
left: 0px;
width: 140px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 139px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 border-left: 1px solid #333;
 padding: 0;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 padding: 0px 0px 0px 0px;
 margin-right: 0;
 margin-bottom: -1px;
}

.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a, .menulist a:visited {
 display: block;
 color: #fff;
 text-decoration: none;
 font-weight: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #fff;
 background-color:#0054a6;
 text-decoration: none;
}
.menulist  a.highlighted {
 color: #fff;
 background-color: #333;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

.headline_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0054A5;
}
.menu_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.gen_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.sidenav_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.footer a:hover {
    color: #666666;
}

img.menuImg {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-right: -2px;
    margin-top: 0px;
}

.depth_2 a {
    padding: 4px;
}
.depth_2 a:hover {
    padding: 4px;
}

.style1 {
    color: #0054A5;
    font-weight: bold;
}

.stockTicker {
    color: #0054A5;
    font-weight: bold;
}

.
