html {
	overflow: auto;
	scrollbar-base-color: #fafafa;
	scrollbar-arrow-color: #101923;
	scrollbar-3dlight-color: #dadada;
	scrollbar-darkshadow-color: #bdbdbd;
	scrollbar-face-color: #fafafa;
	scrollbar-highlight-color: #dadada;
	scrollbar-shadow-color: #e2e2e2;
	scrollbar-track-color: #848484;
}
body {
	background-color: #999999;
	overflow: auto;
	font-family: arial;
	font-size: 12px;
}
.topMenu {
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	background: url(images/menuBg.png) no-repeat top left;
	width: 90px;
	height: 19px;
	padding-right: 3px;
	border-right: 1px solid #7c7c7c;
}
.topMenu a {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.topMenu.selected {
	background: url(images/menuBgActive.png) no-repeat top left;
	border-right: 1px solid #cea5a5;
}
.topMenuSub { 
	text-decoration: none;
	display: block;
	width: 90px;
	height: 18px;
	background-color: #999999;
	color: #333333;
	font-size: 12px;
	border-right: 1px solid #ffffff;
}
.topMenuSub:hover { 
	background-color: #ffffff;
}
.galleryTmb {
	width: 26px;
	height: 26px;
	background-color: #333333;
	color: #797979;
	vertical-align: middle;
	text-align: center;
}
.customerLink {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}