@CHARSET "UTF-8";

div#menu_hor {
	height:30px;
	padding-left:18px;
	position: relative;
	z-index: 100;
	height:30px;
}

/* remove all the bullets, borders and padding from the default list styling */
div#menu_hor ul {
	padding: 0;
	margin: 0;
	list-style:none;
}

div#menu_hor ul ul {
	width:110px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
div#menu_hor li {
	float: left;
	width:110px;
	position: relative;
	background:url(../img/bg_menu_border.png) 100% 1px no-repeat;
	padding-right:1px;
}

/* style the links for the top level */
div#menu_hor a,div#menu_hor a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	width:110px;
	height: 30px;
	background:url(../img/bg_menu.png) 0 -28px repeat-x;
	/*padding-left: 10px;*/
	padding-left:0;
	line-height: 30px;
	text-align:center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html div#menu_hor a,* html div#menu_hor a:visited {
	width: 110px;
	w\idth: 110px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
div#menu_hor ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0;
	width:110px;
}

/* another hack for IE5.5 */
* html div#menu_hor ul ul {
	top:30px;
	t\op:30px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
div#menu_hor table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
}

/* style the second level links */
div#menu_hor ul ul a,div#menu_hor ul ul a:visited {
	color:#fff;
	background:#000 url(../img/bg_menu.png) 0 -28px repeat-x;
	height: 12px;
	line-height: 12px;
	font-size:12px;
	padding: 8px 0px;
	width:170px;
	border-bottom:1px solid #333;
	text-align:left;
	padding-left:10px;
}

/* yet another hack for IE5.5 */
* html div#menu_hor ul ul a,* html div#menu_hor ul ul a:visited {
	width: 170px;
	w\idth: 170px;
}

/* style the top level hover */
div#menu_hor a:hover,div#menu_hor ul ul a:hover {
	color:#fff;
	background:url(../img/bg_menu.png) 0 1px repeat-x;
}

div#menu_hor :hover>a,div#menu_hor ul ul :hover>a {
	color:#fff;
	background:url(../img/bg_menu.png) 0 1px repeat-x;
}

div#menu_hor ul ul a:hover {
	color:#fff;
	background:url(../img/bg_menu.png) 0 0px repeat-x;
	background:#333;
}

div#menu_hor ul ul :hover>a {
	color:#fff;
	background:url(../img/bg_menu.png) 0 0px repeat-x;
	background:#666;
}

/* make the second level visible when hover on first level list OR link */
div#menu_hor ul li:hover ul,div#menu_hor ul a:hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
div#menu_hor ul :hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
div#menu_hor ul :hover ul :hover ul {
	visibility: visible;
}

/**
* HOME BUTTON
*/
div#menu_hor a.home {
	float:left;
	display:block;
	padding:0;
	margin:0;
	margin-right:1px;
	height:30px;
	width:33px;
	background:url(../img/bg_menu.first.png) 0 2px no-repeat;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html div#menu_hor a.home,* html div#menu_hor a.home:visited {
	width: 33px;
	w\idth: 33px;
	background:url(../img/bg_menu.first.png) 0 2px no-repeat;
}

div#menu_hor a.home:hover, * html div#menu_hor a.home:hover {
	background:url(../img/bg_menu.first.png) 0 -30px no-repeat !important;
	background:url(../img/bg_menu.first.png) 0 -30px no-repeat;
}

/**
* VIDEO GAMES MENU
*/
/* style the second level links */
div#menu_hor ul ul.console a,div#menu_hor ul ul.console a:visited {
	width:280px;
	padding-left:40px;
}

/* yet another hack for IE5.5 */
* html div#menu_hor ul ul.console a,* html div#menu_hor ul ul.console a:visited {
	width: 280px;
	w\idth: 280px;
}

div#menu_hor ul ul.console a.console_ps {
	background:url(../img/bg_menu_console_ps.png) 0 0 no-repeat;
}

div#menu_hor ul ul.console a.console_ps2 {
	background:url(../img/bg_menu_console_ps2.png) 0 0 no-repeat;
}

div#menu_hor ul ul.console a.console_gba {
	background:url(../img/bg_menu_console_gba.png) 0 0 no-repeat;
}

div#menu_hor ul ul.console a.console_ds {
	background:url(../img/bg_menu_console_ds.png) 0 0 no-repeat;
}

div#menu_hor ul ul.console a.console_wii {
	background:url(../img/bg_menu_console_wii.png) 0 0 no-repeat;
}

div#menu_hor ul ul.console a.console_psp {
	background:url(../img/bg_menu_console_psp.png) 0 0 no-repeat;
}

div#menu_hor ul ul.console a.console_ps:hover,
div#menu_hor ul ul.console a.console_ps2:hover,
div#menu_hor ul ul.console a.console_gba:hover,
div#menu_hor ul ul.console a.console_ds:hover,
div#menu_hor ul ul.console a.console_wii:hover,
div#menu_hor ul ul.console a.console_psp:hover {
	background-position:0 -30px;
}
