/**************************** VERTICAL (Default / No suffixes) *************************************************/
.igdm_LucidDreamControlVertical 
{
	background-color: white;
	cursor: default;
	float:left;
	/*border: solid 1px;*/
	white-space: nowrap; /* do not get text wrapped within the menu item*/
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	background-image: url(images/igdm_ControlBackground.png);
	background-repeat: repeat-x;	
	background-position: top;
	background-color: #EFEFEF;
	border: 0px none;
	overflow: hidden;
}

/*
 Main Control CSS class when it's disabled
*/
.igdm_LucidDreamControlVerticalDisabled
{
	
}

/*
 Main Control CSS class when it's active 
*/
.igdm_LucidDreamControlVerticalActive
{

}

/******************************** ROOT ELEMENTS ***************************************************/
.igdm_LucidDreamMenuGroupVerticalRoot
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: Transparent; /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	/* position: relative; */ /* makes the menu blocks be positioned relative to their parent menu item                                       the lack of offset makes these appear normal, but it will make a difference                                       to the absolutely positioned child blocks */
	color: #000; /* sets the default font colour to black */
}

.igdm_LucidDreamMenuItemVerticalRoot
{
	font-size: 10px;
	color: #333333;
	padding: 6px;
	padding-left: 12px;
	border: 1px solid transparent;
	padding-right: 30px;
}

.igdm_LucidDreamMenuItemVerticalIcon
{
	clear: none;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
	border: 0px none;
}

 
.igdm_LucidDreamMenuItemVerticalRootLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333333;
}

.igdm_LucidDreamMenuItemVerticalRootSelected
{
	background-color: #9AD0F4;
	border: 1px solid #6691B8;
}

.igdm_LucidDreamMenuItemVerticalRootSelected > a
{
	color: #FFFFFF;
}

.igdm_LucidDreamMenuItemVerticalRootActive
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6eb6e5;
	border: 1px solid #6691B8;
}

.igdm_LucidDreamMenuItemVerticalRootActive > a
{
	color: #FFFFFF;
}

.igdm_LucidDreamMenuItemVerticalRootHover
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6eb6e5;
	border: 1px solid #6691B8;
}

.igdm_LucidDreamMenuItemVerticalRootHover > a
{
	color: #FFFFFF;
}

.igdm_LucidDreamMenuItemVerticalRootDisabled > a
{
	color: #AAAAAA;
}

/********************************** END ROOT ELEMENTS *********************************************/

/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_LucidDreamMenuGroupVertical
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #FFFFFF; 
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	border: 1px solid #CCCCCC;
	color:Black;
}

/**************************** END Menu Group Elemnts ********************************************/

/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_LucidDreamMenuItemVertical
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #333; /* sets the default font colour to white */
	background: #FFFFFF none repeat scroll 0 0;
	padding: 5px;
	padding-right: 30px;
}

.igdm_LucidDreamMenuItemVerticalLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333;
}

.igdm_LucidDreamMenuItemVertical.igdm_LucidDreamMenuItemVerticalParent
{
	background-image: url(images/igwdm_SubMenuIndicator.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

/* List Item (Li) that is a parent of a menu which will appear on the bottom */
.igdm_LucidDreamMenuItemVerticalParent
{
}

.igdm_LucidDreamMenuItemVerticalParentLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333;
}

.igdm_LucidDreamMenuItemVerticalSelected.igdm_LucidDreamMenuItemVerticalParent
{
	background-image: url(images/igdm_ItemHoverParent.png);
	background-repeat: repeat-x;
	background-position: center right;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemVerticalActive.igdm_LucidDreamMenuItemVerticalParent
{
	background-image: url(images/igdm_ItemHoverParent.png);
	background-repeat: repeat-x;
	background-position: center right;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemVerticalHover.igdm_LucidDreamMenuItemVerticalParent
{
	background-image: url(images/igdm_ItemHoverParent.png);
	background-repeat: repeat-x;
	background-position: center right;
	background-color: #FF9933;
	font-weight: normal;
}

/* List Item (Li) */
.igdm_LucidDreamMenuItemVerticalSelected
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #FFFFFF; /* sets the default font colour to white */
	background-image: url(images/igdm_ItemHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemVerticalSelected > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_LucidDreamMenuItemVerticalActive
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #FFFFFF; /* sets the default font colour to white */
	background-image: url(images/igdm_ItemHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemVerticalActive > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_LucidDreamMenuItemVerticalHover
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #FFFFFF; /* sets the default font colour to white */
	background-image: url(images/igdm_ItemHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemVerticalHover > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_LucidDreamMenuItemVerticalDisabled > a
{
	color: #CCCCCC;
}

/* List Item (LI) no inner content */
.igdm_LucidDreamMenuItemVerticalSeparator
{
	display: block;
	height: 1px !important;
	height: 1px;
	width: 100%;
	border: 0px none;
	padding: 0px;
	margin: 0px auto;
	background-color: #CCCCCC;
	position: absolute;
	clear: both;
}

/************************************************************************************************\
|********************** Horizontal / Suffixed with "Horizontal" *********************************|
\************************************************************************************************/
.igdm_LucidDreamControlHorizontal
{
	background-color: white;
	cursor: default;
	float:left;
	/*border: solid 1px;*/
	white-space: nowrap; /* do not get text wrapped within the menu item*/
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	background-image: url(images/igdm_ControlBackground.png);
	background-repeat: repeat-x;	
	background-position: top;
	background-color: #EFEFEF;
	border: 0px none;
	overflow: hidden;
}

/*
 Main Control CSS class when it's disabled
*/
.igdm_LucidDreamControlHorizontalDisabled
{
	
}

.igdm_LucidDreamControlHorizontalActive
{

}

/************** End Main Control Definitions ********************/

/******************************** ROOT ELEMENTS - Group and Item ***************************************/
/** Definitions for Root elements should be always before definitions of subElements **/
.igdm_LucidDreamMenuGroupHorizontalRoot
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #FFFFFF; /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	/* position: relative; */ /* makes the menu blocks be positioned relative to their parent menu item                                       the lack of offset makes these appear normal, but it will make a difference                                       to the absolutely positioned child blocks */
	color: #000; /* sets the default font colour to black */
}

.igdm_LucidDreamMenuItemHorizontalRoot
{
	float: left; /* Required to implement horizontal orientation of menu */
	font-size: 10px;
	color: #fff;
	padding: 6px;
	padding-left: 12px;
	border: 1px solid transparent;
}

.igdm_LucidDreamMenuItemHorizontalIcon
{
	clear: none;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
	border: 0px none;
}

.igdm_LucidDreamMenuItemHorizontalRootLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333333;
}

.igdm_LucidDreamMenuItemHorizontalRootSelected
{
	background-color: #9AD0F4;
	border: 1px solid #6691B8;
}

.igdm_LucidDreamMenuItemHorizontalRootSelected > a
{
	color: #FFFFFF;
}

.igdm_LucidDreamMenuItemHorizontalRootActive
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6eb6e5;
	border: 1px solid #6691B8;
}

.igdm_LucidDreamMenuItemHorizontalRootActive > a
{
	color: #FFFFFF;
}

.igdm_LucidDreamMenuItemHorizontalRootHover
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6eb6e5;
	border: 1px solid #6691B8;
}

.igdm_LucidDreamMenuItemHorizontalRootHover > a
{
	color: #FFFFFF;
}

.igdm_LucidDreamMenuItemHorizontalRootDisabled
{
	float: left;  /*Required to implement horizontal orientation of menu */
}

.igdm_LucidDreamMenuItemHorizontalRootDisabled > a
{
	color: #AAAAAA;
}

/********************************** END ROOT ELEMENTS *********************************************/

/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_LucidDreamMenuGroupHorizontal
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #FFFFFF; 
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	border: 1px solid #CCCCCC;
	color:Black;
}

/**************************** END Menu Group Elemnts ********************************************/

/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_LucidDreamMenuItemHorizontal
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #333; /* sets the default font colour to white */
	background: #FFFFFF none repeat scroll 0 0;
	padding: 5px;
	padding-right: 30px;
}

.igdm_LucidDreamMenuItemHorizontalLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333;
}

.igdm_LucidDreamMenuItemHorizontal.igdm_LucidDreamMenuItemHorizontalParent
{
	background-image: url(images/igwdm_SubMenuIndicator.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

/* List Item (Li) that is a parent of a menu which will appear on the bottom */
.igdm_LucidDreamMenuItemHorizontalParent
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	font-weight: normal;
}

.igdm_LucidDreamMenuItemHorizontalParentLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333;
}

.igdm_LucidDreamMenuItemHorizontalSelected.igdm_LucidDreamMenuItemHorizontalParent
{
	background-image: url(images/igdm_ItemHoverParent.png);
	background-repeat: repeat-x;
	background-position: center right;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemHorizontalActive.igdm_LucidDreamMenuItemHorizontalParent
{
	background-image: url(images/igdm_ItemHoverParent.png);
	background-repeat: repeat-x;
	background-position: center right;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemHorizontalHover.igdm_LucidDreamMenuItemHorizontalParent
{
	background-image: url(images/igdm_ItemHoverParent.png);
	background-repeat: repeat-x;
	background-position: center right;
	background-color: #FF9933;
	font-weight: normal;
}

/* List Item (Li) */
.igdm_LucidDreamMenuItemHorizontalSelected
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #FFFFFF; /* sets the default font colour to white */
	background-image: url(images/igdm_ItemHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemHorizontalSelected > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_LucidDreamMenuItemHorizontalActive
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #FFFFFF; /* sets the default font colour to white */
	background-image: url(images/igdm_ItemHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemHorizontalActive > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_LucidDreamMenuItemHorizontalHover
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #FFFFFF; /* sets the default font colour to white */
	background-image: url(images/igdm_ItemHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF9933;
	font-weight: normal;
}

.igdm_LucidDreamMenuItemHorizontalHover > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_LucidDreamMenuItemHorizontalDisabled > a
{
	color: #CCCCCC;
}

/* List Item (LI) no inner content */
.igdm_LucidDreamMenuItemHorizontalSeparator
{

	display: block;
	width: 1px !important;
	width: 1px;
	height: 100%;
	border: 0px none;
	padding: 0px;
	margin: 0px auto;
	background-color: #CCCCCC;
}


/* Scrolling container - DIV */
.igdm_LucidDreamMenuScrollContainerHorizontal
{
}

/* Left scrolling element for root level items Horizontal orientation - DIV */
.igdm_LucidDreamMenuScrollerRootLeft
{
}

/* Right scrolling element for root level items Horizontal orientation - DIV */
.igdm_LucidDreamMenuScrollerRootRight
{
}

/* Left scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_LucidDreamMenuScrollerLeft
{
}

/* Right scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_LucidDreamMenuScrollerRight
{
}