#main {margin:0 auto; width:725px; text-align:left;}

#header, #content, #footer {width:705px}

.col_1, .col_2, .col_3, .col_4, .col_5, .col_box_1, .col_box_2, .col_box_3 {float:left;}


/*======= index.html =======*/
#content .col_1 {width:190px;}
#content .col_2 {width:325px;}
#content .col_3 {width:190px;}
#content .col_4 {width:515px;}
#content .col_5 {width:190px;}
/*=========================*/

/* Root = Horizontal, Secondary = Vertical */

.navigation {
  background: url(../images/cont.gif);
  height:34px;
}

ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 705px; /*For KHTML*/
	list-style: none;
	height: 24px;
	}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	
	padding: 6px 28px 6px 18px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: url(../images/divider.gif) right top no-repeat;
	color: #5a2c1f;
	font: bold 11px/22px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

ul#navmenu a.last {
	
	padding: 6px 30px 6px 20px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: none;
	color: #5a2c1f;
	font: bold 11px/22px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Menu */


ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}
