/* TOOLBAR */
	#rmstbar
	{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:20px;
		z-index:99;
		border:0px;
		display:block;
		border-bottom:1px solid #111;
		background-color:#000000;
		background-image:url('tbar-bg.jpg');
		background-repeat:repeat-x;
		font-size:10px;
		font-family:Verdana;
		padding:0px;
		margin:0px;
	}
	#rmstbar ins
	{
		text-decoration:none;
	}
	#rmstbar #container
	{
		width:100%;
		min-width:990px;
	}
	#rmstbar a,
	#rmstbar a:link,
	#rmstbar a:visited,
	#rmstbar a:active,
	#rmstbar a:hover
	{
		font-family:Verdana;
		font-size:10px;
	}
	#rmstbar form
	{
		margin:0px;
		padding:0px;
	}
	#rmstbar #container #specialtext #rmslogo
	{
		float:left;
		width:210px;
		min-width:210px;
		text-align:left;
		font-size:10px;
		padding-left:10px;
	}
	#rmstbar #container #specialtext #rmslogo a,
	#rmstbar #container #specialtext #rmslogo a:link,
	#rmstbar #container #specialtext #rmslogo a:visited,
	#rmstbar #container #specialtext #rmslogo a:active,
	#rmstbar #container #specialtext #rmslogo a:hover
	{
		color:#FFFFFF;
		font-size:10px;
		text-decoration:none;
	}
	#rmstbar #container #specialtext #rmslogo a span
	{
		font-size:10px;
		color:#FF0000;
	}


	/* SPECIAL TEXT FORMATION */
	#rmstbar #container #specialtext
	{
		width:100%;
		text-align:center;
		font-size:10px;
		color:#FFFFFF;
		padding:4px 0px 0px 0px;
	}
	#rmstbar #container #specialtext a,
	#rmstbar #container #specialtext a:link,
	#rmstbar #container #specialtext a:visited,
	#rmstbar #container #specialtext a:active
	{
		color:#BBBBBB;
		text-decoration:none;
	}
	#rmstbar #container #specialtext a:hover
	{
		color:#FFFFFF;
		text-decoration:none;
	}


	/* TOOLBAR GAMESELECTOR */
	#rmstbar #container #gameselector
	{
		float:right;
		text-align:right;
		width:210px;
		min-width:210px;
		font-size:10px;
		padding:0px 10px 0px 0px;
		z-Index:100;
	}
	#rmstbar #container #specialtext #gameselector a.closer,
	#rmstbar #container #specialtext #gameselector a.closer:link,
	#rmstbar #container #specialtext #gameselector a.closer:active,
	#rmstbar #container #specialtext #gameselector a.closer:visited,
	#rmstbar #container #specialtext #gameselector a.closer:hover
	{
		float:right;
		margin:0px 0px 0px 0px;
		border:1px solid #555;
		color:#BBBBBB;
		font-size:10px;
		padding:0px 2px 0px 2px;
		text-decoration:none;
	}
	#rmstbar .clr
	{
		clear:both;
		font-size:0px;
		line-height:0px;
	}


	/* TOOLBAR DROPDOWN */
	#rmstbar #container #specialtext #gameselector .menu
	{
		width:175px;
		height:16px;
		font-size:10px;
		position:relative;
		right:10px;
		z-index:100;
		top:-2px;
		text-align:left;
	}
	/* remove all the bullets, borders and padding from the default list styling */
	#rmstbar #container #specialtext #gameselector .menu ul
	{
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#rmstbar #container #specialtext #gameselector .menu ul ul
	{
		width:175px;
		border-bottom:1px solid #555;
		position:relative;
		top:0;
		left:0;
		z-index:100;
	}
	/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	#rmstbar #container #specialtext #gameselector .menu li
	{
		float:left;
		width:175px;
		position:relative;
		z-index:100;
	}
	/* style the links for the top level */
	#rmstbar #container #specialtext #gameselector .menu a,
	#rmstbar #container #specialtext #gameselector .menu a:visited
	{
		display:block;
		font-size:10px;
		text-decoration:none;
		color:#BBB;
		width:173px;
		height:16px;
		padding-left:2px;
		line-height:16px;
		background-image:url('drop.jpg');
	}
	/* a hack so that IE5.5 faulty box model is corrected */
	* html #rmstbar #container #specialtext #gameselector .menu a,
	* html #rmstbar #container #specialtext #gameselector .menu a:visited
	{
		width:175px;
		/* QUIRKS MODE */
		w\idth:175px;
		/* VALID MODE */
		/* w\idth:173px; */
	}

	/* hide the sub levels and give them a positon absolute so that they take up no room */
	#rmstbar #container #specialtext #gameselector .menu ul ul
	{
		visibility:hidden;
		position:absolute;
		height:0;
		top:15px;
		left:0;
		width:175px;
		border-bottom:1px solid #555;
	}
	/* IE 6 to OPERA Switch */
	html > body #rmstbar #container #specialtext #gameselector .menu ul ul
	{
		p\osition:relative;
		d\isplay:none;
	}
	/* style the table so that it takes no ppart in the layout - required for IE to work */
	#rmstbar #container #specialtext #gameselector .menu table
	{
		position:absolute;
		top:0;
		left:0;
		border-collapse:collapse;
	}

	/* style the second level links */
	#rmstbar #container #specialtext #gameselector .menu ul ul a,
	#rmstbar #container #specialtext #gameselector .menu ul ul a:visited
	{
		text-align:left;
		background:#000000;
		color:#BBB;
		height:auto;
		line-height:12px;
		padding:3px;
		width:167px;
		border:1px solid #555;
		border-width:0 1px 0 1px;
	}
	/* yet another hack for IE5.5 */
	* html #rmstbar #container #specialtext #gameselector .menu ul ul a,
	* html #rmstbar #container #specialtext #gameselector .menu ul ul a:visited
	{
		width:175px;
		/* QUIRKS MODE */
		w\idth:175px;
		/* VALID MODE */
		/* w\idth:167px; */
	}
	/* style the top level hover */
	#rmstbar #container #specialtext #gameselector .menu ul a:hover
	{
		color:#FFF;
		background:#222 url('drop.jpg') no-repeat top left;
	}
	#rmstbar #container #specialtext #gameselector .menu ul ul a:hover
	{
		color:#FFF;
		background:#222;
	}
	#rmstbar #container #specialtext #gameselector .menu :hover > a,
	#rmstbar #container #specialtext #gameselector .menu ul ul :hover > a
	{
		color:#FFF;
		background:#222;
	}
	/* make the second level visible when hover on first level list OR link */
	#rmstbar #container #specialtext #gameselector .menu ul li:hover ul,
	#rmstbar #container #specialtext #gameselector .menu ul a:hover ul
	{
		visibility:visible;
	}
	/* IE 6 to OPERA Switch */
	html > body #rmstbar #container #specialtext #gameselector .menu ul li:hover ul,
	html > body #rmstbar #container #specialtext #gameselector .menu ul a:hover ul
	{
		d\isplay:block;
	}