.chromemenu2{
	width: auto;
	height:31px;
	float:right;
}

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

.chromemenu2 ul{
	border: 0px solid #BBB;
	background: url(media/chrome2bg.png) center center repeat-x #000066;
	/*width: 100%;
	background: url(media/chrome2bg.png) center center repeat-x; */
	padding: 6px 0px 6px 0px;
	margin: 0px;
	/*text-align: right; set value to "right" for example to align menu to the left of page*/
	height:19px;
}

.chromemenu2 ul li{
	display: inline;
	height:19px;
}

.chromemenu2 ul li a{
	color: #FdFdFd;
	padding: 7px 18px 6px 18px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid #BBB;
	/*background: url(media/chrome2bg.png) center center repeat-x #000066;*/
	margin-left:-4px;
	font-size:0.95em;
	font-weight:bold;
}

.chromemenu2 ul li a:hover{
	/*background: url(media/chrome2bg2.png) center center repeat-x #000066;*/
	height:19px;
	color:#DDDDDD;
	margin: 0;
	width: 100%;
	margin-left:-4px;
	padding-bottom:8px;
}

.chromemenu2 .leftcap {
	background: url(media/chrome2bg.png) center center repeat-x #000066;
	float:left;
	height:31px;
	width:10px;
}
.chromemenu2 .rightcap {
	background: url(media/chrome2bg.png) center center repeat-x #000066;
	float:right;
	height:31px;
	width:10px;
}
.chromemenu2 .menu {
	float:left;
	width:790px;
	height:31px;
	text-align:right;
}
.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;
}
