/* -- START CUSTOMER INFORMATION PANEL -- */
.menu {
	
	background: #FFF;
	position: relative;
	z-index: 1000;
	width:850px;
	float:right;
	font-size:11px;
	top:0px;
	margin:0;
	padding:0;
}
.menu .menu_list {
	display: none;
	overflow: auto;
	max-width:970px;
	/*padding:5px;*/
	margin:0px auto 0px auto;
}

.menu .menu_list p {
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: right;
}
.menu .menu_list a:hover, .menu .menu_list a.sel {
	background: #F7F7F7
}
.menu .close, .menu .open {
	height: 1px;
	background: #DDD;
	display: block;
	position: relative;
	border-top: 0px solid #000;
	

}
.menu .close span a, .menu .open span a {
	width: 260px;
	height: 24px;
	background: #000;
	color:#CCC;
	font: 12px/28px Times, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align:central;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	float:left;
	left:10px;
	/*right:343px;*/
	text-decoration:none;
	display: block;
	border: 1px solid #CCC;
	font-weight:normal;
	line-height:24px;
}
.menu .close span a:hover, .menu .open span a:hover {
	/*background: #000;*/
	color: #FFF;
}
/* -- END NAVBAR -- */

.sub-menu li {
	list-style:none;
	clear: both;
}