@charset "utf-8";
/* CSS Document */

#subnavcontainer{
	background: #fff url(../images/games/subnav-rpt.png) top  repeat-y;
	height:auto;
	width:188px;
	margin:20px 0 0 0px;
	position:relative;
}
	 
#subnav-top{
	height:35px;
	width:178px;
	margin-left: 5px;
	text-indent: -9999px;
}
#subnav-top a{
	background: url(../images/inv-rel/invest-subnav-sprite.png) top no-repeat;
	height:35px;
	width:178px;
	
	text-indent: -9999px;
	display:block;
}	


#subnav-top a:hover{
	background: url(../images/inv-rel/invest-subnav-sprite.png) left -70px no-repeat;
	height:35px;
	width:178px;
	margin-left: 0px;
	text-indent: -9999px;
	display:block;
}	
.subnavlist{
	margin:10px 20px 10px 5px;
	display:inline;
	
}
.subnav-li{
	margin:5px 0 0px 0px ;
	list-style-type:none;
	list-style-image:none;
	display:inline;
}
.subnav-li-first{
}
.subnav-li a{
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Verdana, Arial, sans-serif;
	color:#333333;
	font-size:95%;
	display:block;
	padding:2px 10px 0 10px;
}
.subnav-li a:hover{
	display:block;
	color: #b4282e;
	font-weight:900;
	letter-spacing:-1px;
}
.subnav-li a:active{
	display:block;
	color: #b4282e;
	font-weight:900;
	letter-spacing:-1px;
}
#subnav-hdr2{
	height:34px;
	width: 178px;
	margin-left:0px;
	text-indent: -9999px;
}	
#subnav-hdr2 a{
	background: url(../images/games/games-subnav-sprite.png) left -35px no-repeat;
	height:34px;
	width: 178px;
	margin-left:5px;
	text-indent: -9999px;
	display:block;
}
#subnav-hdr2 a:hover{
background: url(../images/games/games-subnav-sprite.png) left -105px no-repeat;
	height:34px;
	width: 178px;
	margin-left:5px;
	text-indent: -9999px;
	display:block;
}
.subnav-bot{
	background: url(../images/games/subnav-bot.png) bottom no-repeat;
	height:13px;
	width:178px;
	margin-left:5px;
	display: block;
	z-index:10;}


