#menu {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	height: 53px;
	margin: 0 10px;
	padding: 0;
	background: #135E97;
	min-width: 727px;
}

.chromemenu{
	font-weight: bold;
	color: #FFFFFF;	
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
	background: #135E97 url(../../images/menu_bg.jpg) repeat-x;
	margin: 0;
	padding: 5px 0 3px 0;
	cursor: pointer;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #FFF;
padding: 5px 8px 3px 7px;
margin: 0 49px 0 0;
text-decoration: none;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #DA7600;
}

.tabcontainer{
	clear: both;
	float: left;
	width:100%; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	vertical-align: bottom;
	background: #20679D url(../../images/submenu_bg.jpg) no-repeat;
	padding: 0;
	color: #333333;
}
.imgRt {
	float: right;
}

.tabcontent{
display:none;
}
.tabcontainer a, .tabcontainer a:visited {
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #CCE6F9;
	text-decoration: none;
	padding: 0 9px;
}
.tabcontainer a:hover, .tabcontainer a:active {
	color: #11588C;
	background: #E4F2FC;
}
