/* LEFT MENU*/
.playmenu_width{width:160px;}
div#playmenu	{
	float:left;
	width:160px;
	margin:0;
}
#playmenu ul	{
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	font-size: 10px;
	background-image: url(../images/blue.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0 0 0 7px;
	border-bottom: 1px solid #ffffff;
	background-color: #dddddd;
}
#playmenu ul#second{
	margin-top: 21px;
	background-image: url(../images/yellow.gif);
	border-top: 1px solid #ffffff;
}
#playmenu li {
	border-top: 1px solid #ccc;
	padding: 7px 2px 7px 7px;
	margin: 0;
	color: #333333;
	line-height: 12px;
}
#playmenu li.menuParent {
	border-top: 1px solid #ccc;		
	border-bottom: 2px solid #ffffff;
}
#playmenu li.activemenuParent {
	background-color: #ccc;
	border-top: 1px solid #aaa;	
	border-bottom: 1px solid #ccc;
}
#playmenu li.menuParentlast	{
	border-bottom: 0;
}
#playmenu li.menuChild	{
	padding: 5px 2px 5px 7px;
	border-top: 0;	
	border-bottom: 1px solid #ccc;
	background-color: #eeeeee;
	background-image: url(../images/lgrey.gif);
	display:block;
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 14px;
}
#playmenu li.menuChild a {
	color: #777;
}
#playmenu li a {
	text-decoration: none;
	color: #333333;
	display:block;
}
#playmenu li a:hover{
	color: #177AD8;
}
#playmenu li a.activeparent	{
	color: #177AD8;
}
#playmenu li a.activechild	{
	color: #177AD8;
}
#afterLastChild{
	border-top: 2px solid #fff !important;
}
/*TOP MENU
#topMenu ul	{
	list-style-type: none;
	margin: 0;
	font-size: 9px;
	text-transform: uppercase;
	padding: 2px 0 0 0;
	width:902px;
}
#topMenu ul li	{
	display:block;
	padding: 0 10px 0 13px;
	float:left;
	margin:0 1px;
	background-image: url(../images/blueSquare.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#topMenu ul li.topFirst	{
	font-weight: bold;
	padding: 0 0 0 13px;
	margin: 0 12px 0 0;
}
#topMenu ul li.topFirst a	{
	color: #333333;
}
#topMenu a	{
	color: #eeeeee;
	text-decoration:none;
}
#topMenu ul li.topFirst a:hover	{
	color: #177AD8;
}
#topMenu a:hover{
	color: #177AD8;
} */

/*BOTTOM MENU*/

#bottomMenu ul, #bottomMenu_en ul	{
	list-style-type: none;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
}

#bottomMenu ul li, #bottomMenu_en ul li {	margin: 0;	padding: 0 8px;		display: inline;	border-left: 1px solid #BFD1DE;	float: left;	color: #BFD1DE;}

#bottomMenu ul li.topFirst, #bottomMenu ul li.topFirst a, #bottomMenu_en ul li.topFirst, #bottomMenu_en ul li.topFirst a {
	font-weight: bold;
	border-left: none;	
}

#bottomMenu a, #bottomMenu_en a {
	color: #666666;
	text-decoration:none;
}
