a{color:#666666;
text-decoration:none;
}

a:hover{ color:#990000;
text-decoration:none;
}


.chromemenu{
	width: 99%;
	font-weight: bold;
	
}

.chromemenu:hover{
	width: 99%;
	font-weight: bold;
	color:#993300;
	
}

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

.chromemenu ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px;
	width: 100%;
	padding: 2px 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: #696767;
	padding: 2px 3px;
	margin: 0;
	text-decoration: none;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current {
	background: url(../images/arrow.gif) left  center no-repeat;
	color:#990000;
	
}

.tabcontainer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bolder;
	color: #696767;
	padding: 3px 0 0px 3px;
	margin: 0;
    text-align: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;
}
