#container {
	top:0px;
	left:0px;
	position:relative;
}

.dash {
	left:102px;
	top:24px;
	width:69px;
	height:25px;
	background:url(../images/site/dash.png) no-repeat;
	background-color:transparent;
	position:absolute;
}

.menu_home {
	font-weight:bold;
	left:24px;
	top:26px;
	width:69px;
	height:25px;
	border:none;
	background:url(../images/site/menu_home.png) no-repeat;
	background-color:transparent;
	position:absolute;
	cursor:pointer;
	cursor:hand;
}

.menu_home_over {
	font-weight:bold;
	left:24px;
	top:26px;
	width:69px;
	height:25px;
	border:none;
	background:url(../images/site/menu_home_over.png) no-repeat;
	background-color:transparent;
	position:absolute;
	cursor:pointer;
	cursor:hand;
}

.menu_products {
	font-weight:bold;
	left:120px;
	top:33px;
	width:84px;
	height:20px;
	border:none;
	background:url(../images/site/menu_products.png) no-repeat;
	background-color:transparent;
	position:absolute;
	cursor:pointer;
	cursor:hand;
}

.menu_products_over {
	font-weight:bold;
	left:120px;
	top:33px;
	width:84px;
	height:20px;
	border:none;
	background:url(../images/site/menu_products_over.png) no-repeat;
	background-color:transparent;
	position:absolute;
	cursor:pointer;
	cursor:hand;
}

/*
	YUI PANEL
*/
	
	/* Apply the border to the right side */
	#panel_products.yui-panel {
		border:none;
		overflow:hidden;
		opacity:0.85;
		filter:alpha(opacity=85);
	}

	/* Style the close icon */
	#panel_products.yui-panel .container-close {
		position:absolute;
		top:5px;
		right:8px;
		height:21px;
		width:21px;
		background:url(../images/site/cross.png) no-repeat;
	}

	/* Style the header with its associated corners */
	#panel_products.yui-panel .hd {
		padding:0;
		border:none;
		background:url(../images/site/products_top.png) no-repeat center;
		color:#FFF;
		height:75px;
		width:282px;
		text-align:left;
		vertical-align:middle;
		overflow:visible;
	}

	/* Style the body with the left border */
	#panel_products.yui-panel .bd {
		overflow:hidden;
		padding-left:8px;
		padding-right:8px;
		height:320px;
		width:264px;
		/*height:272px;*/
		border-left:1px solid #dbcfcf;
		border-right:1px solid #dbcfcf;
		background-color:#FFF;
		overflow:hidden;
	}

	/* Style the footer with the bottom corner images */
	#panel_products.yui-panel .ft {
		background:url(../images/site/products_bottom.png) no-repeat;
		font-size:11px;
		height:17px;
		width:282px;
		padding:0px 0px;
		border:none;
	}

	/* Skin custom elements */
	#panel_products.yui-panel .hd span {
		line-height:30px;
		vertical-align:middle;
		font-weight:bold;
	}

