/* Menu - general*/
#menu {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu .feature_contents {
	padding: 0px 0px 0px 0px;
	position: relative;
}
#menu a.menu_link {
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	width: 239px;
	height: 33px;
	background: url("images/layout/menu.gif") 0 0 no-repeat;
}
#menu a.menu_link span {
	display: block;
	padding: 9px 0px 0px 35px;
} 
#menu a.menu_link:hover, #menu a.menu_link:hover span {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	background: url("images/layout/menu_on.gif") 0 0 no-repeat;
	cursor: pointer;
}

/* Menu - selected*/
#menu_selected {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu_selected .feature_contents {
	padding: 0px 0px 0px 0px;
	position: relative;
}
#menu_selected a.menu_link {
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	width: 239px;
	height: 33px;
	background: url("images/layout/menu_sel.gif") 0 0 no-repeat;
	cursor: default;
}
#menu_selected a.menu_link span {
	display: block;
	text-align: left;
	padding: 9px 0px 0px 35px;
}

/* Menu - sub*/
#menu_sub {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
}
#menu_sub .feature_contents {
	padding: 0px 0px 0px 0px;
	position: relative;
}
#menu_sub a.menu_link {
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	width: 239px;
	height: 33px;
	background: url("images/layout/menu_sub.gif") 0 0 no-repeat;
}
#menu_sub a.menu_link span {
	display: block;
	padding: 9px 0px 0px 60px;
} 
#menu_sub a.menu_link:hover, #menu_sub a.menu_link:hover span {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F7D100;
	background: url("images/layout/menu_sub_on.gif") 0 0 no-repeat;
	cursor: pointer;
}

/* Menu - sub selected*/
#menu_sub_selected {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
}
#menu_sub_selected .feature_contents {
	padding: 0px 0px 0px 0px;
	position: relative;
}
#menu_sub_selected a.menu_link {
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F7D100;
	width: 239px;
	height: 33px;
	background: url("images/layout/menu_sub_on.gif") 0 0 no-repeat;
	cursor: default;
}
#menu_sub_selected a.menu_link span {
	display: block;
	padding: 9px 0px 0px 60px;
}
