@charset "utf-8";
/* CSS Document */

.member_menu_bg{
	background-color:#D0D0D0;
	padding:0px;
	padding-top:20px;
	background-image:url(../images/sub_menu_bg_top.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#menu {
	
	list-style-type:none;
	margin:0 auto 0px auto;
	padding:0;
	width:180px;
	text-align:center;
	background-color:#DDD;
	height:100%;
	padding-bottom:150px;
	background-image:url(../images/sub_menu_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
/*---------- Menu Button Height --------*/
#menu li {
	padding:0;
	margin:0;
	position:relative;
	width:150px;
	height:2em;
	z-index:500;
	margin-left:auto;
	margin-right:auto;
}
#menu li dl {
	position:absolute;
	top:0;
	left:0;
	padding-bottom:0;
}
#menu li a, #menu li a:visited {
	text-decoration:none;
}
#menu li dd {
	display:none;
}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 150px; margin: 0; padding: 0; background: transparent;}
#menu dt {margin:0; padding: 0;}

#menu dd {
	margin:0; padding:0; color: #fff; font-size: 1em; text-align:left; width:150px; float:right; clear:right;}
/* ----------menu button style ----------- */
#menu dt a, #menu dt a:visited {
	display:block;
	font-size: 0.9em;
	color: #FFF;
	text-align:left;
	border:1px solid #325A85;
	text-indent:9px;
	border-width:0 1px 1px 1px;
	background:#325A85;
	padding:0.5em 0 0.7em 0;
}

#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}

/* ---------- submenu width ---------- */

#menu li:hover dl, #menu li a:hover dl {
	width:300px;
}
/* ---------- Main Menu Mouse Over Style ----------*/
#menu li:hover dt a, #menu a:hover dt a {
	color:#FFF;
	background:#003466;
	/*border:1px solid #c00;*/
	border-width:0px;
	padding-right:145px;
	background-image:url(../images/sub_menu_icon.gif);
	background-position:250px 2px;
	background-repeat:no-repeat;
}
/* ---------- No Sub Menu ----------*/

#menu li.no_submenu dl, #menu li.no_submenu dl{
	width:150px;
	color:#FF0000;
}
#menu li.no_submenu:hover dl, #menu li.no_submenu a:hover dl {
	width:150px;
	padding-right:0px;
	padding-left:0px;
}
#menu li.no_submenu:hover dt a, #menu li.no_submenu a:hover dt a {
	padding-right:0px;
	text-indent:10px;
}

/*#menu li.no_submenu:hover dt a, #menu li.no_submenu a:hover dt a {
	padding-left:50px;
	width:150px;
	background-color:#000000;
	display:inline;
}/*
/* ---------- submenu Button style ---------- */
#menu dd a, #menu dd a:visited {
	background:#fff;
	color:#003466;
	padding:0.3em 0;
	text-decoration:none;
	display:block;
	font-size:0.9em;
	text-align:left;
	text-indent:7px;
	/*border-left:1px solid #c00;
	border-right:1px solid #c00;*/
	border-bottom:1px solid #DADADA;
	width:100%;
}

#menu dd a:hover {
	background: #ddd;
	color:#000;
	/*border-left:1px solid #c00;
	border-right:1px solid #c00;*/
}

#menu b {display:block; overflow:hidden; height:1px;}

b.p1 {background:#FFF; margin:0px;}
b.p5 {background:#003466; margin:0px;}