/* css toolbar styles */

.menu_container
{
	position:absolute;
	left:4.3%;
	width:472px;
	z-index:500;
	margin:0 0 25px 0;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 118px;
	float: left;
}

.list_head
{
	width:118px;
	height:26px;
	background-color:#ddd;
}

.linkback
{
	background-color:#ddd;
	height:26px;
}

.topic_head
{
	font-weight:bolder;
	margin:0;
	padding:6px 0 10px 0;
	text-align:center;
	border-left:1px solid #000;
}

.topic_head_link
{
	text-decoration:none;
	color:#333;
}

#menu a
{
	font: italic 11px/16px arial, helvetica, sans-serif;
	color: #2E2B24;
	background: #eee;
	text-decoration: none;	
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #767676 #555 #bbb;
	text-align:center;
	margin: 0;
	padding: 2px 3px;
}

#menu a:hover
{
	color: #000;
	background: #A5C1DE;
}

#menu a:active
{
	background:#6D99C5;
	color: #000;
}

#menu li
{
	position: relative;
}

#menu li:hover
{
	z-index: 300;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
}

#menu ul ul ul
{
	position: absolute;
	left:95%;
	top:25%;
	z-index: 900;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

/* Styling for Expand */

#menu a.expand, #menu a.expand:visited
{
	background:#eee url(images/expand4.gif) no-repeat;
	background-position:98% 50%;
	font: italic 11px/16px arial, helvetica, sans-serif;
	color: #2E2B24;
	text-decoration: none;
}

#menu a.expand:hover
{
	color: #000;
	background:#A5C1DE;
}

#menu a.expand:active
{
	background:#6D99C5 url(images/expand4.gif) no-repeat;
	background-position:98% 50%;
	font: italic 11px/16px arial, helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}