
.TODdiv ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 165px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	z-index:1000;
}

.TODdiv ul li
{
	position: relative;
	z-index:1000;
}

/*Sub level menu items */
.TODdiv ul li ul
{
	
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	font-weight:normal;
	border-left: solid 1px #FFF;
	visibility: hidden;
	height:auto;
	z-index:1000;
}

/* Sub level menu links style */
.TODdiv ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	background: #BA261D;
	padding: 6px;
	color: White;
	border-bottom: solid 2px #FFF;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	z-index:1000;
}
.TODdiv ul li a:visited
{
	color: White;
	z-index:1000;
}

.TODdiv ul li a:hover
{
	background-color: Black;
	z-index:1000;
}

.TODdiv ul li a.admin
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	background: #C28334;
	color: White;
	padding: 6px;
	border-bottom: solid 2px #FFF;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	z-index:1000;
}

.TODdiv ul li a.admin:visited
{
	color: White;
	z-index:1000;
}

.TODdiv ul li a.admin:hover
{
	background-color: Black;
	z-index:1000;
	
}

.TODdiv ul li a.important
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	background: #FF0000;
	color: White;
	padding: 6px;
	border-bottom: solid 2px #FFF;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	z-index:1000;
}

.TODdiv ul li a.important:visited
{
	color: White;
	z-index:1000;
}

.TODdiv ul li a.important:hover
{
	background-color: Black;
	z-index:1000;
	
}

.TODdiv .subfolderstyle
{
}


/* Holly Hack for IE \*/
* html .TODdiv ul li
{
	float: left;
	height: 1%;
}
* html .TODdiv ul li a
{
	height: 1%;
}
/* End */