	<style>
	#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}
#chromemenu{
width: 99%;
}

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

#chromemenu ul{
border: 0px solid #BBB;
width: 98%;
/*background: url('chromebg.gif') repeat-x center; */ /*Theme Change here*/
 
float: right;
font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana;
    height: 26px;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF; /*#000000;*//*#7F7F7F;*/
font-weight: bold;
text-decoration: none;
/*background: url('divider.gif') no-repeat center right;*/ /*Theme Change here*/
padding-left:7px; padding-right:12px; padding-top:6px; padding-bottom:6px
}

#chromemenu ul li a:hover{
color:#BF00BF; /* #494949;*/
text-decoration: underline;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*Theme Change here*/
line-height:18px;
z-index:100;
background-color: white;
width: 190px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #BF00BF; /*#F0F0F0;*/
color:white;
}
td.txt {font-family:Verdana;font-size:9pt}
body {
	background-color: #999999;
	background-image: url(images/canyon_bg.gif);
	background-repeat: repeat;

	margin-top: 10px;
	margin-left: 3%;
	margin-right: 3%;

scrollbar-face-color : #a8d5f2 /*#EFEFEF*/;
scrollbar-highlight-color : #FFFFFF;
scrollbar-shadow-color : #C0C0C0;
scrollbar-3dlight-color : #C0C0C0;
scrollbar-arrow-color : black;
scrollbar-track-color : #EEEEEE;
scrollbar-darkshadow-color : #EEEEEE;
}
</style>

