/* Global */

#networkBack
{
	background: url("images/networkbg.jpg") top left no-repeat;
	height: 90px;
	width: 600px;
}

		
	#menu {

		width: 500px;
		margin: 0 auto;
		top: 0px;
		height: 90px;
		list-style: none;
		overflow: visible;
		
		
		 }
		 
		 	#menu li.home 	{ padding-right: 0;  }
			#menu li.starcraft 	{ padding-right: 0; }
			#menu li.network 	{ padding-right: 50px; }
			#menu li.forums 	{ padding-right: 0;  }
			#menu li.guide 	{ padding-right: 0;  }
			#menu li.media 	{ padding-right: 0;  }
			#menu li.info	{ padding-right: 0; }
		

		#menu li {
			float: left;
			margin-right: 2px;
			padding-top: 0px;
			height: 90px; }
			
		#menu li a {
			display: block;
			height: 90px;
			outline: none;
			float: left;
			text-indent: -9999px; }
			
			
			
			#menu li.home a 	{ width: 150px; background: url("images/menu-home.jpg") top left no-repeat; }
			#menu li.starcraft a 	{ width: 200px; background: url("images/sc2-logo-small.jpg") top left no-repeat; }
			#menu li.network a 	{ width: 245px; background: url("images/network-logo.jpg") top left no-repeat; }
			#menu li.forums a 	{ width: 150px; background: url("images/menu-forums.jpg") top left no-repeat; }
			#menu li.guide a 	{ width: 150px; background: url("images/menu-guide.jpg") top left no-repeat; }
			#menu li.media a 	{ width: 150px; background: url("images/menu-media.jpg") top left no-repeat; }
			#menu li.info a 	{ width: 150px; background: url("images/menu-info.jpg") top left no-repeat; }
			#menu li a:hover, #menu li a.active	{ background-position: bottom left; }
		
		#menu li div {
			position: absolute;
			top: 0px;
			padding-left: 8px;
			right: 0;
			width: 605px;
			height: 90px; 
			padding: 0 0 0 0;
			color: #cd8873;
			text-align: center; 
			display: none; }
			
			#menu li div a { 
				display: inline;
				background: none;
				float: none;
				color: #cd8873;
				margin: 0 5px; }
				
			#menu li div a:hover { background: none; }
			
		#menu li:hover div { display: block; }
