#cssdropdown

	{

	margin:0px;

	padding:0px;

	background:url('../i/members_tlo_menu.gif') no-repeat top right;

	border:0px solid #cecece;

	float:left;

	width:660px;

	}

ul.cssdropdown2{

	background:url('../i/members_tlo_menu_2.gif') no-repeat top right !important;

}

#cssdropdown li.mainitems 

	{

	position: relative;

	list-style:none;

	float:right;

	text-align:left;

	z-index:10;

	border-left:1px solid #737375;

	padding-left:6px;

	padding-right:6px;

	margin-top:18px;

	}



#cssdropdown li.mainitems a

	{

	font-family:"Tahoma", sans-serif; 

	color:#737375;

	font-weight:bold;

	text-decoration:none;

	display:block;

	}



#cssdropdown li.mainitems a:hover

	{

	text-decoration:none;

	color:#E8000B;

	}



.subuls

	{

	margin:0px;

	padding:0px;

	padding-top:10px;

	padding-bottom:3px;

	display: none;

	width:162px;

	position: absolute;

	top: 1.2em;

	left: -1px;

	background-color: #ffffff;

	border: 0px;

	z-index:10;

	border-left:1px solid #737375;

	border-bottom:1px solid #737375;

	}



.subuls li

	{

	text-align:left;

	list-style:none;

	width:158px;

	border:0px;

	}



#cssdropdown li.mainitems ul.subuls li a

	{

	background-image:none;

	display:block;

	font-weight:normal;

	margin-left:0px;

	line-height:19px;

	padding-left:10px;

	margin-left:3px;

	text-decoration:none;

	}



#cssdropdown li.mainitems ul.subuls li a:hover

	{

	background-image:none;

	display:block;

	color:#DB0608;

	text-decoration:none;

	}



#cssdropdown li>ul 

	{ /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */

	top: 13px !important;

	left: -1px;

	}



#cssdropdown li:hover ul, li.over ul 

	{ /* lists nested under hovered list items */

	display: block;

	}



#restofcontent 

	{ /*wrap rest of content of the page inside this div*/

	clear: left;

	}