@charset "utf-8";

.gi_cascade_menu_session	{
	position:absolute;
	visibility:hidden;
}

.gi_cascade_menu_title	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:25px;
	font-weight: bold;
	color: #333333;
	padding: 10px;
}

.gi_cascade_menu_selected	{
	background-color: #C0C0C0;
}

.gi_cascade_headmenu	{
}

.gi_cascade_headmenu_item	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	color:#FFFFFF;
}

.gi_cascade_headmenu_item_normal	{
	background-color: #881377;
}

.gi_cascade_headmenu_item_hover	{
	background-color: #000000;
}

.gi_cascade_headmenu_item_clicked	{
	background-color: #C0C0C0;
}

.gi_cascade_submenu	{
	position:absolute;
	z-index:100;
}

.gi_cascade_submenu_item	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	padding: 5px;
	cursor:pointer;
	color:#FFFFFF;
}

.gi_cascade_submenu_item_normal	{
	background-color: #881377;
}

.gi_cascade_submenu_item_hover	{
	background-color: #000000;
}

.gi_cascade_submenu_item_clicked	{
	background-color: #C0C0C0;
}

