
/* Begin CSS Popout Menu */

#menuh-container
	{
	position: relative;
	top: 4px !important;
    top: 4px;
	left: 7px !important;
    left: 7px; 
	}
    
#menuh
	{
	font-size: 13px; 
	font-family: sans-serif;
	float: right;
	font-weight: normal;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 1px;
	white-space:nowrap;
	margin:0;
	padding:0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
	height: 20px; /* menu box individual height */
    text-decoration:none;
	}

#menuh a, #menuh a:visited /* menu at rest */
	{
	color: #333; /* menu toggle button font colour */
	text-decoration:none;
    text-align: left;
    text-indent: 3%;
    background: url('images/drop-menu-bg.png') left repeat-x;
    height: 20px;
	}

#menuh a:hover /* menu on hover : (mouse-over)  */
	{
	font-weight: normal;
	font-size: 13px; 
	font-family: arial, helvetica, sans-serif;
	color: #000;
    background: url('images/drop-menu-bg-h.png') left repeat-x;
    height: 20px;
    text-decoration:none;	
	}
#menuh a:focus /* menu on hover : (mouse-over)  */
	{
	font-weight: normal;
	font-size: 13px; 
	font-family: arial, helvetica, sans-serif;
	color: #111;
    background: url('images/drop-menu-bg-h.png') left repeat-x;
    height: 20px;	
    text-decoration:none;
	}

#menuh a:active /* menu on hover : (mouse-over)  */
	{
	font-weight: normal;
	font-size: 13px; 
	font-family: arial, helvetica, sans-serif;
	color: #888;
    background: url('images/drop-menu-bg-p.png') left repeat-x;
    height: 20px;	
    text-decoration:none;
	}

#menuh a.top_parent /* top_parent background image at rest */
	{
    color: #333;
    background: url('images/menu_drop_bg.png') no-repeat;
	border: none;
	height: 20px;
	width: 120px;
    margin: 0 0 0 109px ; /* "Products List" Button Alignment */
    text-align: center;
    text-decoration:none;
	}

#menuh a.top_parent:hover /* top_parent background image on hover */ 
	{
    color: #333;
    background: url('images/menu_drop_bg.png') no-repeat;
	border: none;
	height: 20px;
	width: 120px;
    text-decoration:none;
	}

#menuh a.top_parent:active  /* top_parent background image on focus */
	{
    color: #333;
    background: url('images/menu_drop_bg.png') no-repeat;
	border: none;
	height: 20px;
	width: 120px;
    text-decoration:none;
	}
  
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;   
	width: 17em;	/* width of all menu boxes */
	}

#menuh li 
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
	{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
	{display:block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    opacity: 0.95;
    }

 
/* End CSS Popout Menu */

