﻿th {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

td {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

A:hover {
	COLOR: #000; BORDER-BOTTOM: #000 1px dotted}

a:active {
	color: #000000;
	text-decoration: none;
}


#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: 11px;
margin:0;
margin-left: 40px; /*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:;
}

#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: ;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #2E5475; /*Brown color theme*/ 
border-color: #2E5475; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #2E5475; /*Brown color theme*/ 
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 60;
left: 0px; /*position where enlarged image should offset horizontally */

}