﻿
/**************************** Horizontal (Default / No suffixes) *************************************************/
.igdm_ControlHorizontal
{
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	cursor:default;
	color: #606060;
	cursor: pointer;
	display: inline;
}


/******************************** ROOT ELEMENTS ***************************************************/
.igdm_MenuGroupHorizontalRoot
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	cursor:default;
	font-size: 9pt;
	border: none;
	color: White;
	cursor: pointer;
	z-index: 1000;
}


.igdm_MenuItemHorizontalRoot
{
	padding: 3px 10px 3px 10px;
	color: White;
	cursor: pointer;
	display: inline;
	height: 24px;
}


.igdm_MenuItemHorizontalRootLink
{
	display: block;
	cursor:pointer;
	border: none;
	color: White;
	cursor: pointer;
	height: 24px;
}


.igdm_MenuItemHorizontalRootSelected
{
	border: none;
	color: White;
	cursor: pointer;
	height: 24px;
}


.igdm_MenuItemHorizontalRootActive
{
	border: none;
	color: White;
	cursor: pointer;
	height: 24px;
}


.igdm_MenuItemHorizontalRootHover
{
	border: none;
	color: White;
	cursor: pointer;
	height: 24px;
}


.igdm_MenuItemHorizontalRootDisabled
{
	border: none;
	color: White;
	cursor: pointer;
	height: 24px;
}


/********************************** END ROOT ELEMENTS *********************************************/
/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_MenuGroupHorizontal
{
    padding-left: 0px;
	list-style-type: none; 
	cursor:default;
	border: none;
	color: White;
	cursor: pointer;
}


/**************************** END Menu Group Elemnts ********************************************/
/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_MenuItemHorizontal
{
	background-attachment:scroll;
	background-repeat:repeat;
	background-position:notset notset ;
	margin:0px;
	padding:6px 20px 5px 12px;
	background-color: #EBF9FB;
	border: none;
	color: White;
	cursor: pointer;
	display: inline;
}


.igdm_MenuItemHorizontalLink
{
	cursor:pointer;
	text-decoration:none;
	background-color: White;
	color: White;
	cursor: pointer;
}


/* List Item (Li) that is a parent of a menu which will appear on the bottom */
.igdm_MenuItemHorizontalParent
{
	border: none;
	color: White;
	cursor: pointer;
}


.igdm_MenuItemHorizontalParentLink
{
	display: block;
	cursor:pointer;
	text-decoration:none;
	border: none;
	background-color: White;
	color: White;
	cursor: pointer;
}


/* List Item (Li) */
.igdm_MenuItemHorizontalSelected
{
	background-repeat:repeat-x;
	background-position:notset notset ;
	margin:0px;
	border: none;
	color: White;
	cursor: pointer;
}


/* List Item (Li) */
.igdm_MenuItemHorizontalActive
{
	margin:0px;
	border: none;
	color: White;
	cursor: pointer;
}


/* List Item (Li) */
.igdm_MenuItemHorizontalHover
{
	background-repeat:repeat-x;
	background-position:notset notset ;
	margin:0px;
	background-image: none;
	background-color: #EBF9FB;
	border: none;
	cursor: pointer;
}


.igdm_MenuItemHorizontalDisabled
{
}


/* List Item (LI) no inner content */
.igdm_MenuItemHorizontalSeparator
{
	margin:0px;
	height: 100%;
	color: #606060;
	cursor: default;
	background-color: #606060;
}


/* List Item (Li) */
.igdm_MenuItemHorizontalActive > a
{
	
}


/* List Item (Li) */
.igdm_MenuItemHorizontalDisabled > a
{
}


.igdm_MenuItemHorizontalRootActive > a
{
}


/* List Item (Li) */
.igdm_MenuItemHorizontalSelected > a
{
}


.igdm_MenuItemHorizontalActive.igdm_MenuItemHorizontalParent
{
	background-repeat:repeat-x;
	background-position:right center;
	border: none;
	cursor: pointer;
}


/* List Item (Li) */
.igdm_MenuItemHorizontalHover > a
{
	background-color: #EBF9FB;
	border: none;
	cursor: pointer;
}


.igdm_MenuItemHorizontalSelected.igdm_MenuItemHorizontalParent
{
	background-repeat:repeat-x;
	background-position:notset notset ;
	background-color: #EBF9FB;
	border: none;
	color: #606060;
	cursor: pointer;
}



.igdm_MenuItemHorizontalRootSelected > a
{
	border: none;
	cursor: pointer;
}


/*ListItem that is parent of menu items not in Root*/
.igdm_MenuItemHorizontal.igdm_MenuItemHorizontalParent
{
	background-color: #EBF9FB;
	border: none;
	color: #606060;
	cursor: pointer;
}


.igdm_MenuItemHorizontalHover.igdm_MenuItemHorizontalParent
{
	background-color: #EBF9FB;
	border: none;
	color: #50B511;
	cursor: pointer;
}


.igdm_MenuItemHorizontalRootDisabled > a
{
	background-color: #EBF9FB;
	font-size: 9pt;
	border: none;
	color: #606060;
	cursor: pointer;
}


.igdm_MenuItemHorizontalRootLinkHover > a
{
	color: #50B511;
}


/* This represents the island */
.igdm_MenuGroupVertical
{
	background-position: top;
	background-repeat: repeat-x;
	background-color: #606060;
	top: -4px;
}


.igdm_MenuItemVertical
{
	background-color: #606060;
	list-style-type: none;
	height: 22px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-align:left;
	z-index: 100;
	display: block;
}

.igdm_MenuItemVerticalLink
{

	list-style-type: none;
	text-decoration: none;
	color: #606060;
}

.igdm_MenuItemVerticalLinkHover
{
	list-style-type: none;
	text-decoration: none;
	color: #606060;
}

a.igdm_MenuItemHorizontalRootLink:link,
a.igdm_MenuItemHorizontalRootLink:visited,
a.igdm_MenuItemHorizontalRootLink:hover,
a.igdm_MenuItemHorizontalRootLink:active,
a.igdm_MenuItemVerticalLink:link,
a.igdm_MenuItemVerticalLink:visited,
a.igdm_MenuItemVerticalLink:hover,
a.igdm_MenuItemVerticalLink:active
{
	color: White;
	font-family: arial, verdana;
	font-size: 11px;
	padding-top: 5px;
}

ul
{
	margin-top: 6px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
