#wrapperGame {
	width:900px;
	position:relative;
	/*background:url(../images/headerBg.gif) repeat-x #fff;*/
	background:url(../images/headerBgN1.gif) repeat-x #fff;
	
}
#header{
	width:auto;
	height:0px;
	margin-bottom:10px;
}

.underline{ border-bottom:2px solid red;}


/*For Menu */

ul#navlistmainmenu
{	
	width:100%;
	height:38px;
	overflow:hidden;
	background:url(../images/menuBg.gif) repeat-x;
	margin:0;
	padding:0;
}

#navlistmainmenu li
{
	float:left;
	margin-right:1px;
	list-style:none;
}

#navlistmainmenu li a {
display:block;
	color:#fff;
	height:33px;

	background:url(../images/menuBg.gif) repeat-x;
	padding:0 5px;
	line-height:35px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	
}

#navlistmainmenu li a:hover
{
	background:url(../images/navHover.gif) repeat-x #333;
	text-decoration:none;
}
/* droop menu for js*/

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px/18px Verdana;
	z-index:100;
	color: #FFFFFF;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 3px;
	background-color: #00C5A0;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00C5A0;


}

#dropmenudiv a:hover{
	background-color: #0A6A58;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;

}
/* left menu*/
#navcontainerleftmenu {
	width: 170px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#navcontainerleftmenu ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;


}

#navcontainerleftmenu a
{
	display: block;
	width: 170px;
	background-color: #ffffff;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px 11px;


}

#navcontainerleftmenu a:link, #navlist a:visited
{
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	padding: 4px 0px 4px 11px;
}

#navcontainerleftmenu a:hover
{
	background-color: #F1F1EF;
	color: #4B0000;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px 11px;



}

.tblBorder{ border:1px solid #d6d3cf;}
.tblBorder td{ border-bottom:1px solid #d6d3cf;}
.tblBorder tr{ height:25px;}
.tblBorder th.space{ width:200px;}
.tblBorder h3{ font-size:13px; margin:0; padding:0;}


.rightNav th{	
	width:180px; 
	height:26px; 
	background:url(../images/lftHeadBg.gif) repeat-x; 
	padding:0 10px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	}
.rightNav td{
	height:24px;
	color:#000;
}

.rightNav td.line{ 
	width:180px;
	height:1px;
	background:#ddd;
	}
	
.rightNav td.endBg{ 
	height:4px; 
	background:url(../images/endBg.gif) no-repeat #fff;
	} 	

