/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2 {
	padding: 0;
	width: 358px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	position: relative;
	top: -38px;
}

.modernbricksmenu2 ul {
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li {
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}

.modernbricksmenu2 a {
float: left;
display: block;
font: bold 11px Arial;
color: #9a976b;
text-decoration: none;
margin: 0 5px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
/* background-color: #e9e6b1;  Brown color theme */ 
background: url(../img/ajaxtab_off.gif) no-repeat;
}

.modernbricksmenu2 a:hover {
/* background-color: #e9e6b1; Brown color theme */ 
background: url(../img/ajaxtab_off.gif) no-repeat;
color: white;
}

.modernbricksmenu2 a.selected { /*currently selected tab*/
/* background-color: #e9e6b1; Brown color theme*/ 
background: url(../img/ajaxtab_on.gif) no-repeat;
color: #333333;
}

#photocontainer {
	width: 100%;
	height: 200px;
	position: relative;
}

#MPPHOTO {
	width: 350px;
	margin: 0px;
	padding: 0px;
	height: 185px;
	overflow: hidden;
}
#DECK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 338px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 4px;
	overflow: hidden;
}
#NEWSLINKS {
	width: 338px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#SHARETAB {
	width: 338px;
	position: absolute;
	top: 0px;
}