
#shadetabsline {
width:289px;
float:left;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #E2E7A7; /*Brown color theme*/
border-bottom:1px #000000 solid;
}
.clear{clear: both;}

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #C2791A; /*Default menu color#C5E9FD*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #6AB0D4; /*Menu hover bgcolor*/
}

#modernbricksmenu .selected a{ /*currently selected tab*/
background-color: #E2E7A7; /*Brown color theme*/ 
border-color: #E2E7A7; /*Brown color theme*/
color:#000;
border-bottom: 1px solid #E2E7A7; 
}


.contentstyle{
	width: 298px;
	margin-bottom: 1em;
	padding: 3px;
	padding-top:0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #95CFF5;
	border-bottom-color: #95CFF5;
	border-left-color: #95CFF5;
}