/**************************** VERTICAL (Default / No suffixes) *************************************************/
.igdm_Office2007BlackControlVertical 
{
	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-color: #5F5F5F;
	border: 0px none;
	overflow: hidden;
}

/*
 Main Control CSS class when it's disabled
*/
.igdm_Office2007BlackControlVerticalDisabled
{
	
}

/*
 Main Control CSS class when it's active 
*/
.igdm_Office2007BlackControlVerticalActive
{

}

/******************************** ROOT ELEMENTS ***************************************************/
.igdm_Office2007BlackMenuGroupVerticalRoot
{
	/*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_Office2007BlackMenuItemVerticalRoot
{
	font-size: 10px;
	color: #333333;
	padding: 6px;
	padding-left: 12px;
	border: 1px solid transparent;
	padding-right: 30px;
}

.igdm_Office2007BlackMenuItemVerticalIcon
{
	clear: none;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
	border: 0px none;
}

 
.igdm_Office2007BlackMenuItemVerticalRootLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #FFFFFF;
}

.igdm_Office2007BlackMenuItemVerticalRootSelected
{
	background-color: #FFE7A2;
	border: 1px solid #FFBD69;
}

.igdm_Office2007BlackMenuItemVerticalRootSelected > a
{
	color: #333333;
}

.igdm_Office2007BlackMenuItemVerticalRootActive
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffdf84;
	border: 1px solid #FFBD69;
}

.igdm_Office2007BlackMenuItemVerticalRootHover
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffdf84;
	border: 1px solid Transparent;
}

.igdm_Office2007BlackMenuItemVerticalRootHover > a
{
	color: #333333;
}

.igdm_Office2007BlackMenuItemVerticalRootDisabled > a
{
	color: #919191;
}

/********************************** END ROOT ELEMENTS *********************************************/

/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_Office2007BlackMenuGroupVertical
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #F6F6F6; 
	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 #7C7C94;
	color:Black;
}

/**************************** END Menu Group Elemnts ********************************************/

/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_Office2007BlackMenuItemVertical
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #333; /* sets the default font colour to white */
	background: Transparent none repeat scroll 0 0;
	padding: 5px;
	border: 1px solid transparent;
	padding-right: 30px;
}

.igdm_Office2007BlackMenuItemVerticalLink
{
	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_Office2007BlackMenuItemVertical.igdm_Office2007BlackMenuItemVerticalParent
{
	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_Office2007BlackMenuItemVerticalParent
{
}

.igdm_Office2007BlackMenuItemVerticalParentLink
{
	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_Office2007BlackMenuItemVerticalSelected
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #FFE7A2;
	border: 1px solid #FFBD69;
}

/* List Item (Li) */
.igdm_Office2007BlackMenuItemVerticalActive
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #FFE7A2;
	border: 1px solid #FFBD69;
}

/* List Item (Li) */
.igdm_Office2007BlackMenuItemVerticalHover
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #FFE7A2;
	border: 1px solid Transparent;
}

/* List Item (Li) */
.igdm_Office2007BlackMenuItemVerticalDisabled > a
{
	color: #8D8D8D;
}

/* List Item (LI) no inner content */
.igdm_Office2007BlackMenuItemVerticalSeparator
{
	display: block;
	height: 1px !important;
	height: 1px;
	width: 100%;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	background-color: #9199A4;
	position: absolute;
	clear: both;
}

/************************************************************************************************\
|********************** Horizontal / Suffixed with "Horizontal" *********************************|
\************************************************************************************************/
.igdm_Office2007BlackControlHorizontal
{
	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-color: #5F5F5F;
	border: 0px none;
	overflow: hidden;
}

/*
 Main Control CSS class when it's disabled
*/
.igdm_Office2007BlackControlHorizontalDisabled
{
	
}

.igdm_Office2007BlackControlHorizontalActive
{

}

/************** End Main Control Definitions ********************/

/******************************** ROOT ELEMENTS - Group and Item ***************************************/
/** Definitions for Root elements should be always before definitions of subElements **/
.igdm_Office2007BlackMenuGroupHorizontalRoot
{
	/*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_Office2007BlackMenuItemHorizontalRoot
{
	float: left; /* Required to implement horizontal orientation of menu */
	font-size: 10px;
	color: #fff;
	padding: 6px;
	padding-left: 12px;
	border: 1px solid transparent;
}

.igdm_Office2007BlackMenuItemHorizontalIcon
{
	clear: none;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
	border: 0px none;
}

.igdm_Office2007BlackMenuItemHorizontalRootLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #FFFFFF;
}

.igdm_Office2007BlackMenuItemHorizontalRootSelected
{
	background-color: #FFE7A2;
	border: 1px solid #FFBD69;
}

.igdm_Office2007BlackMenuItemHorizontalRootSelected > a
{
	color: #333333;
}

.igdm_Office2007BlackMenuItemHorizontalRootActive
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffdf84;
	border: 1px solid #FFBD69;
}

.igdm_Office2007BlackMenuItemHorizontalRootHover
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffdf84;
	border: 1px solid Transparent;
}

.igdm_Office2007BlackMenuItemHorizontalRootHover > a
{
	color: #333333;
}

.igdm_Office2007BlackMenuItemHorizontalRootDisabled
{
	float: left; /* Required to implement horizontal orientation of menu */	
}

.igdm_Office2007BlackMenuItemHorizontalRootDisabled > a
{
	color: #919191;
}

/********************************** END ROOT ELEMENTS *********************************************/

/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_Office2007BlackMenuGroupHorizontal
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #F6F6F6; 
	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 #7C7C94;
	color:Black;
}

/**************************** END Menu Group Elemnts ********************************************/

/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_Office2007BlackMenuItemHorizontal
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #333; /* sets the default font colour to white */
	background: Transparent none repeat scroll 0 0;
	padding: 5px;
	border: 1px solid transparent;
	padding-right: 30px;
}

.igdm_Office2007BlackMenuItemHorizontalLink
{
	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_Office2007BlackMenuItemHorizontal.igdm_Office2007BlackMenuItemHorizontalParent
{
	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_Office2007BlackMenuItemHorizontalParent
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	font-weight: normal;
}

.igdm_Office2007BlackMenuItemHorizontalParentLink
{
	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_Office2007BlackMenuItemHorizontalSelected
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #FFE7A2;
	border: 1px solid #FFBD69;
}

/* List Item (Li) */
.igdm_Office2007BlackMenuItemHorizontalActive
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #FFE7A2;
	border: 1px solid #FFBD69;
}

/* List Item (Li) */
.igdm_Office2007BlackMenuItemHorizontalHover
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #FFE7A2;
	border: 1px solid Transparent;
}

/* List Item (Li) */
.igdm_Office2007BlackMenuItemHorizontalDisabled > a
{
	color: #8D8D8D;
}

/* List Item (LI) no inner content */
.igdm_Office2007BlackMenuItemHorizontalSeparator
{
	display: block;
	width: 1px !important;
	width: 1px;
	height: 100%;
	border: 0px none;
	padding: 0px;
	margin: 0px auto;
	background-color: #9199A4;
}

/* Scrolling container - DIV */
.igdm_Office2007BlackMenuScrollContainerHorizontal
{
}

/* Left scrolling element for root level items Horizontal orientation - DIV */
.igdm_Office2007BlackMenuScrollerRootLeft
{
}

/* Right scrolling element for root level items Horizontal orientation - DIV */
.igdm_Office2007BlackMenuScrollerRootRight
{
}

/* Left scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_Office2007BlackMenuScrollerLeft
{
}

/* Right scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_Office2007BlackMenuScrollerRight
{
}