.jquerycssmenu{
	font-family:Arial;
	font-size:11px;
	margin: 0;
	padding: 0;
	background-color:#333;
	width:500px;
}

.jquerycssmenu ul {
	margin:0; 
	padding:0; 
	list-style-type:none;
}

/*Top level list items*/
.jquerycssmenu ul li {
	position:relative; 
	display:inline; 
	float:left; 
	z-index:100;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display:block; 
	border-bottom-width:0; 
	text-decoration:none; 
	outline:none;	
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position:absolute; 
	left:0px; 
	display:block; 
	visibility:hidden; 
	background:#333;
	border:1px solid #000;
	
}
.jquerycssmenu ul li ul.selectedDropDown {
	background:#003fa4; 
	color:#003CA2; 
	border:1px solid #007cff;
}
.jquerycssmenu ul li ul li {display: list-item; float: none;}
.jquerycssmenu ul li ul li.last {padding-bottom:10px;}
.jquerycssmenu ul li ul li a {
	width: 140px;	
	color: #eff9ff;	
	padding: 2px 5px 2px 13px; 
	margin: 0px 2px;
	outline: none;
}
.jquerycssmenu ul li ul li a:visited {color: #eff9ff;}

/* selectedDropdown = blue tab highlight*/
.jquerycssmenu ul li ul.selectedDropDown li a:hover {
	background-color:#FFF;
	color: #003CA2;	
	text-decoration: none;
}
.jquerycssmenu ul li ul li a:hover {
	background-color:#FFF; 
	color: #000; 
	text-decoration: none;
	width: 139px;
}

/* qmtitle  = Drop Down Page Headings (ie SHOPPING CART) - Attributes redeclared for IE as cascading not working*/
.jquerycssmenu ul li ul li a.qmtitle {
	width: 130px;
	padding: 2px 0px 2px 4px;
	font-weight:bold;
	text-transform: uppercase;
	color: #eff9ff;
}

.jquerycssmenu ul li ul li a.qmtitle:hover {
	width: 140px;
	padding: 2px 14px 2px 4px;
	background-color:#FFF;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.jquerycssmenu ul li ul.selectedDropDown li a.qmtitle:hover{
	background-color:#FFF;
	color:#003CA2;
	text-transform: uppercase;
	text-decoration: none;
	
}

/* ######### CSS classes applied to arrow and top level tabs  ######### */
.downarrowclass{position: absolute;	right:0;}

/* IE fixed: arrow display below the tab */
a.downarrowmenutab, a.downarrowmenutab_current {position:absolute; right:0;	outline: none;}

/* TopNav */
a.dashboard, a.editsite, a.editstore, a.marketing, a.editsite_disabled, a.editstore_disabled, a.marketing_disabled {
	position:relative;
	display:block;
	float:left;
	text-indent:-10000px;
	margin-right:0px;
}

a.dashboard {background:url(/s/toolbar2/dashboard.gif) no-repeat;	width:105px; height:25px;}
a.editsite {background:url(/s/toolbar2/editsite.gif) no-repeat;	width:84px;	height:25px;}
a.editstore {background:url(/s/toolbar2/editstore.gif) no-repeat;	width:97px;	height:25px;}
a.marketing {background:url(/s/toolbar2/marketing.gif) no-repeat;	width:100px; height:25px;}
a.editsite_disabled {background:url(/s/toolbar2/editsite_disabled.gif) no-repeat;	width:74px;	height:25px;}
a.editstore_disabled {background:url(/s/toolbar2/editstore_disabled.gif) no-repeat; width:87px; height:25px;}
a.marketing_disabled {background:url(/s/toolbar2/marketing_disabled.gif) no-repeat;	width:90px;	height:25px;}
	
/* Selected TopNav */
a.dashboard_current, a.editsite_current, a.editstore_current, a.marketing_current{
	position:relative;
	display:block;
	float:left;
	text-indent:-10000px;
	margin-right:0px;
}
a.dashboard_current {background:url(/s/toolbar2/dashboard_current.gif) no-repeat;	width:105px; height:25px;}
a.editsite_current {background:url(/s/toolbar2/editsite_current.gif) no-repeat; width:84px; height:25px;}		
a.editstore_current {background:url(/s/toolbar2/editstore_current.gif) no-repeat;	width:97px;	height:25px;}
a.marketing_current {background:url(/s/toolbar2/marketing_current.gif) no-repeat;	width:100px; height:25px;}
	
/* Used to hide light blue line on selected tab*/
.dashboard_line, .editsite_line, .editstore_line, .marketing_line {
	position:absolute;
	top:25px;
	left:1px;
	height:1px;
	background-color:#003ba1;
}
.dashboard_line {width:103px;}
.editsite_line {width:82px;}
.editstore_line {width:95px;}
.marketing_line {width:98px;}