#main_body {
	background-image:url(images/front_tg.jpg); 
	background-size: 100%;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 153px;
	margin-left:3px;
	background: #222;
	font-size: 1.2em;
	line-height:30px;
	outline: 0;
	
	/*background: url(topnav_bg.gif) repeat-x;*/
}

html ul.topnav :hover{
	background: #333;
}

.menu_container{
	position:relative; z-index:1;
}
ul.topnav li {
	
	margin: 0;
	color: #fff;
	display: block;
	text-decoration: none;
	margin-left:-3px;
	position:relative; z-index:100;
	
}
ul.topnav li a{
	
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: lighter;
	outline: 0;
}
ul.topnav li a:hover{
	/*background: url(topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	/*background: url(subnav_btn.gif) no-repeat center top;*/
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 190px;
	border: 1px solid #111;
	z-index:0;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}

.xx{
	color:#FFFFFF;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	background: #333;
	left:-130px;
	width: 160px;
	list-style: none;
	border: 1px solid #111;
	height: 23px;
	left: 0;
	margin: 0; padding: 0;
	margin-left:-37px;
	padding-left: 20px;
	padding-top:5px;
	text-align:left;
	z-index:1000;
	vertical-align:middle;
		
}
.xx a{
	list-style: none;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	outline: 0;
	padding-left:10px;
}

.xx:hover{
	background: #222;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	/*background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;*/
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222;
}
.outerbox
{
	padding: 0 5px 5px 0;
}
.outerbox div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(myshadow.png) no-repeat right top;
}
.outerbox div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(myshadow.png) left bottom;
}
.outerbox div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(myshadow.png) no-repeat right bottom;
}
 .innerbox
{
	margin: 0;
	display: inherit;
}

