/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
#tab-container {
float: left;
font-size: 9pt;
}

#tab-container ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#tab-container ul li{
margin: 0 0 0 10px;
padding: 2px 0 2px 15px;
background: url(images/icon-arrow-blue.gif) no-repeat left 9px;
color: #000;
line-height: 20px;
}

#tab-container .tab-image-area {
float: left;
margin: 0 15px 0 0px;
height: auto;
width: 160px;
}

#tab-container .tab-text-area {
float: left;
margin: 0 0px 0 0px;
height: auto;
width: 425px;
}

#tab-container .modernbricksmenu-contant {
border: 1px solid #66bfb8;
border-top: none;
width:608px;
height:auto;
/*background-color: #cccccc;*/
padding: 0px 15px 0px 0px;
clear: both;
float:left;
}


#tab-container .modernbricksmenu2{
padding: 0;
width: 625px;
/*border-top: 5px solid #D25A0B;*/ /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#tab-container .modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#tab-container .modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#tab-container .modernbricksmenu2 a{
float: left;
display: block;
font: 9pt "Arial";
color: #fff;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #80a3b7; /*Brown color theme*/ 
border-top: 4px solid white;
}

#tab-container .modernbricksmenu2 a:hover{
background-color: #66bfb8; /*Brown color theme*/ 
color: white;
}

#tab-container .modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #66bfb8; /*Brown color theme*/ 
color: white;
font-weight: bold;
border-color: #66bfb8; /*Brown color theme*/ 
}

