#yehforgamesmenu{
width: 100%;
font-weight: bold;
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
}

#yehforgamesmenu22{
width: 100%;
font-weight: ;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}
#yehforgamesmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#yehforgamesmenu22:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#yehforgamesmenu ul{
width: 100%;
/*background: url(../images/chromebg.gif) center center repeat-x;*/
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "right" for example to align menu to the left of page*/
}

#yehforgamesmenu22 ul{
width: 100%;
/*background: url(../images/chromebg.gif) center center repeat-x;*/
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "right" for example to align menu to the left of page*/
}

#yehforgamesmenu ul li{
display: inline;
}

#yehforgamesmenu22 ul li{
display: inline;
}


#yehforgamesmenu ul li a{
color: #D3D3D3;
padding: 5px;
margin: 0;
text-decoration: none; 

}

#yehforgamesmenu22 ul li a{
color: #D3D3D3;
padding: 5px;
margin: 0;
text-decoration: none;font:Geneva, Arial, Helvetica, sans-serif; font-size:11px; font-weight:400

}


#yehforgamesmenu ul li a:hover{
color: #000;
background: url('../images/chromebg2.gif') repeat-x center;
}

#yehforgamesmenu22 ul li a:hover{
color: #000;
background: url('../images/chromebg2.gif') repeat-x center;
}

</style>