#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:80px;
}

#Header1_ {
	position:absolute;
	left:0px;
	top:0px;
	width:216px;
	height:80px;
}

#Header2_ {
	position:absolute;
	left:216px;
	top:0px;
	width:584px;
	height:80px;
}

/*
	css-plus by Jamy Golden
*/
a { /*color: black*/ }

div.navmenus {
	position:absolute;
	left:250px;
	top:27px;
	width:216px;
	height:80px;
}
/* Targeting both first and second level menus */
#nav li { float: left; position: relative;  list-style-type: none}
#nav li a {font-family: sans-serif; font-size:smaller; background: #d6cfbd; border: 1px solid #4f4026; /*color: #333; */display: block; margin: 0 5px 0 0; padding: 5px 8px; }
#nav li a:hover { background: #f7f7f7; text-decoration: none; }

/* Targeting the first level menu */
#nav { display: block; height: 35px; padding: 10px 0; width: 600px; z-index: 100; position: absolute;}
#nav > li > a {  border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;}

/* Targeting the second level menu */
#nav li ul { background: #e1ddd3; border: 1px solid #4f4026; /*color: #333;*/ display: none; margin: -3px 0 0 0; width: 200px; position: absolute; }
#nav li ul li { width: 100% }
#nav li ul li a { background: none; border: none; line-height: 25px; margin: 0; padding: 0 0 0 5px;  }
#nav li ul li a:hover { background: #f7f7f7;}

/* A class of current will be added via jQuery */
#nav li.current > a { background: #f7f7f7; }

/* CSS fallback */
#nav li:hover > ul.child { display: block; }
