/*==========================================*/
.menu {
	width: 150px;
	float: right;
}
.menu_list {
	text-align: right;
	color: #FFFFFF;
	width: 130px;
	float: right;
}
.menu_head {
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	padding: 7px 0px;
	cursor: pointer;
	position: relative;
	margin:0px;
	font-weight:lighter;
	font-size: 14pt;
}
.menu_body {
	display:none;
}
.menu_body a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	color:#A8A8A8;
	text-decoration:none;
	padding: 1px 0 2px 0;
	font-size: 9pt;
}
.menu_body a:visited{
	color: #999999;
}
.menu_body a:hover{
	color: #FFFFFF;
	text-decoration:none;
  }
.menu_body a:active {outline: none;}

.menu_cups {
	background-image: url(../images/nav_lineW.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 1px;
}


/*==========================================*/


.categoryitems{display: none}

.subcategoryitems{display: none}

.arrowlistmenu{
	width: 180px; 
	float: right;
}

.arrowlistmenu .menuheader{
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: right;
	line-height: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
}

.menuheader expandable{
	text-align: right;
}

.arrowlistmenu .openheader{ }

.arrowlistmenu ul{
	list-style-type: none;
	list-style-image: none;
	border-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
}

.arrowlistmenu ul li a{
	color: #999999; /*custom bullet list image*/
	display: block;
	padding: 0 0;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-size: 10pt;
	font-family: "Century Gothic";
	text-align: right;
	line-height: 20px;
}

.arrowlistmenu ul li a:visited{
	color: #999999;
}

.arrowlistmenu ul li a:hover{ 
	color: #FFFFFF;
}

.arrowlistmenu ul li a:active {outline: none;}


/*.arrowlistmenu ul li .opensubheader{ }
.arrowlistmenu ul li .closedsubheader{ }
.arrowlistmenu ul li a.subexpandable:hover{ } */

/* ------------------------ */
.menuline1 { float: right; } 
.menuline2 {
	float: right;
	margin-top: 8px;
}

.rmenuline1 { float: left; margin-bottom: 12px; }
.rmenuline2 { float: left; margin-top: 13px; }
/* ------------------------ */

