.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(EMRChrome.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}
.chromestyle ul li a:visited{
color: #FFFFFF;
text-decoration: none;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px/18px Verdana;
	z-index:100;
	background-color: #E0E0E0;
	width: 200px;
	visibility: hidden;
	color: #FFFFFF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	color: #666666;
	text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #1D4CFF;
	text-decoration: none;
}
#tblQuickLinks a {
	color: #FFFFFF;
	text-decoration: underline;
}	
#tblQuickLinks a:visited {
	color: #333333;
	text-decoration: underline;
}
#tblQuickLinks a:hover {
	color: #FF6600;
	text-decoration: none;	
}.title1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7D7D7D;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E55E13;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.accentbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}