@charset "utf-8";

/* The main box that holds the menu*/

.floatboxcontent {

/*	display:block;*/ 

/*	height: 200px;*/

	background-color: #EEEEEE;

	border-top-width: 0;

	border-right-width: 1px;

	border-bottom-width: 0;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #FF6600;

	border-right-color: #FF6600;

	border-bottom-color: #FF6600;

	border-left-color: #FF6600;

	padding-top: 10px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 0px;

}

/* the CSS below is used to create the rounded corner top and bottom borders*/

.boxtop, .boxbottom {

	display:block;

	background:transparent;

	/* font-size:1px;*/

}

.boxb1, .boxb2, .boxb3, .boxb4 {

	display:block;

	overflow:hidden;

}

.boxb1, .boxb2, .boxb3 {height:1px;}

.boxb2, .boxb3, .boxb4 {

	background-color: #F8F8F8;

	border-right-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #FF6600;

	border-left-color: #FF6600;

}

.boxb1 {

	margin:0 5px;

	background-color: #FF6600;

}

.boxb2 {margin:0 3px; border-width:0 2px;}

.boxb3 {margin:0 2px;}

.boxb4 {height:2px; margin:0 1px;}


