
/************************************************
Dropdown Menu
************************************************/

/***HTML Drop Down Menu****/

#dropdownmenu, #dropdownmenu * {
	z-index: 29;	
}

#dropdownmenu {
	width: 970px;
	height: 37px;
	background: #255999;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	border-bottom: 2px solid #FFCC33;
}

#dropdownmenu ul { /* remove bullets and list indents */
	list-style-type: none;
	margin: 0;
	padding: 0 1%;
}

#dropdownmenu ul li {
	position: relative;
	float: left;
	font-weight:bold;
	color:#fff;
	text-align: center;
	margin: 0;
	padding: 0.4em 0 0.4em 0;
}
	
#dropdownmenu ul li:first-child {
	border-left: 0px none;
}

#dropdownmenu ul li:last-child {
	border-right: 0px none;
}
	
#dropdownmenu ul a {
	color:#fff;
	text-decoration: none;
	border: 0px none;
	border-right: 1px solid #fff;
	/*margin: 0;
	padding: 0 1.5em 0 0;*/
/*	padding: 0 1em 0 .7em ; */
}

#dropdownmenu ul a:hover, #dropdownmenu ul a:active {
	/*color: #FFCC33;*/	
	/*padding: 0 1.25em 0 1.25em;*/
/*	padding: 0 1em 0 .7em ; */
}

#dropdownmenu ul li:last-child a {
	border-right: 0px none;
}
	
/*this styles the dropdown menu box */

#dropdownmenu ul ul {
	list-style-type: none;
	position: absolute;
	top: -999em;
	width: 17.35em; /* left offset of submenus need to match (see below) */
	padding: 5px;
	background: #fff;
	font-size: inherit;
	border: 1px #ececec solid;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(000,000,000,.3);
	box-shadow: 2px 2px 5px 0 rgba(000,000,000,.3);
}

#dropdownmenu ul ul li {	
	margin:0 0 6px;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	border: 0px none;
	font-size: smaller;
	font-weight: normal;
	width: 100%;
	text-transform: none;
}

#dropdownmenu ul ul li:last-child {	
	margin:0;
}


#dropdownmenu ul ul li a, #dropdownmenu ul ul li a:visited {
	display: block;
	width: 100%;
	text-decoration:none;
	border-bottom: 0px none;
	text-align: left;
	padding: 10px 10px 10px 5px;
	border-right: none;
	text-shadow: none;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,#f2f2f2 0%,#ececec 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,#f2f2f2 0%,#ececec 100%);
	background: -o-linear-gradient(top,#f2f2f2 0%,#ececec 100%);
	background: -ms-linear-gradient(top,#f2f2f2 0%,#ececec 100%);
}

#dropdownmenu ul ul li a:hover, #dropdownmenu ul ul li a:active , #dropdownmenu ul ul li a:focus {
	color: #fff;
	border-bottom: 0px none;
	background: rgb(104,104,104);
	background: -moz-linear-gradient(top,rgba(152,152,152,1) 0%,rgba(104,104,104,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(152,152,152,1)),color-stop(100%,rgba(104,104,104,1)));
	background: -webkit-linear-gradient(top,rgba(152,152,152,1) 0%,rgba(104,104,104,1) 100%);
	background: -o-linear-gradient(top,rgba(152,152,152,1) 0%,rgba(104,104,104,1) 100%);
	background: -ms-linear-gradient(top,rgba(152,152,152,1) 0%,rgba(104,104,104,1) 100%);
	background: linear-gradient(to bottom,rgba(152,152,152,1) 0%,rgba(104,104,104,1) 100%);
	visibility: inherit; /*fixes IE7 'sticky bug'*/
}

/*----------Drop-Down Navigation placement-------------*/

#dropdownmenu ul li:hover ul,
#dropdownmenu ul li.sfHover ul {
	left: 0 !important; 
	top: 3.8em;/*2.15em*/ /*(padding+lineheight=padding) */ 
}

#dropdownmenu ul li:hover li ul,
#dropdownmenu ul li.sfHover li ul {top: -999em;}

#dropdownmenu ul li li:hover ul, #dropdownmenu ul li li.sfHover ul {
	left: 11em; /* match ul width */ 
	top: 0;}

#dropdownmenu ul li li:hover li ul, #dropdownmenu ul li li.sfHover li ul {top: -999em;}

#dropdownmenu ul li li li:hover ul, #dropdownmenu ul li li li.sfHover ul {
	left: 11em; /* match ul width */ 
	top: 0; }

#dropdownmenu ul .sf-sub-indicator {display:none;}

#dropdownmenu{display:inline-block;}


/*----------Specific button formating-------------*/
.dropdownrootitem2li {width:6em;}
#dropdownrootitem2 {padding-top:10px;padding-bottom:10px;}

.dropdownrootitem3li {width:7em;}
#dropdownrootitem3 {padding-top:10px;padding-bottom:10px;}

.dropdownrootitem4li {width:10em;}
#dropdownmenu ul .dropdownrootitem4li:hover ul, #dropdownmenu ul .dropdownrootitem4li.sfHover ul  {
	width:18em;}
#dropdownrootitem4 {padding-top:10px;padding-bottom:10px;}

.dropdownrootitem5li {width:7.25em;}
#dropdownrootitem5 {padding-top:10px;padding-bottom:10px;}

.dropdownrootitem6li {width:7.75em;}
#dropdownmenu ul .dropdownrootitem6li:hover ul, #dropdownmenu ul .dropdownrootitem6li.sfHover ul  {
	width:10em;}
#dropdownrootitem6 {padding-top:10px;padding-bottom:10px;}

.dropdownrootitem7li {width:7.25em;}
#dropdownrootitem7 {padding-top:10px;padding-bottom:10px;}

.dropdownrootitem8li {width:7em;}
#dropdownmenu ul .dropdownrootitem8li:hover ul, #dropdownmenu ul .dropdownrootitem8li.sfHover ul  {
	}
#dropdownrootitem8 {padding:10px 0px 10px 0px;}

#dropdownmenu ul .dropdownrootitem9li:hover ul, #dropdownmenu ul .dropdownrootitem9li.sfHover ul  {
	left: -4.3em !important;
}
#dropdownrootitem9 {width:7.5em;padding-top:10px;padding-bottom:10px;}

/*.dropdownrootitem10li {}/* Last Menu Item Drops Down to right */

#dropdownmenu ul .dropdownrootitem10li:hover ul, #dropdownmenu ul .dropdownrootitem10li.sfHover ul  {
	width:10em;left: -3.5em !important;}

#dropdownrootitem10 {width:7.5em;padding-top:10px;padding-bottom:10px;}

.dropdownrootitem11li {
	display: none !important; /*Hidden Menu */
}

.dropdownrootitem12li {
	display: none !important; /*Hidden Menu */
}

.dropdownrootitem13li {
	display: none !important; /*Hidden Menu */
}

.dropdownrootitem14li {
	display: none !important; /*Hidden Menu */
}

#dropdownmenu .dropdownrootitem7li a{border-right: 0px none;} /*for IE*/

/* 081814 Changes - Restyling Main Nav -------------
--------------------------------------------------*/

#dropdownmenu {
	border: none;
	display: block;	
	background: #fff;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width: 952px;
	padding: 10px;
	float: left;
	height: auto;
}

.width_container {
	clear: left;	
}

.dropdownmenu {
	border: 1px solid #D1D1D1;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#d1d1d1 100%); /* W3C */	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 98%;
}

#dropdownmenu ul li {
	/*font-size: 1.5em;*/
	padding: 0;
	/*text-transform: uppercase;*/
	line-height: 1;
}

#dropdownmenu ul a {
	/*color: #373737;
	text-shadow: 1px 1px 1px #fff;	
	border: none;
	padding-top: 16px;
	padding-bottom: 16px;
	display: block;*/
	color: #373737;
	text-shadow: 1px 1px 1px #fff;	
	border: none;
	line-height:16px;
	float:left;
	/*padding: 8px 18px 7px 0px;*/
}

#dropdownmenu ul li.dropdownrootitem1li a {
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right:10px;
}
