#menuBox {
	width:100%;
	margin:8px auto 0;
	font-size:13px;
	background:url(/images/menu_bg.jpg) repeat-x 0 6px;
	height:48px;
	}
#menuBox table[id=menu] td {
	background:url(/images/menu_line.jpg) no-repeat 100% 6px;
	text-align:center;
	}
#menuBox table[id=menu] td.current {
	/*background:url(/images/bg_current.jpg) repeat-x; */
	text-decoration:underline;
	color:#fff;
	}
#menuBox table[id=menu] td.current:first-child {
	color:#fff; /*#dd3333;*/
	}
#menuBox table[id=menu] td.current:first-child a:hover {
	color:#777;
	}
	
#menuBox div#date {
	background:url(/images/menu_date.jpg) no-repeat;
	width:223px;
	height:40px;
	color:#fff;
	font-size:12px;
	margin-top:6px;
	font-weight:bold;
	}
#menuBox div#date div {
	padding-top:11px;
	}
#menuBox td#date div {
	padding-left:41px;
	}
#menuBox div#langs {
	background:url(/images/menu_lang.jpg) no-repeat 100% 6px;
	width:194px;
	height:46px;
	font-size:11px;
	}
#langs div#buttons {
	width:117px;
	margin:0 auto;
	font-size:12px;
	padding-left:11px;
	}
#langs div#buttons div {
	float:left;
	width:26px;
	margin:16px 13px 0 0;
	}
#langs div#buttons div a {
	color:#F09EA0;
	line-height:16px;
	font-weight:bold;
	}
#langs div#buttons div a:hover {
	text-decoration:underline;
	color:#fff;
	}

#langs div#buttons div#current a {
	color:#fff;
	}	
	
	
#menu td a {
	color:#fff;
	font-weight:normal;
	}
#menu td a:hover {
	color:#e6e6e6;
	font-weight:normal;
	
	}
/* #menu td.current {
	background:url(/images/bg_current.jpg) repeat-x;
	}*/



/****************/
#subMenu {
	margin-top:14px;
	z-index:1100;
	position:absolute;
	background:#FCFCFC;
	border:1px solid #ddd;
	display:none;
	margin-left /*\**/:-150px\9
	}
*:first-child+html #subMenu {
	margin:23px 0 0 -200px;
	}
#subMenu > table:first-child td {
	background:url(/images/line_dotted.jpg) repeat-x 0 100%;
	padding:5px;
	max-width:100px;
	text-align:left;
	font-size:12px;
	width /*\**/:100px\9
	}
#subMenu > table:first-child td#noborder {
	background:none;
	width:0;
	}

#subMenu td a {
	display:block;
	text-decoration:none;
	color:#dd3333;
	}
#subMenu td a:hover {
	color:#000;
	}
	
#menuBox td:hover div#subMenu {
	display:block;
	}
