/**************************** VERTICAL (Default / No suffixes) *************************************************/
.igdm_CaribbeanMod2009ControlVertical 
{
	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: #c6e6f2;
	border: 0px none;
	overflow: hidden;
}

/*
 Main Control CSS class when it's disabled
*/
.igdm_CaribbeanMod2009ControlVerticalDisabled
{
	
}

/*
 Main Control CSS class when it's active 
*/
.igdm_CaribbeanMod2009ControlVerticalActive
{

}

/******************************** ROOT ELEMENTS ***************************************************/
.igdm_CaribbeanMod2009MenuGroupVerticalRoot
{
	/*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_CaribbeanMod2009MenuItemVerticalRoot
{
	font-size: 10px;
	color: #333333;
	padding: 6px;
	padding-left: 12px;
	border: 1px solid transparent;
	padding-right:30px;
}

.igdm_CaribbeanMod2009MenuItemVerticalIcon
{
	clear: none;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
	border: 0px none;
}

 
.igdm_CaribbeanMod2009MenuItemVerticalRootLink
{
	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_CaribbeanMod2009MenuItemVerticalRootSelected
{
	background-color: #85D9F7;
	border: 1px solid #4189CB;
}

.igdm_CaribbeanMod2009MenuItemVerticalRootSelected > a
{
	color: #FFFFFF;
}

.igdm_CaribbeanMod2009MenuItemVerticalRootActive
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3d75d8;
	border: 1px solid #4189CB;
}

.igdm_CaribbeanMod2009MenuItemVerticalRootActive > a
{
	color: #FFFFFF;
}

.igdm_CaribbeanMod2009MenuItemVerticalRootHover
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3d75d8;
	border: 1px solid Transparent;
	color: #FFFFFF;
}

.igdm_CaribbeanMod2009MenuItemVerticalRootHover > a
{
	color: #FFFFFF;
}

.igdm_CaribbeanMod2009MenuItemVerticalRootDisabled > a
{
	color: #999999;
}

/********************************** END ROOT ELEMENTS *********************************************/

/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_CaribbeanMod2009MenuGroupVertical
{
	/*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_CaribbeanMod2009MenuItemVertical
{
	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;
	border: 1px solid transparent;
	padding-right:30px;
}

.igdm_CaribbeanMod2009MenuItemVerticalLink
{
	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;
}

/*ListItem that is parent of menu items not in Root*/
.igdm_CaribbeanMod2009MenuItemVertical.igdm_CaribbeanMod2009MenuItemVerticalParent
{
	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_CaribbeanMod2009MenuItemVerticalParent
{
}

.igdm_CaribbeanMod2009MenuItemVerticalParentLink
{
	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;
}

/* List Item (Li) */
.igdm_CaribbeanMod2009MenuItemVerticalSelected
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_CaribbeanMod2009MenuItemVerticalSelected > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_CaribbeanMod2009MenuItemVerticalActive
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_CaribbeanMod2009MenuItemVerticalActive > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_CaribbeanMod2009MenuItemVerticalHover
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid Transparent;
	font-weight: normal;
}

.igdm_CaribbeanMod2009MenuItemVerticalHover > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_CaribbeanMod2009MenuItemVerticalDisabled > a
{
	color: #AAAAAA;
}

/* List Item (LI) no inner content */
.igdm_CaribbeanMod2009MenuItemVerticalSeparator
{
	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_CaribbeanMod2009ControlHorizontal
{
	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: #c6e6f2;
	border: 0px none;
	overflow: hidden;
}

/*
 Main Control CSS class when it's disabled
*/
.igdm_CaribbeanMod2009ControlHorizontalDisabled
{
	
}

.igdm_CaribbeanMod2009ControlHorizontalActive
{

}

/************** End Main Control Definitions ********************/

/******************************** ROOT ELEMENTS - Group and Item ***************************************/
/** Definitions for Root elements should be always before definitions of subElements **/
.igdm_CaribbeanMod2009MenuGroupHorizontalRoot
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #8aa; /* 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_CaribbeanMod2009MenuItemHorizontalRoot
{
	float: left; /* Required to implement horizontal orientation of menu */
	font-size: 10px;
	color: #fff;
	padding: 6px;
	padding-left: 12px;
	border: 1px solid transparent;
}

.igdm_CaribbeanMod2009MenuItemHorizontalIcon
{
	clear: none;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
	border: 0px none;
}

.igdm_CaribbeanMod2009MenuItemHorizontalRootLink
{
	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_CaribbeanMod2009MenuItemHorizontalRootSelected
{
	background-color: #85D9F7;
	border: 1px solid #4189CB;
}

.igdm_CaribbeanMod2009MenuItemHorizontalRootSelected > a
{
	color: #FFFFFF;
}

.igdm_CaribbeanMod2009MenuItemHorizontalRootActive
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3d75d8;
	border: 1px solid #4189CB;
}

.igdm_CaribbeanMod2009MenuItemHorizontalRootActive > a
{
	color: #FFFFFF;
}

.igdm_CaribbeanMod2009MenuItemHorizontalRootHover
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3d75d8;
	border: 1px solid Transparent;
}

.igdm_CaribbeanMod2009MenuItemHorizontalRootHover > a
{
	color: #FFFFFF;
}



.igdm_CaribbeanMod2009MenuItemHorizontalRootDisabled
{
	float: left; /* Required to implement horizontal orientation of menu */
}

.igdm_CaribbeanMod2009MenuItemHorizontalRootDisabled > a
{
	color: #999999;
}

/********************************** END ROOT ELEMENTS *********************************************/

/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_CaribbeanMod2009MenuGroupHorizontal
{
	/*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_CaribbeanMod2009MenuItemHorizontal
{
	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;
	border: 1px solid transparent;
	padding-right: 30px;
}

.igdm_CaribbeanMod2009MenuItemHorizontalLink
{
	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;
}

/*ListItem that is parent of menu items not in Root*/
.igdm_CaribbeanMod2009MenuItemHorizontal.igdm_CaribbeanMod2009MenuItemHorizontalParent
{
	/*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_CaribbeanMod2009MenuItemHorizontalParent
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	font-weight: normal;
}

.igdm_CaribbeanMod2009MenuItemHorizontalParentLink
{
	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;
}

/* List Item (Li) */
.igdm_CaribbeanMod2009MenuItemHorizontalSelected
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_CaribbeanMod2009MenuItemHorizontalSelected > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_CaribbeanMod2009MenuItemHorizontalActive
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_CaribbeanMod2009MenuItemHorizontalActive > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_CaribbeanMod2009MenuItemHorizontalHover
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid Transparent;
	font-weight: normal;
}

.igdm_CaribbeanMod2009MenuItemHorizontalHover > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_CaribbeanMod2009MenuItemHorizontalDisabled > a
{
	color: #AAAAAA;
}

/* List Item (LI) no inner content */
.igdm_CaribbeanMod2009MenuItemHorizontalSeparator
{
	display: block;
	width: 1px !important;
	width: 1px;
	height: 100%;
	border: 0px none;
	padding: 0px;
	margin: 0px auto;
	background-color: #CCCCCC;
}

/* Scrolling container - DIV */
.igdm_CaribbeanMod2009MenuScrollContainerHorizontal
{
}

/* Left scrolling element for root level items Horizontal orientation - DIV */
.igdm_CaribbeanMod2009MenuScrollerRootLeft
{
}

/* Right scrolling element for root level items Horizontal orientation - DIV */
.igdm_CaribbeanMod2009MenuScrollerRootRight
{
}

/* Left scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_CaribbeanMod2009MenuScrollerLeft
{
}

/* Right scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_CaribbeanMod2009MenuScrollerRight
{
}