/* CSS Document */

	/* Site Controls */
	.site-controls-greybar{
		width:auto;
		display:block;
		float:right;
		background-color:#362f2d;
		/*overflow:hidden;*/
		height:28px;
		padding-right:10px;
		padding-left:0px;
	}
	
	/*
	OLD SITE CONTROL
	.site-controls-greybar-lt{
		background-image:url(../images/back_left_ltgrey_systemutil.gif);
		background-repeat:no-repeat;
		width:auto;
		min-width:50px;
		max-width:50px;
		display:block;
		float:right;
		overflow:hidden;
		height:28px;
	}
	*/
	
	.site-controls-greybar-lt{
		height:28px;
		display:block;
	}
	
	.site-controls-greybar-lt-bkgrnd{
		background-color:#4d4947;
		height:28px;
		display:block;
		float:right;
		min-width:50px;
		max-width:350px;
	}
	
	.site-controls-greybar a:link,
	.site-controls-greybar a:visited,
	.site-controls-greybar a:hover,
	.site-controls-greybar a:active{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	.site-controls-greybar a:hover,
	.site-controls-greybar a:active{
		text-decoration:underline;
	}
	
