@charset "utf-8";
/* CSS Document */

/* Begin OPEN CUBE QuickMenu Styles */
	
	
	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:transparent;
		width: 652px;
		z-index: 5;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:0px;
		margin: 0px 0px 0px 0px;
		background-color:transparent;
		color:#9bb4c7;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		text-decoration:none;
	}
	
	#qm0 #mitem_about {
		background-image:url(../images/navigation/sam_about_off.jpg);
		width:138px;
		height:77px;
	}
	#qm0 #mitem_about.qmactive {
		background-image:url(../images/navigation/sam_about_on.jpg);
	} 
		
	#qm0 #mitem_team {
		background-image:url(../images/navigation/sam_team_off.jpg);
		width:93px;
		height:77px;
	}
	#qm0 #mitem_team.qmactive {
		background-image:url(../images/navigation/sam_team_on.jpg);
	}  
	
	#qm0 #mitem_strategy {
		background-image:url(../images/navigation/sam_strategy_off.jpg);
		width:153px;
		height:77px;
	}
	#qm0 #mitem_strategy.qmactive {
		background-image:url(../images/navigation/sam_strategy_on.jpg);
	}  
	
	#qm0 #mitem_trade {
		background-image:url(../images/navigation/sam_trade_off.jpg);
		width:111px;
		height:77px;
	}
	#qm0 #mitem_trade.qmactive {
		background-image:url(../images/navigation/sam_trade_on.jpg);
	}  
	
	#qm0 #mitem_marketing {
		background-image:url(../images/navigation/sam_marketing_off.jpg);
		width:155px;
		height:77px;
	}
	#qm0 #mitem_marketing.qmactive {
		background-image:url(../images/navigation/sam_marketing_on.jpg);
	}  
	
	
	#qm0 #mitem_login {
		background-image:url(../images/navigation/sam_login_off.jpg);
		width:60px;
		height:77px;
	}
	#qm0 #mitem_login.qmactive {
		background-image:url(../images/navigation/sam_login_on.jpg);
	}  
	
	
	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#001428;
		text-decoration:underline;
	}


	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#001428;
		text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div	
	{	
		margin-top: 0px;
		background-color:#001428;
		border: none;
		margin-left: 0px;
	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a	
	{	
		background-color:#001428;
		padding-left: 20px;
		padding-right: 15px;
		padding-bottom: 5px;
		padding-top: 5px;
		color: #9bb4c7;
		border: none;
	}
	
	#qm0 div.second a	
	{	
		background-color:#001428;
		padding-left: 22px;
		padding-right: 15px;
		padding-bottom: 5px;
		padding-top: 5px;
		color: #9bb4c7;
		border: none;
	}

	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#001428;
		text-decoration: none;
		color:#ffffff;
	}


	#qm0 div.empty {
		border: none;
		padding:0px;
		background-color: transparent;
	}


