
/*LEFT NAV LIST*/
#menuContainer {
  float: left;
  width: 180px;
  margin-left: -100%;
  background: url(/assets/images/nav_left_bg.jpg) no-repeat;
}
* html #menuContainer { 
  /** IE6 hack for the menu position */
  margin-left: expression((-1 * parseInt(document.all['page'].offsetWidth)) + "px");
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
#navlist li {
	margin: 0 0 0 0px;
	font-size: 12px;
	font-weight:800;
	list-style-type: none;
	/*list-style-image: url(/assets/images/bulletblue.gif);*/
}
#navlist .sub0 a {
	/*/*/display: block;
	padding: 2px 2px 3px 14px;
	font-size: 13px;
	font-weight: 800;
	margin-left:0px;
	width:164px;
	border-bottom:1px solid #999999;
	background: #000099 url(/assets/images/menu_button_down.jpg) bottom;
}

#navlist .sub0 a img {
	margin-left:-12px;
}

#navlist .sub1 a {
	/*/*/display: block;
	padding: 2px 2px 3px 23px;
	font-size: 12px;
	font-weight: 600;
	margin-left:0px;
	width:155px;
	border-bottom:1px solid #999999;
	background: #000099 url(/assets/images/menu_button_down_sub1.jpg) bottom;	
	 /**/
}
#navlist .sub1 a img {
	margin-left:-12px;
}
#navlist .sub0 a:link, #navlist .sub0 a:visited{
	color: #fff;
	text-decoration: none; /* */
}
#navlist .sub1 a:link, #navlist .sub1 a:visited {
	color: #FFF;
	text-decoration: none; /* */
}
#navlist .sub0 a:hover {
	color:#FFF;
	background: #FF6600 url(/assets/images/menu_button_over.jpg);
}
#navlist .sub1 a:hover {
	color:#FFF;
	background: #FF6600 url(/assets/images/menu_button_over_sub1.jpg);
}
#navlist .sub0over a:link, #navlist .sub0over a:visited, #navlist .sub0over a:hover {
	color: white;
	display: block;
	padding: 2px 2px 4px 14px;
	width: 164px;
	text-decoration: none;
	background: #FF6600 url(/assets/images/menu_button_over.jpg);
}

#navlist .sub1over a:link, #navlist .sub1over a:visited, #navlist .sub1over a:hover {
	color: white;
	display: block;
	padding: 2px 2px 4px 2px;
	width: 168px;
	text-decoration: none;
	background: #FF6600 url(/assets/images/menu_button_over.jpg);
}
div.spacer {
  clear: both;
}
.menuHide {
display:none;
}
.menuShow {
display:block;
}

/*   BOSSMAIL */
div#bossmail {
  font-size: 14px;
}
div#bossmail h2 {
  background: #DDEBFF url(/assets/images/red_block.gif) repeat-y scroll left center;
}
a.bm_button {
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 2px 6px 0px 4px;
  margin: 0 0 4px 0;
  background: url('/assets/images/buttons/button_generic.png') no-repeat;
}
a.bm_button:hover {
  color: #009;
  text-decoration: none;
}
span.bm_button_bottom {
  width: 100px;
  margin: 4px 0;
  display: inline-block;
  background: url('/assets/images/buttons/button_generic.png') bottom left no-repeat;
}

a.bm_button150 {
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 2px 6px 0px 4px;
  margin: 0 0 4px 0;
  background: url('/assets/images/buttons/button_generic150.png') no-repeat;
}

a.bm_button150:hover {
  color: #009;
  text-decoration: none;
}

span.bm_button150_bottom {
  width: 150px;
  margin: 4px 0;
  display: inline-block;
  background: url('/assets/images/buttons/button_generic150.png') bottom left no-repeat;
}
