.menu_main {
	background: #CCCC66 url(http://static.doublegames.com/images/menu_bg.jpg) repeat-y left;
	vertical-align: top;
}

.menu_bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f0ffcd;
	padding-left: 9px;
}
.menu_bigtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f0ffcd;
	padding-left: 9px;
	font-weight: bold;
}

.menu_item {
	padding-top: 5px;
	padding-left: 9px;
}
.menu_table {

}
.menu_expanded_bg {
	background-image: url(http://static.doublegames.com/images/menu_expanded_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}
.menu_expanded_bg_bottom {

	background-image: url(http://static.doublegames.com/images/menu_expanded_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu_subitem {
	background-image: url(http://static.doublegames.com/images/menu_subitem.jpg);
	text-align: left;
	padding-right: 5px;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	vertical-align: middle;
}
.menu_subtable {
	background-color: #b5d46d;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 3px;
}
.menu_subsubitem {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.link_subitem {
	font-family: Tahoma;
	font-weight: bold;
	color: #2b598b;
	text-decoration: none;
	vertical-align:middle;
	font-size: 12px;
}
a.link_subitem:hover {

	color: #4D87C8;
	text-decoration: none;
	vertical-align:middle;
}
a.link_subsubitem {
	color: #4c4f03;
	text-decoration: none;
	font-size: 11px;
}
a.link_subsubitem:hover {
	color: #8C5F00;
	text-decoration: none;
}
