/* CSS Document */
.modulediv_menu dl, dt, dd, ul, li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.modulediv_menu #menu {
	margin:0;
	padding-bottom:0;
	width:202px;
	table-layout:fixed;
	text-align:left;
}
.modulediv_menu #menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	font-size:12px;
}
.modulediv_menu #menu {
	width: 202px;
}
.modulediv_menu #menu dt {
	cursor: pointer;
	padding:0 0 0 24px;
	margin: 0;
	height: 24px;
	*line-height:23px;
	text-align: left;
	color:#FFFFFF;
	background: url(../images/main_bg1.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
div.modulediv_menu #menu dd {
/*border: 1px solid gray;*/
}
div.modulediv_menu #menu li {
	text-align:left;
	background: url(../images/sub_menu_bg.gif);
	width:100%;
	height:26px;
	line-height:24px;
	padding:0;
	margin:-1px 0 0 0;
	background-repeat:no-repeat;
	background-position:left center;
}
div.modulediv_menu #menu li a{
	padding-left:20px;
}
div.modulediv_menu #menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	width:150px;
}
div.modulediv_menu #menu li a:hover, #menu dt a:hover {
	text-decoration:none;
	width:150px;
	color:#00d8ff
}
