/**************************** VERTICAL (Default / No suffixes) *************************************************/
.igdm_LoanciergeBlueControlVertical
{
	background-color:#BFDBFF;
	font-family: Sans-serif,Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica;
	border-style:none;
	border-width:0px;
	white-space: nowrap;
	overflow: hidden;
	cursor:default;
}


/*
 Main Control CSS class when it's active 
*/
.igdm_LoanciergeBlueControlVerticalActive
{
}


/*
 Main Control CSS class when it's disabled
*/
.igdm_LoanciergeBlueControlVerticalDisabled
{
	background-color:#F1F1F1;
}


/******************************** ROOT ELEMENTS ***************************************************/
.igdm_LoanciergeBlueMenuGroupVerticalRoot
{
	background-color:Transparent;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	list-style-type: none;
	cursor:default;
	color:Black;
}


.igdm_LoanciergeBlueMenuItemVerticalRoot
{
	font-size:10px;
	border:solid 1px Transparent;
	padding:6px 30px 6px 12px;
	color:Black;
}


.igdm_LoanciergeBlueMenuItemVerticalIcon
{
	border-style:none;
	border-width:0px;
	padding-right:6px;
	clear: none;
	text-align:left;
	vertical-align:middle;
}


.igdm_LoanciergeBlueMenuItemVerticalRootLink
{
	font-size:12px;
	font-family: Sans-serif,Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica;
	line-height: 12px;
	display: block;
	cursor:default;
	color:Black;
	text-decoration:none;
}


.igdm_LoanciergeBlueMenuItemVerticalRootSelected
{
	background-color:#FFDF84;
	background-repeat:repeat-x;
	background-position:left top ;
	background-image: url(images/igdm_rootselected.png);
	border:solid 1px #FFBD69;
}


.igdm_LoanciergeBlueMenuItemVerticalRootActive
{
	background-color:#FFE7A2;
	border:solid 1px #FFBD69;
}


.igdm_LoanciergeBlueMenuItemVerticalRootHover
{
	background-color:#FFDF84;
	background-repeat:repeat-x;
	background-position:left top ;
	background-image: url(images/igdm_roothover.png);
	border:solid 1px Transparent;
}


.igdm_LoanciergeBlueMenuItemVerticalRootDisabled
{
}


/********************************** END ROOT ELEMENTS *********************************************/
/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_LoanciergeBlueMenuGroupVertical
{
	background-color:#F6F6F6;
	border:solid 1px #6593CF;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	list-style-type: none;
	cursor:default;
	color:Black;
}


/**************************** END Menu Group Elemnts ********************************************/
/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemVertical
{
	background-attachment:scroll;
	background-color: transparent none repeat scroll 0 0;
	background-repeat:repeat;
	background-position:notset notset ;
	border:solid 1px Transparent;
	margin:0px;
	padding:5px 30px 5px 30px;
	color:Black;
}


.igdm_LoanciergeBlueMenuItemVerticalLink
{
	font-size:12px;
	font-family: Sans-serif,Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica;
	line-height: 12px;
	display: block;
	cursor:default;
	color:Black;
	text-decoration:none;
}


/* List Item (Li) that is a parent of a menu which will appear on the bottom */
.igdm_LoanciergeBlueMenuItemVerticalParent
{
}


.igdm_LoanciergeBlueMenuItemVerticalParentLink
{
	font-size:12px;
	font-family: Sans-serif,Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica;
	display: block;
	cursor:default;
	color:Black;
	text-decoration:none;
}


/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemVerticalSelected
{
	background-color:#FFE7A2;
	border:solid 1px #FFBD69;
	margin:0px;
}


/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemVerticalActive
{
	background-color:#FFE7A2;
	border:solid 1px #FFBD69;
	margin:0px;
}


/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemVerticalHover
{
	background-color:#FFE7A2;
	border:solid 1px Transparent;
	margin:0px;
}


.igdm_LoanciergeBlueMenuItemVerticalDisabled
{
}


/* List Item (LI) no inner content */
.igdm_LoanciergeBlueMenuItemVerticalSeparator
{
	background-color:#9AC6FF;
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
	display: block;
	height: 1px;
	height: 1px;
	width: 100%;
	position: absolute;
	clear: both;
}


.igdm_LoanciergeBlueMenuScrollContainerVertical
{
	background-color:#F6F6F6;
	border:solid 1px #6593CF;
	color:Black;
}


.igdm_LoanciergeBlueMenuScrollerRootTop
{
}


.igdm_LoanciergeBlueMenuScrollerRootBottom
{
}


.igdm_LoanciergeBlueMenuScrollerTop
{
	height: 10px;
	width: 100%;
}


.igdm_LoanciergeBlueMenuScrollerBottom
{
	height: 10px;
	width: 100%;
}


/************************************************************************************************\

********************** Horizontal / Suffixed with "Horizontal" *********************************

\************************************************************************************************/
.igdm_LoanciergeBlueControlHorizontal
{
	background-color:#BFDBFF;
	font-family: Sans-serif,Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica;
	border-style:none;
	border-width:0px;
	white-space: nowrap;
	overflow: hidden;
	cursor:default;
}


.igdm_LoanciergeBlueControlHorizontalActive
{
}


/*
 Main Control CSS class when it's disabled
*/
.igdm_LoanciergeBlueControlHorizontalDisabled
{
	background-color:#F1F1F1;
}


/************** End Main Control Definitions ********************/
/******************************** ROOT ELEMENTS - Group and Item ***************************************/
/** Definitions for Root elements should be always before definitions of subElements **/
.igdm_LoanciergeBlueMenuGroupHorizontalRoot
{
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	list-style-type: none;
	cursor:default;
	color:Black;
}


.igdm_LoanciergeBlueMenuItemHorizontalRoot
{
	font-size:10px;
	border:solid 1px Transparent;
	padding:6px 4px 6px 6px;
	float: left;
	color:#000FFF;
}


.igdm_LoanciergeBlueMenuItemHorizontalIcon
{
	border-style:none;
	border-width:0px;
	padding-right:4px;
	clear: none;
	float: left;
	text-align:left;
	vertical-align:middle;
}


.igdm_LoanciergeBlueMenuItemHorizontalRootLink
{
	font-size:12px;
	font-family: Sans-serif,Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica;
	display: block;
	cursor:default;
	color:Black;
	text-decoration:none;
}


.igdm_LoanciergeBlueMenuItemHorizontalRootSelected
{	
    background-color:#FFDF84;
	background-repeat:repeat-x;
	background-position:left top ;
	/*background-image: url(images/igdm_rootselected.png);*/
	border:solid 1px #FFBD69;  
}

.igdm_LoanciergeBlueMenuItemHorizontalRootActive
{
	background-color:#FFE7A2;
	border:solid 1px #FFBD69;
}


.igdm_LoanciergeBlueMenuItemHorizontalRootHover
{
	background-color:#FFDF84;
	background-repeat:repeat-x;
	background-position:left top ;
	background-image: url(images/igdm_roothover.png);
	border:solid 1px Transparent;
	height: 26px !important;
}


.igdm_LoanciergeBlueMenuItemHorizontalRootDisabled
{
	float: left;
}


/********************************** END ROOT ELEMENTS *********************************************/
/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_LoanciergeBlueMenuGroupHorizontal
{
	background-color:#F6F6F6;
	border:solid 1px #6593CF;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	list-style-type: none;
	cursor:default;
	color:Black;
}


/**************************** END Menu Group Elemnts ********************************************/
/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemHorizontal
{
	background-attachment:scroll;
	background-color: transparent none repeat scroll 0 0;
	background-repeat:repeat;
	background-position:notset notset ;
	border:solid 1px Transparent;
	margin:0px;
	padding:5px 30px 5px 5px;
	color:Black;
}


.igdm_LoanciergeBlueMenuItemHorizontalLink
{
	font-size:12px;
	font-family: Sans-serif,Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica;
	display: block;
	cursor:default;
	color:Black;
	text-decoration:none;
}


/* List Item (Li) that is a parent of a menu which will appear on the bottom */
.igdm_LoanciergeBlueMenuItemHorizontalParent
{
	font-weight:normal;
	margin:0px;
}


.igdm_LoanciergeBlueMenuItemHorizontalParentLink
{
	font-size:12px;
	font-family: Sans-serif,Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica;
	display: block;
	cursor:default;
	color:Black;
	text-decoration:none;
}


/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemHorizontalSelected
{
	background-color:#FFE7A2;
	border:solid 1px #FFBD69;
	margin:0px;
}


/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemHorizontalActive
{
	background-color:#FFE7A2;
	border:solid 1px #FFBD69;
	margin:0px;
}


/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemHorizontalHover
{
	background-color:#FFE7A2;
	border:solid 1px Transparent;
	margin:0px;
}


.igdm_LoanciergeBlueMenuItemHorizontalDisabled
{
}


/* List Item (LI) no inner content */
.igdm_LoanciergeBlueMenuItemHorizontalSeparator
{
	background-color:#9AC6FF;
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
	display: block;
	width: 1px;
	width: 1px;
	height: 100%;
}


/* Scrolling container - DIV */
.igdm_LoanciergeBlueMenuScrollContainerHorizontal
{
	background-color:#F6F6F6;
	border:solid 1px #6593CF;
	color:Black;
}


/* Left scrolling element for root level items Horizontal orientation - DIV */
.igdm_LoanciergeBlueMenuScrollerRootLeft
{
}


/* Right scrolling element for root level items Horizontal orientation - DIV */
.igdm_LoanciergeBlueMenuScrollerRootRight
{
}


/* Left scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_LoanciergeBlueMenuScrollerLeft
{
	background-repeat:repeat-y;
	background-position:right -70px ;
	border-left:solid 1px #DBCE99;
	width: 10px;
	height: 28px;
	display: block;
}


/* Right scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_LoanciergeBlueMenuScrollerRight
{
	background-repeat:repeat-y;
	background-position:right -70px ;
	border-right:solid 1px #DBCE99;
	width: 10px;
	height: 28px;
	display: block;
}


/*************************************** SCROLLING ROLES ************************************/
.igdm_LoanciergeBlueMenuScrollButton
{
	background-color:#FFDA77;
	background-repeat:repeat-x;
	background-position:center -57px ;
	background-image: url(images/igwdm_scrollsprite.png);
	border:solid 1px #DBCE99;
	margin:0px;
	padding:0px;
	position: absolute;
	text-decoration:none;
}


.igdm_LoanciergeBlueMenuScrollIcon
{
	background-repeat:no-repeat;
	background-image: url(images/igwdm_scrollsprite.png);
	margin:0px;
	padding:0px;
	display: block;
	height: 10px;
	cursor:pointer;
}


.igdm_LoanciergeBlueMenuScrollIconTop
{
	background-position:center -1px ;
	margin-left:-5px;
	width: 10px;
	position: relative;
	left: 50%;
}


.igdm_LoanciergeBlueMenuScrollIconBottom
{
	background-position:center -25px ;
	margin-left:-5px;
	width: 10px;
	position: relative;
	left: 50%;
}


.igdm_LoanciergeBlueMenuScrollIconLeft
{
	background-position:-15px -15px ;
	margin-top:-6px;
	position: relative;
	top: 50%;
}


.igdm_LoanciergeBlueMenuScrollIconRight
{
	background-position:-30px -15px ;
	margin-top:-6px;
	position: relative;
	top: 50%;
}


.igdm_LoanciergeBlueMenuScrollContainer
{
	margin:0px;
	padding-top:0px;
	padding-left:0px;
}


.igdm_LoanciergeBlueMenuScrollContainerRootVertical
{
}


.igdm_LoanciergeBlueMenuScrollContainerRootHorizontal
{
	height: 26px !important;
}


.igdm_LoanciergeBlueMenuGroupScrollingVertical
{
	background-color:#F6F6F6;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	list-style-type: none;
	cursor:default;
	color:Black;
}


.igdm_LoanciergeBlueMenuGroupScrollingHorizontal
{
	background-color:#F6F6F6;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	list-style-type: none;
	cursor:default;
	color:Black;
}


/*.ie6 .igdm_LoanciergeBlueMenuItemVerticalRoot.igdm_LoanciergeBlueMenuItemVerticalParent.igdm_LoanciergeBlueMenuItemVerticalRootSelected
{
	background-color: #FFDF84!important;
	background-position:left ;
	background-image: url(images/igdm_rootselected.png)!important;
	border-width:0px;
	background-repeat: repeat-x!important;
}


.ie6 ul.igdm_LoanciergeBlueMenuGroupVerticalRoot li.igdm_LoanciergeBlueMenuItemVerticalParent.igdm_LoanciergeBlueMenuItemVerticalRoot
{
	background-color: none;
}*/


/* �b��C�� ----------------------------------------- */
.igdm_LoanciergeBlueMenuItemHorizontalSelected.igdm_LoanciergeBlueMenuItemHorizontalParent
{
	background-repeat:repeat-x;
	background-position:center right ;
	border:solid 1px #6593CF;
}


.igdm_LoanciergeBlueMenuScrollerRight hover, .igdm_LoanciergeBlueMenuScrollerRight active
{
	background-position:left -70px ;
}


/* �b��C�� ----------------------------------------- */
.igdm_LoanciergeBlueMenuItemHorizontalHover.igdm_LoanciergeBlueMenuItemHorizontalParent
{
	background-repeat:repeat-x;
	background-position:center top ;
	font-weight:normal;
	border:solid 1px Transparent;
}


.igdm_LoanciergeBlueMenuItemHorizontalRootHover .igdm_LoanciergeBlueMenuItemHorizontalRootLink
{
	color:Black;
}


.igdm_LoanciergeBlueMenuScrollerLeft hover, .igdm_LoanciergeBlueMenuScrollerRight active
{
	background-position:left -70px ;
}


.ie6 .igdm_LoanciergeBlueMenuItemVerticalActive
{
	border-width:0px;
}


/* �b��C�� ----------------------------------------- */
.igdm_LoanciergeBlueMenuItemHorizontalActive.igdm_LoanciergeBlueMenuItemHorizontalParent
{
	background-repeat:repeat-x;
	background-position:center right ;
	border:solid 1px #6593CF;
}


/*.ie6 .igdm_LoanciergeBlueMenuItemHorizontal
{
	border-width:0px;
}


.ie6 .igdm_LoanciergeBlueMenuItemVerticalRootSelected
{
	border-width:0px;
}*/


.igdm_LoanciergeBlueMenuItemHorizontalRootDisabled > a
{
	color:#8D8D8D;
}


.ie6 .igdm_LoanciergeBlueMenuItemVerticalRootHover
{
	border-width:0px;
}


/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemHorizontalDisabled > a
{
	color:#8D8D8D;
}


.ie6 .igdm_LoanciergeBlueMenuItemVerticalRoot
{
	border-width:0px;
}


.ie6 .igdm_LoanciergeBlueMenuItemHorizontalHover
{
	border-width:0px;
}


.ie6 .igdm_LoanciergeBlueMenuItemVertical.igdm_LoanciergeBlueMenuItemVerticalParent
{
	border-width:0px;
}


.ie6 .igdm_LoanciergeBlueMenuItemVerticalSeparator
{
	overflow: hidden;
}


.igdm_LoanciergeBlueMenuItemVertical.igdm_LoanciergeBlueMenuItemVerticalParent
{
	background-repeat:no-repeat;
	background-position:right center ;
	background-image: url(images/igwdm_submenuindicator.gif);
}


/*************************************** END SCROLLING ROLES ********************************/
/***************
*   IE6 Fixes  *
****************/
/*.ie6 .igdm_LoanciergeBlueMenuItemVerticalRoot.igdm_LoanciergeBlueMenuItemVerticalParent.igdm_LoanciergeBlueMenuItemVerticalRootHover
{
	background-color: #FFDF84!important;
	background-position:left ;
	background-image: url(images/igdm_roothover.png)!important;
	border-width:0px;
	background-repeat: repeat-x!important;
}


.ie6 .igdm_LoanciergeBlueMenuItemVerticalSelected
{
	border-width:0px;
}


.ie6 .igdm_LoanciergeBlueMenuItemHorizontalRootSelected
{
	border-width:0px;
}*/


/* List Item (Li) */
.igdm_LoanciergeBlueMenuItemVerticalDisabled > a
{
	color:#8D8D8D;
}


.igdm_LoanciergeBlueMenuScrollerBottom hover, .igdm_LoanciergeBlueMenuScrollerRight active
{
	background-position:center -42px ;
}


.ie6 .igdm_LoanciergeBlueMenuItemHorizontalSeparator
{
	overflow: hidden;
}


.igdm_LoanciergeBlueMenuItemVerticalRootDisabled > a
{
	color:#8D8D8D;
}


.ie6 .igdm_LoanciergeBlueMenuItemHorizontalRootHover
{
	border-width:0px;
}


/*ListItem that is parent of menu items not in Root*/
.igdm_LoanciergeBlueMenuItemHorizontal.igdm_LoanciergeBlueMenuItemHorizontalParent
{
	background-repeat:no-repeat;
	background-position:center right ;
}


.ie6 .igdm_LoanciergeBlueMenuItemVerticalRootHover .igdm_LoanciergeBlueMenuItemVerticalRootLink
{
	color:Black;
}


.ie6 .igdm_LoanciergeBlueMenuItemVerticalHover
{
	border-width:0px;
}


.ie6 .igdm_LoanciergeBlueMenuItemVertical
{
	border-width:0px;
}


.ie6 .igdm_LoanciergeBlueMenuItemHorizontalRoot
{
	border-width:0px;
}


.igdm_LoanciergeBlueMenuScrollerTop hover, .igdm_LoanciergeBlueMenuScrollerRight active
{
	background-position:center -42px ;
}


.ie6 .igdm_LoanciergeBlueMenuItemHorizontalRootLink
{
	border-width:0px;
}


