#ddblueblockmenu{
border: 0px solid white;
border-bottom-width: 0px;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 11px Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 185px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #FFF;
background-color: #363636;
border-bottom: 1px solid #95979A;
border-left: 0px solid #363636;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
border-left-color: #548E89;
background-color:#595757;
}


#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% Trebuchet MS, Arial, sans-serif;
}

#ddblueblockmenu li a:hover, #ddblueblockmenu li a.current2{
border-left-color: #548E89;
background-color: #595757;
}

.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Trebuchet MS, Verdana, Arial;
width: 100%;
height:66px;
border-width: 1px 1;
background: white url(img/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 35px 10px 10px 15px;
text-decoration: none;

}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}

.outline {
  border: 1px solid #666666;
  background: #ffffff;
	padding: 2px;
}

body {
	margin: 2px;
	height: 100%;
	padding: 0px;
	font-family: Trebuchet MS, sArial, Helvetica, Sans Serif;
	font-size: 13px;
	color: #333333;
	background: #ffffff;
}

/* mambo core stuff */
a:link, a:visited {
	color: #5b0009; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;	text-decoration: none;
	font-weight: bold;
}

/* GALLERIA */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #b03959;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid #b03959;
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*/
visibility: visible;
top:auto;
left:525px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

img {
float: left;
margin-right:10px;
margin-bottom:5px;
}
