.menu_table_container
{
	margin: 0px;
	width: 545px;
	height: 30px;
	text-align: left;
	float: left;	
}

.menu_table_container table
{
	background: url(../images/misc/menubar_bg.jpg) no-repeat;	
}

.menu_table_container table td
{
	text-align: left;
}

.menu_container
{
	position:absolute;
	visibility:hidden;
	background-color: #cccccc;
	border: 1px solid #999999;
	text-align: left;
	z-index:300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.menu_container img
{
	border: 0px;	/* needed for Mozilla/Camino/Netscape */
}

.menu_container a 
{
	text-decoration: none;
	color: #9797ff;
	padding: 4px;
	background-color: #fff;
	display: block;
}

.menu_item_main
{
	margin: 0;
	height: 30px;
}

.menu_item_main_text
{
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin-top: 6px;
	margin-right: 4px;
	float:left;
	cursor:pointer;
}

.menu_container a:hover 
{
	color: #ff428d;
}

.menu_item 
{
	left: 0px;
	border: 1px solid #ffffff;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
}

#menu_anchor
{
	position: relative;
	top: 0;
	z-index: 100;
}