/* CSS Stylesheet for IFRS Corporation Public Web Site */
 
/*Style items for the navbar*/

.TopGroup
{
    background-image: url(../../App_Themes/IFRS/_img/navigation-bg.png);
    cursor: default;
    background-repeat: repeat-x;
    height: 26px;   
	z-index: 4000;
}

.MenuGroup
{
  background: #d3d5d6 url(../../App_Themes/IFRS/_img/nav-dropdown-inactive-bg.png) left top repeat-x;
  cursor:default; 
  margin: 0;
  border-top: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
}

.TopMenuItem
{
  padding: 20px;
  cursor:default; 
}

.TopMenuItemHover
{
	background: gray;
    color: #fff;
	margin: 0px;
	padding: 0px;
}

.MenuItem
{
	display: block;
	background: none;
	float: none;
	text-indent: 0;
	color:  #ca0002;
	background: #d3d5d6 url(../../App_Themes/IFRS/_img/nav-dropdown-inactive-bg.png) left top repeat-x;
	font-size: 11px;
	height: auto;
	line-height: 1.1em;
	font-family: Arial, Helvetica, Verdana, clean, sans-serif;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	width: 165px;
	margin: 0;
	border-top: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	padding: 0;
}

.MenuItemHover 
{
	display: block;
	float: none;
	text-indent: 0;
	font-size: 11px;
	height: auto;
	line-height: 1.1em;
	font-family: Arial, Helvetica, Verdana, clean, sans-serif;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	width: 165px;
	color: #ffffff;
	background: none;
	margin: 0;
	border-top: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	padding: 0;
	background: #ca0002;
}

.MenuItemExpanded
{
	display: block;
	float: none;
	text-indent: 0;
	font-size: 11px;
	height: auto;
	line-height: 1.1em;
	font-family: Arial, Helvetica, Verdana, clean, sans-serif;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	width: 165px;
	color: #ffffff;
	background: none;
	margin: 0;
	border-top: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	padding: 0;
	background: #ca0002;
}

.MenuItemActive
{
	display: block;
	float: none;
	text-indent: 0;
	font-size: 11px;
	height: auto;
	line-height: 1.1em;
	font-family: Arial, Helvetica, Verdana, clean, sans-serif;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	width: 165px;
	color: #ffffff;
	background: none;
	margin: 0;
	border-top: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	padding: 0;
	background: #ca0002;
}

.MenuBreak
{
  background-color: #ca0002; /*#f1f1f1; */
  width:100%;
  height:2px;
}
/* Not sure what the ScrollItem Is */
.ScrollItem
{
  background-color:#F5F5F5; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemH
{
  background-color:#FFEEC2; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemA
{
  background-color:#FBE694; 
  border: 1px solid #BB5503; 
  text-align:center;
  cursor:default;
}
/* Nav Bar Ends Here */
