/*** ESSENTIAL STYLES ***/

#dropdownmenu{
	background:  #fff url(../_gfx/dept_images/nav_backg.gif) repeat-x;
	height:35px;
	border-bottom:4px solid #ecdf88; /*yellow line under dropdown btns */
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	z-index:999;
	padding-top:0px;		
}

/*this is the style for dropdown menu list */

.dropdownmenu, .dropdownmenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		999;
	border:0;
	height: 100%;
	display:block;	
	font-size:12px;
	font-weight:bold;
	color:#9b7739;
	text-decoration:none;
}

.dropdownmenu ul {	
	position:		absolute;
	margin-top: 1px;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	
}

.dropdownmenu li {
	float:			left;
	position:		relative;
}

.dropdownmenu ul li{
	background-color:#eae7c3;
	border-right: #9b7739 solid 2px;
	border-left: #9b7739 solid 2px;
	border-bottom: #9b7739 solid 2px;
	margin-top:0;
	padding-top:0;
	width:18em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	height:auto;
	z-index:100;
}
 #dropdownmenu ul ul
{
	position: absolute;
	z-index: 500;
	width:auto;
	height:auto;
	/*border-top:2px solid #9b7739;*/
}

div#dropdownmenu > ul > li > a{text-align: center; color:#fcfae0; font-weight:bold; font-size:12px; line-height:18px;} /* this is the style for nav*/
div#dropdownmenu > ul > li > a:hover{color:#eae7c3; text-decoration:none; border-bottom:0px;}
div#dropdownmenu > ul > li > a:focus, div#dropdownmenu > ul > li > a:active{color:#eae7c3;}
div#dropdownmenu > ul > li > a:visited{text-decoration:none;}

div#dropdownmenu > ul > li > ul > li > a {font-weight:normal; color: #624519; border-bottom:0px; text-align:left; padding:5px 4px 5px 15px;} /* this is the style for dropdown menu*/
div#dropdownmenu > ul > li > ul > li > a:focus {color:#9a6d28; background-color:#f4f2d5;}
div#dropdownmenu > ul > li > ul > li > a:hover {
	background-image: url(../_gfx/nav/arrow_right_dropdown.gif);
	background-position: left;
	background-repeat:no-repeat;
	color:#9a6d28;
	background-color:#f4f2d5;
	}

.dropdownmenu a {
	display:		block;
	position:		relative;
}

.dropdownmenu li a:hover, .dropdownmenu li a:focus, .dropdownmenu li a:active  {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	color:#9b7739;
	text-decoration:none;
	border-bottom:none;}

.dropdownmenu li a:visited {text-decoration:none;}

.dropdownmenu li:hover ul,
.dropdownmenu li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		999;
}
ul.dropdownmenu li:hover li ul,
ul.dropdownmenu li.sfHover li ul {
	top:			-999em;
}
ul.dropdownmenu li li:hover ul,
ul.dropdownmenu li li.sfHover ul {
	font-weight:normal;
	left:			10em; /* match ul width */
	
	top:			0;
}
ul.dropdownmenu li li:hover li ul,
ul.dropdownmenu li li.sfHover li ul {
	top:			-999em;
}
ul.dropdownmenu li li li:hover ul,
ul.dropdownmenu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

a:hover.dropdownitemlevel1, a:hover.dropdownitemhaschildlevel1, a:hover.dropdownitemlevel2,
a:focus.dropdownitemlevel1, a:focus.dropdownitemhaschildlevel1, a:focus.dropdownitemlevel2 {
	background: #fff url(../_gfx/nav/arrow_right_green.gif) no-repeat left center;
	color:#624519;}*/

/*#dropdownmenu a.dropdownitemlevel1, #dropdownmenu a.dropdownitemhaschildlevel1, #dropdownmenu a.dropdownitemlevel2{
	padding:5px 4px 0px 15px; text-align: left !important;
}*/

a.dropdownitemhaschildlevel1
{
	background-image:url(../_gfx/nav/arrow_right_green.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
div#dropdownmenu ul .dropdownrootitem6li ul li {left: -6.5em; border-left: 2px solid #9b7739;
	border-right: 2px solid #9b7739;
	border-bottom:2px solid #9b7739;

}
