/* ----------------- menu ----------------------------------------------- */
.menuouter {
	width: 960px;
	margin:0;
	background: 14px;
}
.menuleft {
	width: 261px;
	height: 17px;
	margin:0;
	float:left;
	font-size:9px;
	background-image:url(images/menu_05.gif);
	background-position:right;
}
.menuspacer {
	width: 6px;
	height: 17px;
	color:#FFFFFF;
	text-align: center;
	font-size: 0.65em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	background-image:url(images/constructive_solutions_07.gif);
	font-weight:normal;
}
.left_menu {
	width:200px;
	padding-top: 20px;
}
.left_menu_case {
	width:200px;
}
.left_menu_con {
	width:200px;
	padding-top: 0px;
}
.menu_product_title {
	font:Arial 0.65em bold;
	color:#000000;
	margin-left:8px;
}

.bluetabs{
}

.bluetabs ul{
	padding: 0;
	font: normal 0.75em Arial;
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	margin: 0;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	color: #FFFFFF; /*THEME CHANGE HERE*/
	float: left;
	width: 135px;
	text-align: center;
	height: 17px;
	background-color: #e41f1f;
	font-weight: normal;
}

.bluetabs li a.products{
	text-decoration: none;
	color: #FFFFFF; /*THEME CHANGE HERE*/
	float: left;
	width: 115px;
	text-align: center;
	height: 17px;
	background-color: #e41f1f;
	font-weight: normal;
}

.bluetabs li a.constructivesolutions{
	text-decoration: none;
	color: #FFFFFF; /*THEME CHANGE HERE*/
	float: left;
	width: 175px;
	text-align: center;
	height: 17px;
	background-color: #e41f1f;
	font-weight: normal;
}

.bluetabs li a.contactus{
	text-decoration: none;
	color: #FFFFFF; /*THEME CHANGE HERE*/
	float: left;
	width: 115px;
	text-align: center;
	height: 17px;
	background-color: #e41f1f;
	font-weight: normal;
}
.bluetabs li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e41f1f;
	font-weight: normal;
}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: e41f1f;
	font-weight: normal;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	font:normal 0.75em Arial;
	line-height:16px;
	z-index:100;
	background-color: #e41f1f;
	width: 200px;
	visibility: hidden;
	color: #FFFFFF;
	border: 1px solid #fff;
	padding: 4px 0;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 8px;
	padding: 0 0 2px 0;
	text-decoration: none;
	color: #FFFFFF;

	
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #e41f1f;
	color: #FFFFFF;
}
.constructioncompany a:link {
	color: #fff;
	text-decoration:none;
}
.constructioncompany a:visited {
	color: #fff;
	text-decoration:none;
}
.constructioncompany a:hover {
	color: #fff;
	text-decoration:underline;
}
