/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/modern-bricks-menu/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 12px Arial, Helvetica, sans-serif;
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: 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: #636363; /*Default menu color*/
/* border-bottom: 1px solid white; */
}

#modernbricksmenu li a:selected {
background-color: CC092F;
}

#modernbricksmenu a:hover {
background-color: #1b1b1b; /*Menu hover bgcolor*/
}

#modernbricksmenu li a.selected  { /*currently selected tab*/
background-color: #CC092F; /*color theme*/ 
border-color: #CC092F; /*color theme*/ 
}

#modernbricksmenuline {
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #CC092F; /*color theme*/ 
}

.normaltabs {
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.normaltabs li {
display: inline;
margin: 0;
}

.normaltabs li a {
text-decoration: underline;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-right: 3px;
color: #2d2b2b;
}

.normaltabs li a:visited {
color: #000000;
}

.normaltabs li a:hover {
text-decoration: underline;
color: #c90930;
}

.normaltabs li a.selected { /*selected main tab style */
position: relative;
}

.normaltabs li a.selected { /*selected main tab style */
text-decoration: none;
}

.normaltabs li a.selected:hover { /*selected main tab style */
text-decoration: none;
}

.tabcontent {
	clear: both;
	font: 12px Arial, Helvetica, sans-serif;
	display: none; 
	overflow: auto; 
	height: 325px;
}

.tabcontent ul {
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
}

.tabcontent li {
	display: block;
	list-style: disc inside none;
}

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

