.menu {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #617078;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-left:18px;
	padding-top:3px;
	height:20px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position:left;
	text-align:left;
}
.menu_link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #617078;
	text-decoration:none;
}
.menu_link:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #617078;
	text-decoration:underline;
}
.submenu {
	font-family: Tahoma;
	font-size: 10px;
	color: #617078;
	background-color: #F1F1F1;
	padding-left:28px;
	padding-top:3px;
	height:20px;
	background-image: url(../images/bg_sub_menu.gif);
	background-repeat: no-repeat;
	background-position:left;
}
.submenu_link {
	font-family: Tahoma;
	font-size: 10px;
	color: #617078;
	text-decoration:none;
}
.submenu_link:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #617078;
	text-decoration:underline;
}
