DIV.topbanner_panel UL
{
	list-style-type:none;
	text-align:center;
	padding: 0;
	margin: 0;

}
DIV.topbanner_panel LI
{
	display:inline;
	line-height:35px;
	width:auto;
}
* HTML DIV.topbanner_panel LI
{
	line-height:37px;
}
DIV.topbanner_panel  SPAN.menu_item_text
{
	background-image:url(/images/menu_right.gif);
	background-position:right ;
	background-repeat:no-repeat;
	padding-right:17px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
}
* HTML DIV.topbanner_panel SPAN.menu_item_text
{
	padding-top:0px;
	padding-bottom:0px;
	width:1px;
}
DIV.topbanner_panel  A:hover SPAN.menu_item_text
{
	background-image:url(/images/menu_right_over.gif);
	cursor:hand;
}
DIV.topbanner_panel LI A
{
	display:inline-block;
	white-space:nowrap;/**/
	background-image:url(/images/menu_left.gif);
	background-position:left ;
	background-repeat:no-repeat;
	padding-left:17px;
	color: #000000;
	font-weight:bold;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif; 
	font-style:italic;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:7px;

	/*
	padding-top:7px;
	padding-bottom:7px;
	padding-left:17px;
	*/
}
* HTML DIV.topbanner_panel LI A
{
	padding-top:0px;
	padding-bottom:0px;
}
DIV.topbanner_panel  A:visited
{
	color: #000000;

}
DIV.topbanner_panel LI A:hover
{
	background-image:url(/images/menu_left_over.gif);
	color: #0000ff;
	text-decoration:underline;

}
/*------------------------------------------------Left menu-------------------------------------------*/

td.left_panel div.obj_Menu
{
	margin-top:5px;

}

.left_panel ul.menu_vertical, 
.left_panel ul.menu_vertical_hover
{
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline;
	margin-left:0;
	width:100px;
}
.left_panel ul.menu_vertical li, 
.left_panel ul.menu_vertical_hover li
{
	text-align: left;
	line-height:1.2em;
	margin-left: 0;
	padding-left: 0;
}

.left_panel li.menuitem_selected,
.left_panel li.menuitem_selected_,
.left_panel li.menuitem_normal, 
.left_panel li.menuitem_normal_hover
{
	margin-left: 0;
	padding-left: 0;
	margin-bottom:2px;
	width:100px;
}
.left_panel li.menuitem_normal A, 
.left_panel li.menuitem_normal A:visited, 
.left_panel li.menuitem_normal_hover A,
.left_panel li.menuitem_normal_hover A:visited
{
	white-space: nowrap;
	font-family: Comic Sans MS, Comic Sans MS, cursive; 
	font-size:1.2em;
	font-weight:bold;
	display: inline;
	text-decoration:none;
	color: #ac1a00;
}

.left_panel li.menuitem_normal A:hover, 
.left_panel li.menuitem_normal_hover A:hover
{
	color: #000000;
}
.left_panel li.menuitem_selected A,
.left_panel li.menuitem_selected A:visited
{
	font-family: Comic Sans MS, Comic Sans MS, cursive; 
	font-size:1.2em;
	font-weight:bold;

	display: inline;
	text-decoration:none;
	color:#000000;
}
.left_panel ul.menu_vertical ul.menu_vertical
{
	list-style: none;
	margin-left:0px;
	padding: 0;
	display: inline;
	font-size: 0.96em;
	font-family:Tahoma,arial;
	text-align: left;
}

.left_panel ul.menu_vertical_hover  li ul.menu_vertical
{
	position:absolute;
	width:auto;
	float:right;
	background-color: #ededFF; 
	border-top: 1px #ac1a00 solid; 
	border-left: 1px #ac1a00 solid; 
	border-right: 2px #ac1a00 solid; 
	border-bottom: 2px #ac1a00 solid; 

	/*left:-999em;*/
	display:none;
}
.left_panel ul.menu_vertical_hover  li:hover ul.menu_vertical, 
.left_panel ul.menu_vertical_hover  li.menuitem_normal_hover ul.menu_vertical
{
	/*left:auto;*/
	display:inline;
	
}
