@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.container { position: relative; left: 1px; top: 1px; color: #000000; }

.text { position: absolute; left: -1px; top: -1px; color: #FFFFFF;}
.main {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a:link {
	color: #4E6FA5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4E6FA5;
}
a:hover {
	text-decoration: none;
	color: #85ABD2;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#padding {
	padding-right:7px;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:4px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {color: #CCCCCC}
 input {
background-color: #D9DBE5;
color: black;
font-size: 10;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}
.style1 font a strong {
	color: #FFF;
}
.style1 font a strong {
	color: #FFF;
}
font a strong {
	color: #FFF;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Width of Menu Items */
	height: 19;
	border-bottom: 1px solid #ccc;
	background-image: url(gaming-filer/nav.jpg);
	background-repeat: repeat-x;
	z-index: 2;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 169px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;

	background: #3D3D3D; /* IE6 Bug */
	background-image: url(gaming-filer/nav.jpg);
	background-repeat: repeat-x;
	height: 19px;
	border-bottom: 0;
	z-index:2;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul li a:hover {
	color: #D6D6D6;
	background: #f9f9f9;
	font-weight: bold;
} /* Hover Styles */	
li ul li a { } /* Sub Menu Styles */	
li:hover ul, li.over ul { display: block; } /* The magic */
