/*games_header_style.css  http://www.sa7afa.net  all rights saved copyright*/

#header{
width: 760px;
margin: auto;


}

#top_adv{
width: 728px;
text-align: center;
height: 90px;
padding-bottom: 10px;
margin: auto;
}

#head{
width: 760px;
height: 50px;
}

#head_right{
float: right;
width: 500px;
height: 40px;
margin-top: 5px;
margin-right: 5px;
}

#head_logo_left{
margin-top: 5px;
text-align: left;
float: right;
width: 250px;
height: 40px;
}

#games_menu{
width: 760px;
height: 25px;
BACKGROUND: #949191 url(../design_img/back10.gif) repeat-x;
margin-bottom: 10px;
}


#head_right_bottom_left_search{
border: 1px solid #ffcc00;
float: right;
height: 20px;
width: 280px;
text-align: center;
font: bold .8em/1.3 Tahoma,arial;
background-color: #ffcc00;
padding: 2px;
}




#searchform{
margin:0;
text-align: center;
}

#searchform input#searchbox{
background-color: #ffcc00;
border: none;
text-align: center;
height: 17px;
width: 220px;
}




#searchform input#button{
background: #333 url(../design_img/Magnifying-Glass-16x16.png) no-repeat;
border: none;
color: #fff;
font: bold .9em Tahoma , vandra;
height: 20px;
width: 50px;

}


/*###########the meenu############*/
#pop {
	height:24px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#pop li ul {
	margin: 0;
	/*background: #D2DDE4;*/
	padding: 0;
	list-style: none;
}
#pop li {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	border-left: 2px solid #414141;
}
#pop li li {
	float: right;
	width: 175px;
	margin: 0;
	padding: 0;
}

#pop li a, #pop li a:link, #pop li a:visited{
	font: bold 13px/1.3em tahoma,arial;
	color: #000;
	text-decoration: none;
	/*background: #D2DDE4;*/
	display: block;
	/*padding: 5px 12px;*/
	height: 20px;
	padding-right: 8px; padding-left: 8px;
	padding-top: 4px;
}


#pop li a:hover, #pop li a:active {
	color: #FFF;
	display: block;
	BACKGROUND: #414141;
	/*padding: 5px 12px;*/
	height: 20px;
	padding-top: 4px;
}
#pop li li a, #pop li li a:link, #pop li li a:visited {
	BACKGROUND: #949191;
	color:#000;
	width: 175px;
	margin: 0px;
	padding: 5px 12px;
	border-top: 1px solid #F5F9FB;
}
#pop li li a:hover, #pop li li a:active {
	color: #FFF;
	background: #414141;
}

#pop li ul {
	position: absolute;
	width: 199px;
	display: none;
	right: 0;
}
#pop li:hover ul {
	display: block;
}


