/*Menu Rounded corner boxes begin*/

/** html .clearfix {height:1px;} /* * html hack for IE pre 7*/
.clearfix {display:inline-block;}
.clearfix {display:block;}
.structural {
	position:absolute;
	left:-9999px;
}*/
/*#boxContainer {
	max-width:600px;
}*/

#wrap {
	max-width:100%;
	margin:0 auto;
}
/* html #wrap {width:50em}*/
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */

.cbb {
	margin:1em 0;
	padding:0 10px;
	/*border:1px solid transparent;*/
	background:transparent;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:transparent;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:18px;
	margin:0 0 0 11px;
	background:url(images/custom/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:18px;
	background:url(images/custom/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:20px;
	margin:0 0 0 13px;
	background:url(images/custom/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-20px;
	width:20px;
	height:20px;
	background:url(images/custom/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(images/custom/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(images/custom/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0px;
	padding:0px 0px;
	background:transparent;
	background:url(images/custom/bg_box.png) repeat-x 100% 0;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}



/* Normally only IE (up to version 6) gets these rules */
.i1,
.i2 {
	background-image:url(images/custom/borders.gif);
}
.bt,
.bt div,
.bb,
.bb div {
	background-image:url(images/custom/box.gif);
}

/*Menu Rounded corner boxes end*/