﻿.chromestyle{
	width: 100%;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #1E88C1;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
	background-position: center center;
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg3.gif) center center repeat-x;
/*THEME CHANGE HERE*/	margin: 0;
	text-align: center;
	color: #236296;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.chromestyle ul li{
	display: inline;
	color: #236296;
	font-family: "trebuchet MS";
	font-size: 14px;
}
.chromestyle ul li a{
	color: #236296;
	padding: 4px 1px 4px 1px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: "trebuchet MS";
	font-size: 14px;
}
.chromestyle ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
background-position: center center;
	background: url('chromebg3.gif') repeat-x center center;
	color: #236296;
	font-family: "trebuchet MS";
	font-size: 14px;
}
.chromestyle ul li a:hover{
	/*script dynamically adds a class of "selected" to the current active menu item*/
border-style: none;
	border-width: 0px;
	background: url('chromebg2-over.gif') repeat-x center
center;
	color: #236296;
}
.chromestyle2{
	width: 100%;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E88C1;
}
.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle2 ul{
	background-position: center center;
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg3.gif) center center repeat-x;
/*THEME CHANGE HERE*/	margin: 0;
	text-align: center;
	color: #236296;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.chromestyle2 ul li{
	display: inline;
	color: #236296;
	font-family: "trebuchet MS";
	font-size: 14px;
}
.chromestyle2 ul li a{
	color: #236296;
	padding: 4px 3px 4px 3px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: "trebuchet MS";
	font-size: 14px;
}
.chromestyle2 ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
background-position: center center;
	background: url('chromebg3.gif') repeat-x center center;
	color: #236296;
	font-family: "trebuchet MS";
	font-size: 14px;
}
.chromestyle2 ul li a:hover{
	/*script dynamically adds a class of "selected" to the current active menu item*/
border-style: none;
	border-width: 0px;
	background: url('chromebg2-over.gif') repeat-x center
center;
	color: #236296;
}

