body {
		  scrollbar-base-color: #990066;
 }
#page {
		  width: 760px;
		  margin: 0 auto;
}
#menuBar {
			color: #999999;
			font-size: 12px;
			font-family: arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: center;
			text-transform: capitalize;
			display: block;
			margin-bottom: 5px;
			position: relative;
			top: 0px;
			left: 0px;
			right: 0px;
/*			width: 100%;*/
			overflow: hidden;
			vertical-align: middle;
			border: solid 0px #000000;
			background-color: #cccccc;
			background-color: #ffffff;	
}
#menuHeader {
			color: #000000;
			text-decoration: none;
			white-space: nowrap;
			cursor: pointer;			
			cursor: crosshair;			
			padding: 9px;
			display: inline;
			position: relative;
			border-right: 1px solid #FFF0F0;
			
}
a.menuLink {
			display: block;
			border-top: 1px solid #cccccc;
			background-color: #fffff;
}
a.menuLink:link {
		color: #ffffff;
		text-decoration: none;			
}
a.menuLink:visited {
		color: #ffffff;
		text-decoration: none;						
}
a.menuLink:hover {
		color: #990066;			
		background-color: #FFF0F0;
		text-decoration: none;	
}
a.menuLink:active {
		color: #ffffff;
		text-decoration: none;
		background-color: #cc0000;
}

.menuDrop {
		font-size: 11px;
		font-family: arial, Helvetica, sans-serif;
		font-weight: bold;
		background-color: #990054;
		background-repeat: repeat;
		visibility: hidden;
		margin: 0px;
		padding: 5px;
		position: absolute;
		z-index: 1000;
		top: 60px;
		left: 20px;
		width: auto;
		height: auto;
		border-style: solid;
		border-width: 0px 1px 1px;
		border-color: #003365;
		color: #ffffff;			
}
#macro_product_menu_container {
	display: block;
	line-height: 16px;
	
}
	
#macro_side_bar_container {
	display: block;
}