#Sub_Menu {
	position:relative;
	display:block;
	height:auto;
	padding:5px 0 10px 5px;
	color:#FFF;
}
#Shop #Sub_Menu {
	background:#242424 url(../images/Shop_BG_Bottom.gif) repeat-x bottom right;
}
#Shop_Interior #Sub_Menu {
	background:#242424 url(../images/Shop_I_BG_Bottom.gif) repeat-x bottom right;
}
#Sub_Menu object {
	margin:5px 0 1px 15px;
}
#Sub_Menu h1 {
	position:absolute;
	bottom:5px;
	right:5px;
	color:#444;
	text-align:right;
	font-size:25px;
}
#Sub_Menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:175px;
	height:150px;
	border-right:2px solid #000;
	background:#242424;
}
#Sub_Menu ul ul {
	position:absolute;
	z-index:999;
	left:177px;
	top:0px;
}
#Sub_Menu li {
	position:relative;
	min-height:25px;
}
#Sub_Menu li:hover {
	background:#000 url(../images/Sub_Menu_BG.gif) no-repeat right top;
}
#Sub_Menu li.Blank:hover {
	background:#242424 !important;
}
#Sub_Menu a:hover {
	text-decoration:none;
	color:#111;
	background:#FFF url(../images/Sub_Menu_BG.gif) no-repeat right bottom;
}
#Sub_Menu a.Sub:hover {
	background:#FFF url(../images/Sub_Menu_BG.gif) no-repeat right bottom;
}
#Sub_Menu a {
	color:#FFF;
	display:block;
	width:160px;
	height:15px;
	padding:4px 5px 6px 10px;
	background:transparent;
}
#Sub_Menu a.Sub {
	background:transparent url(../images/Sub_Menu_Arrow2.png) no-repeat right center;
}
#Sub_Menu a.Sub_Nav_Next, #Sub_Menu a.Sub_Nav_Back {
	font-size:11px;
	width:140px;
}
#Sub_Menu a.Sub_Nav_Next:hover, #Sub_Menu a.Sub_Nav_Back:hover {
	color:#FFF;
}
#Sub_Menu a.Sub_Nav_Next {
	text-align:right;
	padding:5px 25px 5px 10px;
	background:#242424 url(../images/Sub_Menu_Nav.gif) no-repeat right top;
}
#Sub_Menu a.Sub_Nav_Back {
	padding:5px 10px 5px 25px;
	background:#242424 url(../images/Sub_Menu_Nav.gif) no-repeat left Bottom;
}
#Sub_Menu ul.hide {
	display:none;
}
#Sub_Menu li.selected {
	background:#FFF;
}
#Sub_Menu ul.selected {
	background:#FFF;
}