#Header {
	background-image: url(http://www.j-alz.com/images/topheader.jpg);
	height: 108px;
	width: 999px;
	background-repeat: no-repeat;
	display: table-header-group;
}
#Recommended {
	background-image: url(images/recommended.jpg);
	width: 200px;
	height: 358px;
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
}

#topmenu {
	background-image: url(images/top.jpg);
	height: 30px;
	width: 1000px;
	background-repeat: no-repeat;
	display: inline-table;
	overflow: hidden;
	background-color: #FFF;
}
#Sidemenu {
	background-image: url(http://www.j-alz.com/images/sidemenu_links.gif);
	height: 100%;
	width: 20%;
	float: left;
	background-color: #FFF;
}
#CenterContent {
	top: 15px;
	text-align: justify;
	text-indent: 20%;
	font-size: 12pt;
	color: #333;
	display: inline-block;
	background-color: #FFF;
}
#SubMenu {
	width: 100%;
	display: table-row-group;
	float: none;
}
#Content {


}
#LeftMenu {
	background-image: url(images/leftmenu.gif);
	height: 330px;
	width: 220px;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFF;
}
#Footer {
	background-image: url(http://www.j-alz.com/images/footer.gif);
	height: 60px;
	width: 999px;
	text-align: right;
	clear: both;
}
.sub-bg {
	background-image: url(http://www.j-alz.com/images/topmenu_flyout.gif);
	padding: 10px;
}
.sub-bg {
	clear: both;
	float: right;
}
.fly {
	float: right;
}
#SideMenu {
	float: left;
	height: 170px;
	width: 17%;
}
#TitleBox {
}
#NavigationTracker {
	height: 30px;
	width: 450px;
	background-color: #FFF;
}
#Middle {
	width: 30%;
}
#Title {
	width: 30%;
}
#CenterContent {
	width: 30%;
}
#PgTitle {
}
#titlemenuleft {

}
#PgTitle {

}
a img {border: none; } 




ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
	line-height: 15px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #003923;
}

ul#menu a.active {
  color: #3D675C;
}


ul#menu {
  width: 500px;
  list-style-type: none;
  border-top: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333;
}

ul#menu li {
	line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
	color: #003D25;
	font-weight: bold;
	font-style: italic;
}

ul#menu a.active {
  color: #003923;
}

