.chromemenu{
	margin-top:0px;
	width: 100%;
	font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromemenu ul{
	width: 100%;
	background: darkred url(media/bg-red-dark.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
	display: inline;
}

.chromemenu ul li a, .chromemenu ul li a:visited {
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	color:white;
	font-size:14px;
	margin:0 1px;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
	background: #d00000 url(media/bg-red.gif) center center repeat-x;
	color:white;
	border-right:#a30000 1px solid;
	border-left:#a30000 1px solid;
	padding: 5px 7px;
	
}

.tabcontainer{
	clear: left;
	width:100%; /*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.*/
	text-align:center;
	margin:0 auto;
}

.tabcontent{
	display:none;
	padding:8px;
	background: #d00000;
	/*border-bottom:1px solid #ccc;*/
	text-align:center;
	color:white;
	font-weight:bold;
}

.tabcontent ul{
	list-style-type:none;
	margin:0 auto;
}

.tabcontent ul li{
	display:inline;
	color:white;
	text-align:center;
	padding:0 12px;
	margin:0;	
}

.tabcontent ul li a{
	color:white;
	font-weight:bold;
}

.tabcontent ul li a:hover, .tabcontent ul li a.current{
	color:white;
}

.tabcontent ul li a:visited {
	color:white;
}

.tabcontainerPhotoshelter{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:1.6em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	padding-bottom:0;
	margin:0 auto;
}

.tabcontentPhotoshelter{
	padding:8px;
	background: #d00000;
	/*border-bottom:1px solid #ccc;*/
	text-align:center;
	color:white;
	font-weight:bold;
}

.tabcontentPhotoshelter ul{
	list-style-type:none;
	margin:0;
}

.tabcontentPhotoshelter ul li{
	display:inline;
	color:white;
	text-align:center;
	padding:0 12px;
	margin:0;
}

.tabcontentPhotoshelter ul li a{
	color:white;
	font-weight:bold;
	font-size:13px;
}

.tabcontentPhotoshelter ul li a:hover, .tabcontentPhotoshelter ul li a.current{
	color:white;
}

.tabcontentPhotoshelter ul li a:visited {
	color:white;
}
	