/*.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%;
background: url(media/chromebg.gif) center center repeat-x;
padding: 8px 0;
margin: 0;
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: #494949;
padding: 8px 8px;
margin: 0;
text-decoration: none;

}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
text-decoration: none;
}
*/
.tabcontainer{
clear: left;
width:99%; /*width of 2nd level sub menus*/

}
.tabcontent2{
	border:1px solid #C5C5B9;
	width:540px;
	height:auto;
	background-color:#fff;
	visibility:hidden;
	position:absolute;
	margin-left:-165px;
	font-size:11px;
	padding:15px 6px;
	overflow:hidden;
	z-index:2222;
	
}
.tabcontent2 a{
	border-right:1px solid #ccc;
	line-height:20px;
	padding-left:10px;
	width:170px;
	color:#666;
	text-decoration:none;
	display:block;
	float:left;
	text-align:left;
}
.tabcontent2 a:hover{
	background-color:#f0f0f0;
	color:#000;
	text-decoration:underline;
}
.tabcontent2 a.new{
	border-right:none;
	line-height:20px;
	padding-left:10px;
	width:160px;
	color:#666;
	text-decoration:none;
	display:block;
	float:left;
	text-align:left;
}
.tabcontent2 a.new:hover{
	background-color:#f0f0f0;
	color:#000;
	text-decoration:underline;}
/*.tabcontent2 a.new {
margin-left:15px;
padding:0 19px 0 7px;
}*/
	