.featuredmenu{
padding: 0;
width: 355px;
margin:0 auto;
border-top: 5px solid #2388b4;
text-align: center;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;


}

.featuredmenu ul{
margin:0 0 0 10px;
padding: 0;
list-style: none;

}

.featuredmenu li{
display: inline;
padding: 0;
}

.featuredmenu a{
float: left;
display: block;
font: normal 12px Verdana;
color: white;
text-decoration: none;
margin: 0 3px 10px 0; /*Margin between each menu item*/
width:28%;
height:30px;
padding:5px;
background-color: #dee6ea;
border-top: 1px solid white;
line-height: 14px;
-moz-border-radius: 0 0 3px 3px;
}

.featuredmenu a:hover{
background-color: #2388b4;
color: white;
text-decoration:none;
}

.featuredmenu a.selected{ /*currently selected tab*/
background-color: #2388b4;
color: white;
border-color: #2388b4;
}

.tabcontent{
display:none;
line-height:16px;
border:1px solid #DDDDDD; 
width:355px; 
height: 200px; 
background-color: #F2F2F2; 
overflow:hidden; 
margin:0 auto; 
-moz-border-radius:3px 3px 0 0

}



.tabcontent h2 {font-size:16px; margin:0px; padding:8px 6px; text-transform:uppercase; color:#e9b946; border-bottom:1px dotted #ddd;}
.tabcontent ul {padding:0; margin:0}
.tabcontent li {list-style:none; padding:4px 5px 4px 5px; border-bottom:1px dotted #ddd;}


@media print {
.tabcontent {
display:block !important;
}
}
