
.arrowlistmenu{
	width: 180px; 
	padding-top: 4px;
	float: left;
	padding-left: 5px;
	}
ul { 
list-style: none; 
}

.arrowlistmenu .menuheader{ 
	font: normal 14px "Century Gothic";
	color: white;
	margin-bottom: 1px; 
	padding-left: 13px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	background-image:url(../img/dot-menu.gif);
	background-repeat:no-repeat;
	background-position: 1px 3px;	
	white-space: nowrap;
	}

.arrowlistmenu .openheader{ 
	background-image:url(../img/dot-menu.gif);
	background-repeat:no-repeat;
	background-position: 1px 3px;
	color: #d48a7d;	
	}

.arrowlistmenu ul{ 
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	}

.arrowlistmenu ul li{
	padding-bottom: 2px; 
	}

.arrowlistmenu ul li a{
	color: #fff;
	display: block;
	padding: 0px 0;
	padding-left: 19px; 
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	background-image:url(../img/dot-submenu.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	}

.arrowlistmenu ul li a:visited{
	color: #fff;
	}

.arrowlistmenu ul li a:hover{ 
	color: #d48a7d;
	}

ul#menu {
	width: 200px;
	list-style:none;
	float: left;
	clear: both;
	padding-left: 4px;
	}
	
ul#menu li {
	clear: both;
	float: left;
	}
	
ul#menu li a { 
	width: 190px;
	height: 16px;
	display: block;
	font: normal 14px "Century Gothic";
	color: white;
	margin-bottom: 1px; 
	padding-left: 13px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	background-image:url(../img/dot-menu.gif);
	background-repeat:no-repeat;
	background-position: 1px 3px;
	text-decoration: none;
	white-space: nowrap;
	}
	
ul#menu li a:hover {
	color: #d48a7d;
	}