.home_design {
	min-width: 650px; 
	width: auto; 
	height: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 116px;
	right: 28px;
	}


/*==================================*/

/*	LEVEL 1 - normal state			*/

/*==================================*/


.home_design ul {	
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	width: auto;
	height: 35px;
	text-align: right; /*set value to "left", "center", or "right"*/	
	position: relative;
	margin: 0;
	padding: 0;
}

.home_design ul li { 
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	display: inline;
	}

.home_design ul li a {
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 25px;
	margin: 0 4px 0 4px;
	padding: 10px 16px 0 14px; 
	color: #AEAEAE;
	text-shadow: 0 0 0 #000;
 	}

.home_design li.navFirst a {
	}
	
.home_design a:hover, 
.home_design a:active {
	color: #6D8192;
}


/*--------------------------------

 	LEVEL 1 - selected state

----------------------------------*/

.home_design a.navSEL:link, 
.home_design a.navSEL:visited,
.home_design a.navSEL:hover, 
.home_design a.navSEL:active {
	color: #000;
	height: 24px;
	position: relative;
	background-color: white;
	border: 1px solid #D9D9D7; 
	border-bottom: none;	
	margin: 0 3px 0 3px;
	padding: 10px 16px 0 14px; 	/* same as link, less borders */
}

.home_design a.hasSub:link,
.home_design a.hasSub:visited {
	/* same as default */	
	background-image: url(../newcastle/hunter.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	margin: 0 6px 0 6px;
	padding: 10px 19px 0 15px; 	/* same as link, less borders */	
}

.home_design a.hasSub:hover,
.home_design a.hasSub:active {
	padding: 10px 18px 0 16px; 	/* same as link, less borders */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	left: 0;
	width: auto;	
	border: 1px dotted #D9D9D7;
	margin: 0;
	margin-top: -3px;
	visibility: hidden;
	z-index:100;
	background-color: white;
}

.dropmenudiv a:link, .dropmenudiv a:visited {
	display: block;
	text-indent: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	color: #AEAEAE;
	min-width: 120px;
	width: auto;
	height: auto;
	padding: 10px 5px 9px 0;
	margin: 0 6px -1px 6px;
	overflow: hidden; 
	z-index: 99;
	white-space: nowrap;
	border-bottom: 1px dotted #D9D9D7;
}

* html .dropmenudiv a{ /*IE only hack*/
/* width: 100%;*/
}

.dropmenudiv a:hover, .dropmenudiv a:active { /*THEME CHANGE HERE*/
	color: #333;
	background-position: left bottom;
}

img.plus {
	padding-left: 2px;
	border: none;
}

img.plus a:hover { padding-left: 3px; }
