.chromestyle			{
				background:url(../images/utility-bg.gif) 0px 0px no-repeat !important;
				background-color:#3d3d3d !important;
				background-position:right !important;
				float:right;
				height:28px;
				width:271px;}

.chromestyle:after		{ /*Add margin between menu and rest of content in Firefox*/
				clear: both; 
				content: "."; 
				display: block; 
				height: 0; 
				visibility: hidden;}

.chromestyle ul			{
				text-align: left;
				width: 100%;}

.chromestyle ul li			{
				display: inline;
				height:28px;}

.chromestyle ul li a		{
				display:block;
				height:28px;
				margin: 0;
				padding:0px 0px 0px 20px;
				text-decoration: none !important;
				width:271px;}
		
.chromestyle ul li a:hover		{
				text-decoration: none !important;
				border:0px;}
		
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv	{
				background-color: #3d3d3d;
				border: 1px solid #666; /*THEME CHANGE HERE*/
				border-width:0px 0px 0px 0px;
				line-height:24px;
				position:absolute;
				top:1px;
				width:270px;
				visibility: hidden;
				z-index:100;}

.dropmenudiv a	{
				border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
				display: block;
				line-height:28px;
				text-decoration: none !important;
				text-indent:21px;
				width: auto;}

* html .dropmenudiv a		{ /*IE only hack*/
				width: 100%;}

.dropmenudiv a:hover		{ /*THEME CHANGE HERE*/
				background-color: #666;}