@charset "utf-8";
/* CSS Document */
/* Begin CSS Drop Down Menu */
@charset "utf-8";
/* CSS Document */
/* Begin CSS Drop Down Menu */

.menuposition {
/*position: relative;*/
	/*padding-top: 100px;*/
	/*border: 1px solid red;*/
	
}

#menuh-container
	{
	/*position: absolute;		
	top: 1em;
	left: 1em;*/
	}

#menuh
	{
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	background:url(main-menu-background.jpg);
	background-color: #CCCCCC;
	height: 47px;
	float:left;
	/*border: 1px solid red;*/
	text-align: left;
	/*margin:2em;
	margin-top: 1em;*/
	/*border: 1px solid red;*/
	}
		
#menuh a
	{

	text-align: left;
	display:block;
	/*border: 1px solid #ff0000;*/
	white-space:nowrap;
	margin:0;
	padding: 4px;
	height: 30px;

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #fff;
	text-decoration:none;
	background: transparent url(main-menu-spacer.jpg) no-repeat center right;
	padding:14px 10px 7px 10px;
	font-size:11px;
	text-transform:uppercase;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0;
	text-decoration:none;
	}	
	
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{

	padding-right: 10px;
	padding-left: 10px;
	padding-top: 13px;

	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 13px;

	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	border: 1px solid red;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	text-align: left;
	/*width: 82px;
	width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	text-align: left;
	}
	
	
#menuh li.specials
	{
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0 !important;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	text-align: left;
	padding:0px 2px 3px 7px;
	}
#menuh li.specials a
	{
	color: #fff;
	text-decoration:none;
	background:none!important;
	padding:14px 10px 7px 10px;
	font-size:11px;
	text-transform:uppercase;
	}
#menuh li.specials a:hover
	{
	color: #fff;
	text-decoration:none;
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0!important;
	padding:14px 10px 7px 10px;
	font-size:11px;
	text-transform:uppercase;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	background-color: #cccccc;
	/*padding: 1em;*/
	margin:-1 0 0 -1em;
	text-align: left;
	}
	
#menuh ul ul li
	{
	background: none!important;
	}

#menuh ul ul li a
	{
	background: none!important;
	color:#444!important;
	}
#menuh ul ul li a:hover
	{
	color:#fff!important;
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0 !important;
	}

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

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

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;}

/* End CSS Drop Down Menu */


.menuposition {
/*position: relative;*/
	/*padding-top: 100px;*/
	/*border: 1px solid red;*/
	
}

#menuh-container
	{
	/*position: absolute;		
	top: 1em;
	left: 1em;*/
	}

#menuh
	{
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	background:url(main-menu-background.jpg);
	background-color: #CCCCCC;
	height: 47px;
	float:left;
	/*border: 1px solid red;*/
	text-align: left;
	/*margin:2em;
	margin-top: 1em;*/
	/*border: 1px solid red;*/
	}
		
#menuh a
	{

	text-align: left;
	display:block;
	/*border: 1px solid #ff0000;*/
	white-space:nowrap;
	margin:0;
	padding: 4px;
	height: 30px;

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #fff;
	text-decoration:none;
	background: transparent url(main-menu-spacer.jpg) no-repeat center right;
	padding:14px 10px 7px 10px;
	font-size:11px;
	text-transform:uppercase;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0;
	text-decoration:none;
	}	
	
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{

	padding-right: 10px;
	padding-left: 10px;
	padding-top: 13px;

	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 13px;

	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	border: 1px solid red;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	text-align: left;
	/*width: 82px;
	width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	text-align: left;
	}
	
	
#menuh li.specials
	{
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0 !important;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	text-align: left;
	padding:0px 2px 3px 7px;
	}
#menuh li.specials a
	{
	color: #fff;
	text-decoration:none;
	background:none!important;
	padding:14px 10px 7px 10px;
	font-size:11px;
	text-transform:uppercase;
	}
#menuh li.specials a:hover
	{
	color: #fff;
	text-decoration:none;
	background: transparent url(main-menu-specials.jpg) repeat-x 0 0!important;
	padding:14px 10px 7px 10px;
	font-size:11px;
	text-transform:uppercase;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	background-color: #cccccc;
	/*padding: 1em;*/
	margin:-1 0 0 -1em;
	text-align: left;
	}
	
#menuh ul ul li
	{
	background: none!important;
	}

#menuh ul ul li a
	{
	background: none!important;
	color:#444!important;
	}
#menuh ul ul li a:hover
	{
	color:#fff!important;
	}

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

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

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;}

/* End CSS Drop Down Menu */


