/* 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 #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:15%;*/
	width:210px;
	min-width:210px;
	text-align:left;
	font-size:10px;
	padding-left:10px;
	/*padding:4px 0px 0px 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
{
	/*float:left;*/
	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;
}

#rmstbar #container #specialtext #gameselector .men ul li.backimage
{
	background:url('drop.jpg') no-repeat;
}
#rmstbar #container #specialtext #gameselector .men
{
	float:right;
	margin:-2px 10px 0px 0px;
	z-index:100;
	text-align:left;
}
#rmstbar #container #specialtext #gameselector .men ul
{
	padding:0;
	margin:0px;
	list-style-type: none;
}
#rmstbar #container #specialtext #gameselector .men ul li
{
	position:relative;
	background:#000;
	width:175px;
	height:16px;
}
#rmstbar #container #specialtext #gameselector .men ul li a,
#rmstbar #container #specialtext #gameselector .men ul li a:visited
{
	display:block;
	text-decoration:none;
	color:#BBB;
	padding:0px 2px 0px 2px;
	line-height:16px;
	width:171px;
	height:16px;
	font-weight:normal;
}
#rmstbar #container #specialtext #gameselector .men ul li ul
{
	display: none;
}
#rmstbar #container #specialtext #gameselector .men table
{
	margin:-1px;
	border-collapse:collapse;
	border:0px;
	font-size:10px;
}

/* FF, OPERA AND IE 7 */
#rmstbar #container #specialtext #gameselector .men ul li:hover a
{
	color:#BBB;
}
#rmstbar #container #specialtext #gameselector .men ul li:hover ul
{
	display:block;
	position:absolute;
	top:15px;
	margin-top:0px;
	left:0;
	width:175px;
	height:auto;
	border-bottom:1px solid #555;
}
#rmstbar #container #specialtext #gameselector .men ul li:hover ul li ul
{
	display:none;
}
#rmstbar #container #specialtext #gameselector .men ul li:hover ul li a
{
	display:block;
	color:#BBB;
	height:16px;
	padding:0px 2px 0px 2px;
	width:169px;
	border-left:1px solid #555;
	border-right:1px solid #555;
}
#rmstbar #container #specialtext #gameselector .men ul li:hover ul li a:hover
{
	background:#333;
	color:#FFF;
}


/* ONLY IE 5.5 AND 6 */
#rmstbar #container #specialtext #gameselector .men ul li a ul
{
	border-bottom:1px solid #555;
}
#rmstbar #container #specialtext #gameselector .men ul li a:hover
{
	color:#FFF;
	background:none;
}
#rmstbar #container #specialtext #gameselector .men ul li a:hover ul
{
	display:block;
	position:absolute;
	top:15px;
	left:0px;
	background:#000;
	margin-top:0;
}
#rmstbar #container #specialtext #gameselector .men ul li a:hover ul li a
{
	display:block;
	background:#000;
	color:#BBB;
	height:16px;
	padding:0px 2px 0px 2px;
	width:169px;
	border-left:1px solid #555;
	border-right:1px solid #555;
}
#rmstbar #container #specialtext #gameselector .men ul li a:hover ul li a:hover
{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	background:#333;
}
