.gwt-TabBar, .langMenuBar {
	padding: 0px;
	margin: 0px;
	
	font-size: 14px;
}

.gwt-TabBar {
	margin-left: 20px;
}

.verticalTabBar {
	width: 207px;
}

.gwt-TabBar .gwt-TabBarFirst {	
}

.gwt-TabBar .gwt-TabBarRest {	
}

.gwt-TabBar .gwt-TabBarItem, .langMenuBar .gwt-TabBarItem {
	height: 32px;
	color: #DC1822;
	text-align: center;
}

.langMenuBar .gwt-TabBarItem {
	color: black;
}

.verticalTabBar .gwt-TabBarItem {
	height: 32px;
	border-bottom: 1px solid lightgrey;
	background-image: url("../images/menu/right_bg.png");
	background-repeat: no-repeat;
	background-position: 198px 20px;
}

.gwt-TabBar a, .langMenuBar a {
	color: black;
	text-decoration: none;
	font-size: 13px;
}

/* hack for SEO optimization */
.gwt-TabBar a h1 {
	font-weight: normal;
}

.verticalTabBar a {
	color: black;
	text-decoration: none;
	font-size: 13px;
}

.gwt-TabBar .gwt-TabBarItem .gwt-Hyperlink, 
.langMenuBar .gwt-TabBarItem .gwt-Hyperlink {
	display:block;
	white-space: nowrap;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	
	height: 100%;
}

.langMenuBar .gwt-TabBarItem .gwt-Hyperlink {
	padding-right: 0px;
	
	padding-left: 10px;
	padding-right: 10px;
}

.verticalTabBar .gwt-TabBarItem .gwt-Hyperlink {
	white-space: nowrap;
	padding-top: 8px;
	margin-left: 16px;
	height: 32px;
}

.gwt-TabBar .gwt-TabBarItem:hover {
	background-image: url("../images/menu/top_bg_highlight.png");
}

.gwt-TabBar .gwt-TabBarItem-selected {
	background-image: url("../images/menu/top_bg_highlight.png");
}

.verticalTabBar .gwt-TabBarItem:hover {
	background-image: url("../images/menu/left_bg_highlight.png");
	background-position: left top;
}

.verticalTabBar .gwt-TabBarItem-selected {
	color: red;
	background-image: url("../images/menu/left_bg_highlight.png");
	background-position: left top;
}

.gwt-TabBar .gwt-TabBarItem-selected a {
	color: white;
}

.verticalTabBar .gwt-TabBarItem-selected a {
	color: #c32227;
}


.gwt-TabBar .gwt-TabBarItem-selected:hover {
	color: #000000;
}

.sitemapLink {
	height: 100%;
	padding-left: 15px;
	margin-left: 15px;
	background-image: url('../images/menu/sitemap.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

.sitemapLink a {
	display: block;
	padding-top: 8px;
	text-decoration: none;
	font-size: 10px;
	color: black;
	white-space: nowrap;
}
