#modMenu
	{
	overflow: hidden;
	width: 185px;
	}
#modMenu h2
	{
	background: #4c68bc;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	}
#modMenu h2 span
	{
	background-color: #4c68bc;
	padding: 0 5px;
	}
#modMenu div.modContent
	{
	border: 1px solid #4c68bc;
	border-width: 0 1px;
	padding: 10px 10px 0 10px;
	}
#modMenu div.modContent ul
	{
	display: block;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#modMenu div.modContent ul li
	{
	display: block;
	margin: 0;
	padding: 0;
	}
#modMenu div.modContent ul li a
	{
	background: #fff url("http://cachefly.eslworldwide.com/esl/img_modules/menumarker.gif") center left no-repeat;
	color: #4c68bc;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	width: auto;
	}
#modMenu div.modContent ul li a:hover
	{
	background: #4c68bc url("http://cachefly.eslworldwide.com/esl/img_modules/menumarkerhi.gif") center left no-repeat;
	color: #fff;
	}
#modMenu div.modContent ul.Underlined
	{
	border-bottom: 1px solid #4c68bc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
.Invisible
	{
	display: none;
	}
#modMenu div.separator
	{
	border: 1px solid #4c68bc;
	border-top: 0;
	height: 10px;
	}
#modMenu div.separator hr
	{
	display: none;
	}
