/*************************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 *  Copyright (C) 2009-2010 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 **************************************************************************/
div.cmDiv  {
	height: 30px;
	list-style: none;
}

.clickMenu,.clickMenu ul,.clickMenu li {
	list-style: none;
}

.clickMenu {
	margin: 0;
	padding: 0;
}


.clickMenu ul {
	font-family: "Myriad Pro";
	font-size: 13px;
	margin: 0;
	padding: 2px;
	background-color: white;
	min-width: 170px;
	float: left;
	width: 170px;
}

.clickMenu div.outerbox {
	display: none;
	min-width: 170px;
}

.clickMenu div.inner { //
	top: 20px; /* for ie */
	left: 0;
	margin: 0;
}

.clickMenu div.inner div.outerbox {
	margin: 0;
	left: 98px; //
	left: 90px; /* for ie */
	top: -3px;
}

.clickMenu li {
	position: relative;
	font-family: 'Myraid Pro';
	font-style: semibold;
	font-size: 10px;
}

.clickMenu li.main {
	padding-left: 20px;
}

.clickMenu li.main li {
	/*z-index: 2;*/
	min-width: 170px;
	float:left;
}

.clickMenu li.hover {
	/*z-index: 1 !important;*/
}

.clickMenu img.liArrow {
	position: absolute;
	right: 5px;
	top: 0.41em;
}

.clickMenu a {
	text-decoration: none;
	color: black;
}

.clickMenu a img {
	text-decoration: none;
	color: black;
}

html>body div.outerbox {
	padding: 0 5px 5px 0;
}

html>body div.shadowbox1 {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(/en_US/images/myshadow.png) no-repeat right top;
}

html>body div.shadowbox2 {
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(/en_US/images/myshadow.png) left bottom;
}

html>body div.shadowbox3 {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(/en_US/images/myshadow.png) no-repeat right bottom;
}

html>body .innerbox {
	margin: 0;
	display: inherit;
}