.chromemenu {
	width			: 99%;
	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%;
	padding			: 5px 0px 0px 0px;
	margin			: 0;
	text-align		: left;
}

.chromemenu ul li {
	display			: inline;
}

.chromemenu ul li a {
	color			: #494949;
	padding			: 5px 2px 0px 2px;
	margin			: 0px;
	text-decoration	: none;
}

.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.*/
}

.tabcontent {
	display			: none;
	border			: 1px solid #ced3d6;
	padding			: 8px 0px 8px 4px;
	margin			: 0px 0px 8px 2px;
}

img {
	padding			: 0px;
	margin			: 0px;
}