	.menutoptabs{
		float: left;
		font-size: 12px;
		line-height: normal;
	}
	
	* html .menutoptabs{ /*IE only. Add 1em spacing between menu and rest of content*/
		margin-bottom: 0;
	}
	
	.menutoptabs ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.menutoptabs li{
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	.menutoptabs a{
		float: left;
		margin: 0;
		text-decoration: none;
	}
	
	.menutoptabs a span {
		float: left;
		display: block;
		background: url(media/slide-right.gif) no-repeat right top;
		font-weight: bold;
		color: #3B3B3B;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	.menutoptabs a span {float: none;}
	/* End IE5-Mac hack */
	
	.menutoptabs a: hover span, .menutoptabs li.selected a span{
		color: black;
	}
	
	.menutoptabs a: hover, .menutoptabs li.selected a{
		background-position: 0% -125px;
	}
	
	.menutoptabs a: hover span, .menutoptabs li.selected a span{
		background-position: 100% -125px;
	}
	
	html>/**/body .IEonlybr{ /*None IE browsers hack*/
		display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
	}
	
	
	/* ######### Style for Drop Down Menu ######### */

	.dropmenudiv{
		filter: alpha(opacity=85);
		opacity: 0.85;
		position: absolute;
		top: 0;	
		border: 1px solid #333333;
		border-width: 0 1px;
		line-height: 18px;
		z-index: 100;
		background-color: #8179A5;
		visibility: hidden;
		width: 250px; 
	}
	
	
	.dropmenudiv a{
		font-family: verdana;
		font-size: 11px;
		font-weight: normal;
		display: block;
		text-indent: 5px;
		border: 0 solid #333333; /*THEME CHANGE HERE*/
		border-bottom-width: 1px;
		padding: 2px 20px 2px 2px;
		text-decoration: none;
		color: #FFFFFF;
	}
	
	* html .dropmenudiv a{ /*IE only hack*/
		width: 100%;
	}
	
	.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
		background-color: #DBDBDB;
		color: #2B2872;
		text-decoration: none;
		font-weight: normal;
	}
