.modernbricksmenu{
padding: 0;
width: 100%;
border-bottom: 5px solid #bd1a0d; 

voice-family: inherit
}
#xo-canvas-content ul {
margin: 0px;
padding: 0px;
}

.modernbricksmenu ul{
font: bold 12px Verdana;
color: #000000;
margin:0;
margin-left: 0px; /*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: right;
display: block;
color: #d20500;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #e0e0e0; 
border-bottom: 1px solid white;
}

.modernbricksmenu a:hover{
color: #ffffff;
background: url(http://www.ahlymisr.com/themes/blue_shine/images/navmenured.png); 
}

.modernbricksmenu a.selected{ /*currently selected tab*/
color: #ffffff;
background-color: #c9120c; /*Brown color theme*/ 
border-color: #f23631; /*Brown color theme*/ 
background: url(http://www.ahlymisr.com/themes/blue_shine/images/navmenured.png); 
}

.modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 1px;
background: #f23631; /*Brown color theme*/ 
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding:2px;
}
.mytabs_title{
	color: #910200;
}

.mytabs_content{
  padding: 0px;
  text-align: justify;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}