
/***** Menu Font Family ***************************************/
#z000 a, #z000 div a, #z000 ul a, #z000 .mtit
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif; /* Optional [font family] settings. */
}
/* Default values are "font-family:Verdana, Arial, Helvetica, Sans-Serif;". */

/***** Main Menu **********************************************/
#z000
{
	/* Optional [width] setting for [CSS only standard/image vertical menu], which can be set to */
	width: auto; /* any [pixel] width, [percentage], or [em] value -- see CSS documentation. Default value is "width:auto;". */
	padding: 0px; /* Other optional [main menu] settings. Default values are "padding:0px;", "color:#000;", */
	color: #000; /* and "background-color:Transparent;" respectively. */
	background-color: Transparent; /* margin-bottom:8px;     Optional [bottom margin] is used ONLY with [standard vertical] menus. */ /* border-width:8px 0px 8px 8px;           Optional [border] settings -- see CSS documentation. 		border-style:solid; 		border-color:#999 #333 #999 #333; */ /* background-image:url(../Image/underflow80_chrome1.gif);      Optional [background image] settings. Do NOT modify the <%=SkinPath %>. */ /* background-repeat:repeat-x;                                   Be sure to place ALL [images] in the [images] folder */ /* background-position:left bottom;            for each [skin package] that uses this [menu system] and configure your settings appropriately. */
}

/***** Main Menu Items ****************************************/
#z000 a
{
	padding: 0px; /* "padding:5px 40px 6px 8px;" Optional [CSS only standard vertical menu] settings. Default value is "padding:0px;". */
	color: #fff; /* Optional [color] settings. Default values are "#000" and "Transparent" respectively. */
	background-color: Transparent;
	font-size: 12px; /* Optional [font] settings. */
	font-weight: bold; /* Default values are "font-size:12px;", "font-weight:normal;", and "text-decoration:none;" respectively. */
	text-decoration: none; /* These [font] settings will affect [sub menus]; therefore, if necessary, override these settings in [sub-menus]. */ /* background-image:url(../Image/underflow80_chrome1.gif);       Optional [background image] settings -- see CSS documentation. */ /* background-repeat:repeat-x;              You should NOT configure the [background image] or [background color] in this declaration */ /* background-position:left bottom;         if you intend to use the [tabbed menu items] for the [tabbed menu]. */
}

/***** Main Menu Items (standard [vertical] ONLY) *************/
#z000 .vsta /* The next 4 declarations will ONLY affect [standard menus]. */
{
	/* Be sure to place ALL [images] in the [images] folder */
	background-image: url(../Image/right_black_arrow1.gif); /* for each [skin package] that uses this [menu system]. */
	background-repeat: no-repeat; /* These declarations are designed specifically for [arrow images] */
	background-position: 92% 50%; /* that point to [sub-menus]; therefore, the [MainMenuItemArrow] */
}
/* property on the [menu control declaration] must be set to "true".                                                      
	
	/***** Main Menu Items (standard [horizontal] ONLY) ***********/
#z000 .hsta
{
	background-image: url(../Image/down_black_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}

/***** Main Menu Items (standard [vertical] hover/active) *****/
#z000 .vsta:hover
{
	background-image: url(../Image/right_white_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}

/***** Main Menu Items (standard [horizontal] hover/active) ***/
#z000 .hsta:hover
{
	background-image: url(../Image/down_white_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}

/***** Tabbed Menu Items **************************************/
#z000 .mar span
{
	text-decoration: none; /* Optional [underline] settings. Default value is "text-decoration:none;". */ /* background-image:url(../Image/underflow80_chrome1.gif);     		background-repeat:repeat-x;              		background-position:left top;        Optional [background image] settings -- [tabbed menu items] must be enabled. */
}

/***** Main Menu Items (standard hover/active) (match next) ***/
body #z000 .act, body #z000 .act:hover /* Used for [standard menus] ONLY. */
{
color: #E1BA43;
	/* background-image:url(../Image/underflow80_chrome1.gif);     		   background-repeat:repeat-x;              		/* background-position:left top;        Optional [background image] settings -- ONLY use when [arrow images] are NOT enabled. */ /* color:#ccc;                          Optional [anchor/link color] settings. Default values are "#f00", and "#fff" respectively.*/ /* background-color:#f00;                		   text-decoration:none;                Optional [underline] settings. Default value is "text-decoration:none;". */
}

/***** (CSS) Main Menu Items (standard hover/active) (match previous) */
#z000 a:hover, #z000 li:hover > a /* Used for [standard menus] ONLY. */
{
	color: #E1BA43;
	/* background-image:url(../Image/underflow80_chrome1.gif);     		   background-repeat:repeat-x;              		   background-position:left top;        Optional [background image] settings -- ONLY use when [arrow images] are NOT enabled. */ /* color:#ccc;                          Optional [anchor/link color] settings. Default values are "#f00", and "#fff" respectively. */ /* background-color:#f00;                        		 text-decoration:none;                  Optional [underline] settings. Default value is "text-decoration:none;". */
}

/***** Sub-menu ***********************************************/
#z000 div, #z000 ul
{
	margin: 0px;
	padding: 7px 8px 9px 8px;
	border-width: 0px;
	border-style: none;
	border-color: Transparent;
	background-color: Transparent; /* background-image:url(../Image/crop_beach1.jpg);         Optional [background image] settings.              background-repeat:repeat;                                               background-position:left top; */
}

/***** Sub-menu Items *****************************************/
#z000 div a, #z000 ul a
{
	color: #ffffff; /* Optional [font/color] settings. */
	font-size: 12px; /* Default values are "color:#000;", "font-size:11px;", "font-weight:normal;", */
	font-weight: normal; /* and "text-decoration:none;" respectively. */
	text-decoration: none; /* Settings for this declaration should NOT be modified below this line. */
	background-color: Transparent;
	background-image: none;
	border-width: 0px;
	border-style: none;
	padding: 2px 40px 2px 5px;
	margin: 0px;
}

/***** Sub-menu Anchor / Link (hover/active) (match next) *****/
#z000 div a:hover
{
	color: #E9CF87; /* Optional [font/color] settings. */
	background-color: transparent; /* Default values are "color:#f00;", [background color] NOT specified, */
	text-decoration: underline; /* and "text-decoration:underline;" respectively. */
	background-image: none; /* The [background image] setting should NOT be modified. */
}

/***** (CSS) Sub-menu Anchor (hover/active)(match previous) ***/
#z000 ul li:hover > a
{
	color: #E9CF87; /* Optional [font/color] settings. */
	background-color: transparent; /*  Default values are "color:#f00;", [background color] NOT specified, */
	text-decoration: underline; /* and "text-decoration:underline;" respectively. */
	background-image: none; /* The [background image] setting should NOT be modified. */
}

/***** Sub-menu Items w/Sub-menus *****************************/
#z000 div .par, #z000 ul .par
{
	background-image: url(../Image/right_black_arrow2.gif); /* Optional [background image] settings. */
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

/***** Sub-menu Items w/Sub-menus (hover/active) **************/
body #z000 div .act, body #z000 div .act:hover
{
	background-image: url(../Image/right_white_arrow2.gif); /* Optional [background image] settings. */
	background-repeat: no-repeat;
	background-position: 97% 50%;
	color: #000; /* Optional [font/color] settings. */
	background-color: #fff; /* Default values are "color:#fff;", "background-color:#f00;", */
	text-decoration: underline; /* and "text-decoration:underline;" respectively. */
}

/***** Vertical Tabbed Menu Item Divider **********************/
#z000 .mov
{
	border-color: #fff; /* Optional [vertical divider color] setting. Default value is "border-color:#000;". */
}

/***** (CSS) Sub-menus / Main Menu Items **********************/
ul#z000 ul
{
	margin: 0px;
	border-width: 1px; /* Optional [border/color] settings -- used ONLY when [javascript] has been disabled. */
	border-style: solid; /* Default values are "border-width:1px;", "border-style:solid;", "border-color:#f00;", */
	border-color: #f00; /* and "background-color:#fff;" respectively. */
	background-color: #fff;
}

/***** Tabbed Menu Items (hover/active) ***********************/
#z000 .rem span
{
	color: #000; /* Optional [color/underline] settings -- [tabbed menu items] must be enabled. */
	text-decoration: none;
}



/**************************************************************/
/***** ALL settings below this line should NOT be modified. ***/

/***** Nested Sub-menus ***************************************/
div#z000 div div, ul#z000 ul ul
{
	margin: 0px;
}

/***** Tabbed Menu Items **************************************/
#z000 .recon
{
	padding: 2px 0px 5px 8px;
}

/***** Tabbed Menu Items (without sub-menus) ******************/
#z000 .nocon
{
	padding: 2px 0px 3px 8px;
}

/***** Miscellaneous Menu Settings ****************************/
#z000 li:hover > ul
{
	left: 100%;
	top: 0px;
}

.zcom
{
	z-index: 10;
	position: relative;
	zoom: 1;
}

.zcom a, .zcom li
{
	white-space: nowrap;
	display: block;
	position: relative;
	float: left;
	z-index: 1;
}

.zcom div a, .zcom ul a, .zcom ul li
{
	float: none;
}

.flo div a
{
	float: left;
}

.zcom div
{
	position: absolute;
	visibility: hidden;
}

.zcom ul
{
	z-index: 10;
	position: absolute;
	left: -10000px;
}

.zcom, .zcom ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.zcom li
{
	z-index: auto;
}

.foo
{
	visibility: hidden !important;
}

.zel
{
	display: block;
	width: 0px;
	font-size: 1px;
	height: 0px;
	clear: left;
	line-height: 0px;
	float: none !important;
}

.zcom .moh, .zcom .mov
{
	z-index: 1;
	display: block;
	border-width: 0px;
	border-style: solid;
	position: relative;
	font-size: 1px;
}

.moo
{
	visibility: visible !important;
}

.zcom li a
{
	float: none;
}

.zcom li:hover > ul
{
	left: auto;
}

.zcom .mov
{
	margin: 0px;
	padding: 0px;
	width: 0px;
	float: left;
}

#z000 li
{
	float: none;
}

.zip
{
	display: none;
}
















