
#menulist a:hover {
	color: white;
	background-color: transparent;
	background-image: url(../mac/gc/img/gc_menu_select.png);
	text-decoration: underline; }
#menulist a {
	color: black;
	font-size: 14px;
	background-color: transparent;
	text-decoration: none  ;
	text-align: left;
	width: 188px;
	padding: 6px;
	display: block; }
#menulist li {
	list-style-type: none; }
#menulist {
	background-image: url(../images/icon/bg_transparent.png);
	background-repeat: repeat;
	text-align: left;
	position: fixed;
	top: 0;
	left: -180px;
	width: 200px;
	height: 100%;
	z-index: 2;
	overflow: auto;
	margin-bottom: 60px;
	border-right: 1px solid gray; }
#menulist:hover {
	position: fixed;
	top: 0;
	left: 0; }

ul {
	
	 }

#gracon #graconmenu a,#catalog #catalogmenu a,#browser #browsermenu a,#folder #foldermenu a,#rename #renamemenu a {
	color: white;
	font-size: 14px;
	background-color: #c40e0e;
	text-decoration: underline;
	cursor: default; }
#gracon #graconmenu a:hover,#catalog #catalogmenu a:hover,#browser #browsermenu a:hover,#folder #foldermenu a:hover,#rename #renamemenu a:hover {
	cursor: default;
	text-shadow: none   }
