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

#menu {
	list-style-type:none;
	margin:0 auto 0px auto;
	padding:0;
	width:180px;
	text-align:center;
	background-color:#FFFFFF;
	height:100%;
	padding-bottom:30px;
}
/*---------- Menu Button Height --------*/
#menu li {
	padding:0;
	margin:0;
	position:relative;
	width:180px;
	height:30px;
	z-index:300;
	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:12px;
}
#menu dl {
	width: 180px;
	margin: 0;
	padding: 0;
/*	background: transparent;*/
}
#menu dt {
	margin:0;
	padding: 0;
}
#menu li dt{
	
	display:inline;
	
	}

}
#menu dd {
	margin:0 10px 0 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 1em;
	text-align:left;
	width:160px;
	float:right;
	clear:right;
}
/* ----------menu button style ----------- */
#menu dt a, #menu dt a:visited {
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	height:25px;
	text-indent: 22px;
	padding: 3px 0px 0px 0px;
	background-image:url(../images/dot_red.gif);
	background-repeat:no-repeat;
}
#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:360px;
}
/* ---------- Main Menu Mouse Over Style ----------*/
#menu li:hover dt a, #menu a:hover dt a {
	color:#000000;
	background:#DDDDDD;/*border:1px solid #c00;*/
	background-image:url(../images/dot_red.gif);
	background-repeat:no-repeat;
	width:180px;
	margin-left:0px;
	
}
/* ---------- No Sub Menu ----------*/

#menu li.no_submenu dl, #menu li.no_submenu dl {
	width:180px;
	color:#000000;
}

#menu li.no_submenu:hover dl, #menu li.no_submenu a:hover dl {

	width:180px;
	padding-right:0px;
	padding-left:0px;
}
#menu li.no_submenu:hover dt a, #menu li.no_submenu a:hover dt a {
	background-image:url(../images/dot_red.gif);
	background-repeat:no-repeat;
	padding-right:0px;
	text-indent: 22px;
}

/*#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:#FFFFFF;
	color:#000000;
	padding: 5px 0px 0px 0px;
	text-decoration:none;
	display:block;
	font-size: 12px;
	text-align:left;
	text-indent:15px;
	height:22px;
	/*border-left:1px solid #c00;
	border-right:1px solid #c00;*/
	border-bottom:1px solid #DDDDDD;
	width:160px;
	margin-left:155px;
}
#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:#993333;
	margin: 0px
}
b.p5 {
	background:#993333;
	margin: 0px;
}
