.chromestyle{
		  background-color:#000;
		float:left;
		padding-top:0px;
    margin: 0px;
    border: 0px;
    width: 810px;
    height: 24px;
	border: 1px solid #000000;
	border-top:none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	color:#106d9e;
	/*script dynamically adds a class of "selected" to the current active menu item*/
background: center center repeat-x; /*THEME CHANGE HERE*/
}
.dropmenudiv a:hover{
background-color:#106d9e;
color:#000;
}
#menu li{
background-image: url(images/solutions-bullet.gif);
background-repeat: no-repeat;
background-position: 0 3px;
padding-left: 20px; 
margin: .2em 0
} 
#menu ul li a{
	font-size:12px;
	font-weight:normal;
color:#000;
padding: 0;
text-decoration:none;
}
#menu ul li a:hover{
color:#106d9e;
text-decoration:none;
}
#menu2 a{
	font-size:12px;
	font-weight:bold;
color:#000;
padding: 0;
text-decoration:none;
}
#menu2 a:hover{
color:#106d9e;
text-decoration:none;
font-weight:bold;
}
h1 {
margin: 0px;
	padding-top:15px;
	color:#106d9e;
	font-size:18px;
		
	}
a{
	font-size:12px;
color:#106d9e;
padding: 0;
text-decoration:underline;
font-weight:bold;
}
#footer{
	background-color:#000;
	 height: 24px;
	width:810px;
	border: 1px solid #000000;
	clear:both;
		margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0px;	
}
#footer a:hover{
color:#106d9e;
text-decoration:none;
}
#footer-right-nav ul li a:hover, #footer-right-nav ul li a.selected{
	color:#106d9e;
	/*script dynamically adds a class of "selected" to the current active menu item*/
background: center center repeat-x; /*THEME CHANGE HERE*/
}
#test{
	width:100px;
	height:100px;
	background-color:#09F;
	color:#900;
}