/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus */

/* Begin CSS Popout Menu */

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div.menu{	

float: left;
width:100%;
margin-top: 60px;
display: block;
list-style: none;
/*float: left;
line-height:normal;*/
}

div.menu ul{
  /*padding:10px 10px 0 50px;*/
  float: right;
	list-style:none;
	margin:0;
	padding:0;
}
div.menu li{
  /*display:inline;
  /*margin:0;
  padding:0;	*/
}

div.menu li:hover{
	cursor:pointer;
	z-index:100;
	
}

div.menu h2.notselected a{
  font:  normal 11px/16px arial,helvetica,sans-serif;
  background:url("img/tableftH.gif") no-repeat left top;
	
  /*float:left;*/
  float:left;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
	
    /*COLOR: #24618e;*/
}
div.menu h2.notselected a span{
	
  float:left;
	DISPLAY: block;
  padding:5px 15px 4px 6px;
	BACKGROUND: url(img/tabrightH.gif) no-repeat  right top;
	text-transform:uppercase;
	TEXT-DECORATION: none;
	/*white-space:nowrap;*/
	color: white;/*#24618e;*/
	width:8em;

}

div.menu h2.notselected:hover a span,div.menu h2.notselected a span:hover{
	COLOR: #bbd142; /*#fff;*/
	BACKGROUND-POSITION: 100% -42px;
	font-weight: bold;
	
}

div.menu h2.selected a{
	/*font:  bold 11px/16px arial,helvetica,sans-serif;*/
  font:  bold 11px/16px arial,helvetica,sans-serif;
  background:url("img/tableftE.gif") no-repeat left top;
	
  /*float:left;*/
  float:left;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
		
}
div.menu h2.selected a span{
	/*
	DISPLAY: block;
  padding:5px 15px 4px 6px;
	BACKGROUND: url(img/tabrightE.gif) no-repeat right top;
	text-transform:uppercase;
	white-space:nowrap;
	TEXT-DECORATION: none;
	/*FLOAT:left;*/
	/*COLOR: white;/*#24618e;*/
	
  float:left;
  DISPLAY: block;
  padding:5px 15px 4px 6px;
  BACKGROUND: url(img/tabrightE.gif) no-repeat  right top;
  text-transform:uppercase;
  TEXT-DECORATION: none;
	/*white-space:nowrap;*/
  color: white;/*#24618e;*/
  width:8em;
		
}
div.menu h2.selected:hover a span,div.menu h2.selected a SPAN:hover{
	COLOR: #fff;
	font-weight: bold;	
	BACKGROUND-POSITION: 100% -42px
}

div.menu li:hover ul ul,
div.menu li li:hover ul ul,
div.menu li li li:hover ul ul,
div.menu li li li li:hover ul ul
{display:none;}

div.menu li:hover ul,
div.menu li li:hover ul,
div.menu li li li:hover ul,
div.menu li li li li:hover ul
{
	display:block;
}

/* End of non-anchor hover selectors */

/* Styling for Expand */

div.menu a.x, .menux a.x:visited{
font-weight:bold;
color:#000;
/*background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;*/
background: #A1B3D3;/*url("img/bkground1.gif") repeat; */
}

div.menu a.x:hover{
color:#fff;
background:#000;
}

div.menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout menux */






