#menu, #content, #information {
	width:175px;
}

ul
{
	padding-left: 10px;
}

li.listContents {
	font-size:11px;
	list-style-type:none;
}

div.listUnderline {
	background-image: url(img/img_underline.gif);
	background-repeat: repeat-x;
	display:none;
}

#menu a, #content a, #information a {
	font:bold 11px;
	display:block;
	margin-left:-10px;
	padding:1px 3px;
	line-height:1.5;
}

li.listContents:hover {
	/*list-style-image: url(img/bullet_hover.gif);*/
	color:#00CDFF;
}

.cat_normal:hover, .cat_selected a {
	color:#00CDFF;
	/*list-style-image: url(img/bullet_hover.gif);*/
	font-weight:bold;
	text-decoration:none;
}

.cat_selected {
	color:#00CDFF;
	/*list-style-image: url(img/bullet_hover.gif);*/
	list-style-position: inherit;
	font-weight:bold;
	text-decoration:none;
}

.cat_selected a.x {
	/*list-style-image: url(img/bullet_hover.gif);*/
}

.cat_normal {
	color:black;
	/*list-style-image: url(img/bullet.gif);*/
	font-weight:bold;
	text-decoration:none;
}

.cat_normal a {
	text-decoration:none;
}

a.cat_normal {
	color:black;
}

a.cat_normal_a {
	color:White;
}

a.cat_selected {
	color:#00CDFF;
}

a.cat_selected_a {
	color:#00CDFF;
}

.cat_normal_a.x {
	background:url('img/submenu_hint.gif') no-repeat center right;
	margin-right:-8px;
}

.cat_normal_a.x:hover {
	background:url('img/submenu_hint_hover.gif') no-repeat center right;
}

.cat_selected_a.x {
	background:url('img/submenu_hint_hover.gif') no-repeat center right;
}

#menu a:hover, #content a:hover, #information a:hover {
	/*list-style-image: url(img/bullet_hover.gif);*/
	color:#00CDFF;
}

#menu a.x:hover {
	color:#00CDFF;
	background-image:url('img/submenu_hint_hover.gif') no-repeat center right;
}
