/* this is the main UL element*/
.dropdown
{
	background-image: url(/image/nav2.gif);
	background-repeat: repeat-x;
	height: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -1px;
	position: relative;
	z-index: 1;
}

/* these are the inner menus*/
.dropdown ul
{
	padding: 0;
	list-style: none;
	float: left;
	border-right: solid 1px #e8e6ec;
	border-left: solid 1px #e8e6ec;
}

/* these are all the LIs in the menu*/
.dropdown li
{
	margin: 0;
	height: 42px;
	padding: 0px 15px 0 15px;
	_padding: 0px 0px 0px 15px; /* ie 6 fix*/
	float: left;
	position: relative;
	z-index: 2000;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a
{
	text-decoration: none;
	color: #F60; /*width:100%; removed for ie6*/
}

.dropdown li a
{
	display: block;
	height: 31px;
	vertical-align: middle;
	padding-top: 11px;
}

.dropdown a
{
	text-decoration: none;
}

.dropdown a:hover
{
	text-decoration: underline;
}

/* these are the a s that only belong to submenu*/
.dropdown ul li a
{
	font-size:12px;		
	height:30px !important;	
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li
{
	
	vertical-align:middle;	
	border-bottom: 1px solid #d7d2dc;
	padding: 0px 0px 0px 0px;
	height:30px;
	line-height:30px;
	width: 160px;
	background-image: none;
	background-color: #ffffff;
}

.dropdown li:hover
{
	background-image: url(/image/nav2_over.gif);
	background-repeat: repeat-x;
}

.dropdown li:hover a
{
	color: #ffffff;
	text-decoration: none;
}

#hoverallitems a
{
	color: #ff6600 !important;
	text-decoration: none;	
	padding-top: 0px !important;
	text-align: center;
}

#hoverallitems a:hover
{
	color: #ffffff !important;
	text-decoration: underline;
}

#hoverallitems
{
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 160px;
	background-color: #ffffff;
	z-index: 10000;
}

#hovercustomerhelp
{
	background-image: url(/image/help_dropdown_bkgdstrip.gif);
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	background-color: #ff6600;
	z-index: 10000;
	width: 220px;
	height: 151px;
}

#hovercustomerhelp ul
{
	padding-left: 12px;
	list-style-image: url(/image/leftnav/arrow_right_white.gif) !important;
}

#hovercustomerhelp li
{
	border-top: dotted 1px #ffffff;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 3px 0px;
	height: 16px !important;
	width: 180px;
}

#hovercustomerhelp li a
{
	color: #ffffff !important;
}

#hovercustomerhelp .last-menu-item
{
	padding-bottom: 3px;
	border-bottom: dotted 1px #ffffff;
}

#hovercustomerhelp a
{
	font-size: 12px;
}
