div.unav{
	position: absolute;
	top: 32px;
	right: 30px;
	height: 30px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-align: center;
	display:  block;
	background: url(/images/layout/cons/unav_bg.png) repeat-x;
	z-index: 601;
}

div.unav p.unavLft, div.unav p.unavRt{
	position: absolute;
	top: 0px;
	width: 16px;
	height: 30px;
	display: block;
	margin: 0; 
	padding: 0;
}

	div.unav p.unavLft{
		left: -16px;
		background: transparent url(/images/layout/cons/unav_lft.png) no-repeat;
	}
	
	div.unav p.unavRt{
		right: -16px;
		background: transparent url(/images/layout/cons/unav_rt.png) no-repeat;
	}

div.unav a:link, div.unav a:active, div.unav a:visited{
	color:#fff;
}

div.unav ul li:hover, div.unav ul li:hover a, div.unav a:hover, div.unav ul li.sfhover, div.unav ul li.sfhover a{color: #8fd4e9; cursor: pointer;}

div.mast  div.unav ul{
	position: relative;
	top: 2px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.unav ul li{
	position: relative;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #4e4e4e;
}

div.unav ul li.first{
	border: none;
}

div.utray_container{
	position: absolute;
	top: 57px;
	right: 28px;
	width: 171px;
	overflow: hidden;
	z-index: 600;
}

div#utray_wrapper{
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px 0px 15px 0px;
	background: transparent url(/images/layout/cons/utray_btm.png) no-repeat bottom;
	z-index: 600;
}

div.utray{
	position: relative;
	top: 0px;
	left: 0px;
	width: 156px;
	padding: 5px 5px 0px 10px;
	margin: 0px;
	background: transparent url(/images/layout/cons/utray_bg.png) repeat-y;
	font-size: 9px;
	font-family: verdana, arial, 'sans serif';
	color: #007ca5;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	z-index: 600;
}

div.utray form{
	margin: 0;
	padding: 0;
}

div.utray input{
	position: relative;
	width: 140px;
	height: 15px;
	padding: 1px 2px;
	margin: 2px 0px;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #999;
	font-size: 9px;
	font-weight: normal;
	color: #495358;
}

div.utray ul{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.utray ul li{
	position: relative;
	padding: 4px 0;
	border-top: 1px dotted #ccc;
}

a.arrowRt{
	background: url(/images/layout/cons/linkBg_arrowRt.gif) no-repeat right 2px;
	padding: 0px 8px 0px 5px;
}

a.arrowRt:hover{	
	background-image: url(/images/layout/cons/linkBg_arrowRt-over.gif);
}

div.utray a.arrowRt{
	border-top: 1px solid #007CA5;
	margin: 5px 0px 0px 0px;
	padding: 2px 15px 0px 0px;
	background-position: 96% 4px;
	display: block;
	text-align: right;
}

div.ucart a.arrowRt{
	position: absolute;
	right: 5px;
	top: 0px;
	font-weight: normal;
}

/*  cart tray */

div.ucart_container{
	position: absolute;
	top: 15px;
	height: 25px;
	right: 33px;
	width: 166px;
	overflow: hidden;
	z-index: 600;
}

div#ucart_wrapper{
	position: relative;
	top: 0px;
	right: 0px;
	padding-top: 4px;
	background: transparent url(/images/layout/cons/ucart_top.gif) no-repeat top;
	z-index: 600;
}

div.ucart{
	position: relative;
	top: 0px;
	left: 0px;
	width: 156px;
	padding: 0px 5px 3px 5px;
	margin: 0px;
	background: transparent url(/images/layout/cons/ucart_bg.gif) repeat-y;
	font-size: 9px;
	font-family: verdana, arial, 'sans serif';	
	color: #495358;
	font-weight: bold;
	line-height: 10px;
	z-index: 600;
}

div.ucart span#items{
	background-image:url(/images/layout/cons/icn_cart.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:12px;
	margin-left: 5px;
}
