p{
}
.gray{
background: #ccc;
font-weight: bold;
}
#nav ul ul
{
position: relative;
margin-left: 30px;
padding: 0;
list-style-type: none;
line-height: .9em;
}
 
#right ul ul
{
position: relative;

padding: 3px 3px 3px 17px;
}
#right li li
{
position: relative;
padding: 3px 3px 3px 17px;
}

	
* html div#middle {
	width: 70%;   /* total width (only for IE5.x/Win) */
    w\idth: 70%;  /* content width (for other IE) */
}
#middle {
	padding: 0px 15px 10px 15px;
	font-size: 14px;
	margin: 0px;
	width: 70%;
	text-align: right;
	float: left;
	border: 0px;
}


* html div#right {
	width: 200px;   /* total width (only for IE5.x/Win) */
    w\idth: 220px;  /* content width (for other IE) */
}

#right {
	padding: 15px 10px 15px 10px;
	line-height: 15px;
	margin-right: 1em;
	width: 220px;
	float: left;
	text-align: left;
	
	border: 0px;
	
}

