Index: base/ufos/menu_multiplayer.ufo
===================================================================
--- base/ufos/menu_multiplayer.ufo	(revision 5529)
+++ base/ufos/menu_multiplayer.ufo	(working copy)
@@ -47,7 +47,7 @@
 
 	pic button_join
 	{
-		pos	"80 220"
+		pos	"80 200"
 		click	{ cmd "mn_pop;mn_push mp_join_lan;" }
 		image	menu/button_big
 		texl	"0 0"
@@ -61,13 +61,13 @@
 		font	f_menubig
 		color	"0 0.5 0 1"
 		string	"_Join"
-		pos	"208 230"
+		pos	"208 210"
 		align	uc
 	}
 
 	pic button_create
 	{
-		pos	"80 290"
+		pos	"80 270"
 		click	{ cmd "mn_pop;mn_push mp_create_server;" }
 		image	menu/button_big
 		texl	"0 0"
@@ -81,29 +81,46 @@
 		font	f_menubig
 		color	"0 0.5 0 1"
 		string	"_Create"
-		pos	"208 300"
+		pos	"208 280"
 		align	uc
 	}
 
 	pic button_team
 	{
-		pos	"80 360"
+		pos	"80 340"
 		click	{ cmd "mn_pop;mn_push mp_team;" }
 		image	menu/button_big
 		texl	"0 0"
 		texh	"256 64"
 		mousefx	true
-		out	{ *string_team color "0 0.5 0 1" *button_team texl "0 0"  *button_team texh "256 64" }
-		in	{ *string_team color "1 1 1 1" *button_team texl "0 64" *button_team texh "256 128" }
+		out	{ *string_team color "0 0.5 0 0.3" *current_team color "0 0.5 0 0.3" *button_team texl "0 0"  *button_team texh "256 64" }
+		in	{ *string_team color "1 1 1 0.3" *current_team color "1 1 1 0.3" *button_team texl "0 64" *button_team texh "256 128" }
 	}
+	
 	string string_team
 	{
 		font	f_menubig
-		color	"0 0.5 0 1"
+		color	"0 0.5 0 0.3"
 		string	"_Team"
-		pos	"208 370"
+		pos	"208 350"
 		align	uc
 	}
+	
+	string current_team
+	{
+		string	"_Current Team"
+		pos	"90 345"
+		font	f_verysmall
+		color	"0 0.5 0 0.3"
+	}
+	
+	string txt_teamname
+	{
+		string	"*cvar mn_teamname"
+		pos	"208 365"
+		align	uc
+		color	"0 .78 0 1"
+	}
 
 	pic button_exit
 	{
@@ -472,7 +489,7 @@
 
 	pic button_favorite
 	{
-		pos	"80 270"
+		pos	"80 200"
 		click	{ cmd "bookmark_add" }
 		image	menu/button_big
 		texl	"0 0"
@@ -486,13 +503,13 @@
 		font	f_menubig
 		color	"0 0.5 0 1"
 		string	"_Bookmark"
-		pos	"208 280"
+		pos	"208 210"
 		align	uc
 	}
 
 	pic button_connect
 	{
-		pos	"80 360"
+		pos	"80 270"
 		click	{ cmd "server_connect; music_randomtrack" }
 		image	menu/button_big
 		texl	"0 0"
@@ -506,9 +523,34 @@
 		font	f_menubig
 		color	"0 0.5 0 1"
 		string	"_Connect"
-		pos	"208 370"
+		pos	"208 280"
 		align	uc
 	}
+	
+	pic button_team
+	{
+		pos	"80 340"
+		click	{ cmd "mn_pop;mn_push mp_team;" }
+		image	menu/button_big
+		texl	"0 0"
+		texh	"256 64"
+	}
+	
+	string current_team
+	{
+		string	"_Current Team"
+		pos	"90 345"
+		font	f_verysmall
+		color	"1 1 1 0.3"
+	}
+	
+	string txt_teamname
+	{
+		string	"*cvar mn_teamname"
+		pos	"208 365"
+		align	uc
+		color	"1 1 1 1"
+	}
 
 	pic button_back
 	{
