@charset "utf-8";
/* CSS Document */
#Menu
{
	padding-left:20px;
	padding-top:0px;
	width:240px;
	padding-bottom:22px;
}
#SmallMenu
{
	width:240px;
	clear:both;
}
#Menu ul
{
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09C;
	padding-top:5px;
	
}
#Menu ul ul
{
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	padding-top:1px;
	width:240px;
	float:left;
}
#Menu ul li
{
	display:table;
	clear:none;

	color:#09C;
	font-size:14px;
	font-weight: bolder;
	line-height:24px;
	text-decoration: none;
	width:240px;
}

#Menu ul li ul li
{
	padding-left:24px;
	float:left;
	width:90px;
	line-height:24px;
}
#Menu ul li ul li a,#Menu ul li ul li a:hover
{
	color:#0FC4FF;
	font-size:12px;
	font-weight: normal;
	line-height:24px;
	text-decoration: none;
}
#Menu ul li a,#Menu ul li a:hover
{
	color:#09C;
	font-size:14px;
	font-weight: bolder;
	line-height:24px;
	text-decoration: none;	
}
#Menu ul li span
{
	padding:2px;
	font-size:12px;
	color:#5BF;
	height:30px;
	padding-left:22px;
	width:120px;
	overflow:hidden;
	font-weight: normal;
}

