

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 494px;
border-top: 5px solid #ec891d; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 25px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
background-color: #FEDAA2;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
text-decoration: none;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #ec891d;
text-decoration: none;
margin: 0 0.5px 0 0; /*Margin between each menu item DARKEN*/
padding: 5px 16px;
background: #FEDAA2 url(pic_bg.gif) center center repeat-x;
border-right: 0.5px solid white;
border-left: 0.5px solid white;
text-decoration: none;
}

.modernbricksmenu2 a:hover{
background: #FEDAA2 url(pic_bg.gif) center center repeat-x;
color: #ec891d;
text-decoration: none;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background: #FEDAA2 url(pic_bg2.gif) center center repeat-x;
color: #ec891d;
border-color: #ffffff; /*Brown color theme*/ 
text-decoration: none;
}

#flowertabs {
background: #FEDAA2 url(pic_bg.gif) center center repeat-x;
width: 494px;
}

